Post by Sturgis » Fri Mar 23, 2012 10:48 pm

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!

Newbie

Posts

Joined
Fri Mar 23, 2012 10:43 pm

Post by jeles » Sun Apr 15, 2012 10:24 pm

Yes, I want ... Can anyone help us?

Image
website - http://www.thugs.ro/ | magazin -http://magazin.thugs.ro/


User avatar
Newbie

Posts

Joined
Wed Mar 14, 2012 3:30 pm
Location - oltenita

Post by dbckham7 » Sun Oct 13, 2013 12:52 am

Same here! Anyone?

New member

Posts

Joined
Tue May 08, 2012 2:31 pm

Post by MarketInSG » Sun Oct 13, 2013 10:42 am

Manually hide / remove registration pages. Go over to template/checkout/login.tpl and hide the registration option


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by dbckham7 » Sun Oct 13, 2013 11:35 am

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.

New member

Posts

Joined
Tue May 08, 2012 2:31 pm

Post by dbckham7 » Sun Oct 13, 2013 11:42 am

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.

New member

Posts

Joined
Tue May 08, 2012 2:31 pm

Post by MarketInSG » Mon Oct 14, 2013 10:51 am

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


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore
Who is online

Users browsing this forum: Bing [Bot] and 70 guests