The checkout page Step 1 shows 2 radio box options;
Register Account (which is selected by default)
Guest Checkout
Since most of my customers will not want to open an account I would like the option 'Guest Checkout' to appear first and be selected by default.
Does anyone know how to do this?
OC v 1.5.2.1
Register Account (which is selected by default)
Guest Checkout
Since most of my customers will not want to open an account I would like the option 'Guest Checkout' to appear first and be selected by default.
Does anyone know how to do this?
OC v 1.5.2.1
The file you want is catalog/view/theme/default/template/checkout/login.tpl.
Simply swap over lines 6 and 8:
Line 6:
Line 8:
Simply swap over lines 6 and 8:
Line 6:
Code: Select all
<input type="radio" name="account" value="register" id="register" checked="checked" />
Code: Select all
<input type="radio" name="account" value="register" id="register" />
Google Product Feed - Get your products into Google Shopping. Includes a bulk update facility.
Backup Pro - Backup (on demand or scheduled), Restore and Clone your store.
Freestyle Box - Add multiple information boxes on multiple pages of your store. Includes optional "Code Mode".
View my other extensions
Thanks for that, justcurious, your advice pointed me in the right direction and I've got rid of all references to logging in and registering on a shop that I'm building for a club.
try http://www.marketinsg.com/quick-checkout. Might be more efficient for you
Who is online
Users browsing this forum: Amazon [Bot] and 36 guests