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!
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!
Yes, I want ... Can anyone help us?
website - http://www.thugs.ro/ | magazin -http://magazin.thugs.ro/
Manually hide / remove registration pages. Go over to template/checkout/login.tpl and hide the registration option
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.
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.
open catalog/view/theme/*/template/checkout/login.tpl and at the most bottom add
That should help click the button
Code: Select all
<script type="text/javascript">
$(document).ready(function() {
$('#button-login').trigger('click');
});
</script>
Who is online
Users browsing this forum: Bing [Bot] and 70 guests