Discount Coupon Entry not Displaying Opencart 1.5.3.1
Opencart Cart Version 1.5.3.1 We have been using opencart Version 1.5.3.1 with a custom template or skin. We found that the skin had some coding that stepped users through the “cart” step of the checkout, directly to the checkout process. The stops the “voucher or coupon” step being available to the end user during checkout. (Unless they had more than one item in their cart). The problem appears to be that the template is using the code: <a href="<?php echo $checkout; ?>" rather than: <a href="<?php echo $cart; ?>" You see the difference is the word “checkout” vs “cart” in this string. This means that when you click on the: icon for checkout, you are directed to: domain.com/index.php?route=checkout/checkout where you need to go to get the coupon option is: domain.com/index.php?route=checkout/cart Things to check first 1. Ensure you have added coupon codes! The first obvious check is to… Read More »Discount Coupon Entry not Displaying Opencart 1.5.3.1