hurray Posted December 5, 2010 Share Posted December 5, 2010 I recently realized that to use the reduction coupon one has to enter the cart area. Some of my customers would add an item to their cart and then click on Order or Proceed button rather than Cart button. This way they skipped the Cart area where they could put their Reduction code and arrived to the log-in place.They were completely lost.How can we get them to arrive in the cart area even if they click on Order/Proceed button?Right now it looks a bit not straight forward.Thanks. Link to comment Share on other sites More sharing options...
rocky Posted December 6, 2010 Share Posted December 6, 2010 I suggest that you remove the Cart button, change the link of the Check out button to the cart button and increase it's size by changing lines 114-117 of modules/blockcart/blockcart.tpl from: <a href="{$base_dir_ssl}order.php" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'} <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'} to: {* <a href="{$base_dir_ssl}order.php" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}*} <a href="{$base_dir_ssl}order.php{*?step=1*}" id="button_order_cart" class="exclusive_large" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'} Link to comment Share on other sites More sharing options...
hurray Posted December 6, 2010 Author Share Posted December 6, 2010 Hi Rocky,Thank you very much for your help. Link to comment Share on other sites More sharing options...
Recommended Posts