Ian Reynolds Posted December 14, 2010 Share Posted December 14, 2010 Hi,I was wondering how difficult it would be to get the cart button removed from the basket module, and make the chekcout button slightly bigger....then get the checkout button to visit the order.php page as the step before the usual login page?That way making it easier for customers to find where to enter voucher code.Thanks Link to comment Share on other sites More sharing options...
razaro Posted December 14, 2010 Share Posted December 14, 2010 Backup first.Then open blockcart.tpl from modules/blockcart folder and at the end find this code <a href="{$base_dir_ssl}order.php" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}</a> <a href="{$base_dir_ssl}order.php?step=1" id="button_order_cart" class="exclusive" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'} and replace it with <a href="{$base_dir_ssl}order.php" id="button_order_cart" class="exclusive_large" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'} And adjust css if needed. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now