Page 1 of 1

Disable Registration in Checkout 1.5.2.1

Posted: Fri Mar 23, 2012 10:48 pm
by Sturgis
Hi,

I'm looking for a way to disable customer registration in checkout completely, i.e. everyone would fall under "Guest Checkout", and step 1 would be hidden to all users.

I tried implementing this solution: http://forum.opencart.com/viewtopic.php ... 7&p=211863, but it just hides step 1 and freezes the checkout process.

Thanks!

Re: Disable Registration in Checkout 1.5.2.1

Posted: Sun Apr 15, 2012 10:24 pm
by jeles
Yes, I want ... Can anyone help us?

Re: Disable Registration in Checkout 1.5.2.1

Posted: Sun Oct 13, 2013 12:52 am
by dbckham7
Same here! Anyone?

Re: Disable Registration in Checkout 1.5.2.1

Posted: Sun Oct 13, 2013 10:42 am
by MarketInSG
Manually hide / remove registration pages. Go over to template/checkout/login.tpl and hide the registration option

Re: Disable Registration in Checkout 1.5.2.1

Posted: Sun Oct 13, 2013 11:35 am
by dbckham7
Tried this method by simpl3 that hides the registration:
http://forum.opencart.com/viewtopic.php?f=20&t=36157

And it does hide Step 1 at checkout but also doesn't expand Step 2 (Billing Details) on page load. Since that's not expanded and the customer can't enter their billing details then hit continue to proceed to step 3, the customer is unable to use the checkout page at all.

Re: Disable Registration in Checkout 1.5.2.1

Posted: Sun Oct 13, 2013 11:42 am
by dbckham7
Sorry I meant to mention we are trying to disable step 1 completely so every order is automatically guest checkout thus making "Billing Details" the NEW step 1.

Re: Disable Registration in Checkout 1.5.2.1

Posted: Mon Oct 14, 2013 10:51 am
by MarketInSG
open catalog/view/theme/*/template/checkout/login.tpl and at the most bottom add

Code: Select all

<script type="text/javascript">
$(document).ready(function() {
  $('#button-login').trigger('click');
});
</script>
That should help click the button