amanuensis Posted July 24, 2009 Share Posted July 24, 2009 I have filled in all the correct fields in the Payment>Voucher facility in the back end of the cart, and can't find anywhere to enter the code for the discount I have set when I try to check out - I just go straight through to Paypal.Any ideas as to where I should be seeing the area to put the discount code in during checkout please. Link to comment Share on other sites More sharing options...
glosticks Posted July 24, 2009 Share Posted July 24, 2009 This is a small bug in the prestashop process, avoid going to checkout and view carthave a look herehttp://www.bartman.co.uk/2009/07/enter-voucher-codes/ Link to comment Share on other sites More sharing options...
amanuensis Posted July 24, 2009 Author Share Posted July 24, 2009 Many thanks for your reply, I have had a look at my blockcart.tpl as requested and dont have seem to have the same code that you are referring to. At the very bottom I have entered the code that my blockcart.tpl has and as you can see it differs from the bug fix, any ideas what I should do as I would love to get the vouchers up and running?Presta shop seems to have a slight problem in the checkout flow, basically if you click on the checkout button in the shopping cart block, it by passes the ability to enter a voucher code, the only place you can enter a code is in order.phpso basically cart buttons goes to order.php and you can enter a codecheckout button goes to order.php?step=1 no where to enter voucher codequick fix belowgoto modules/blockcart and edit blockcart.tplaround line number 112 {l s=’Cart’ mod=’blockcart’}{l s=’Check out’ mod=’blockcart’} and change to{l s=’Shopping Cart / Check out’ mod=’blockcart’} then you have one button that just takes you to your cart and you can checkout from thereMY CODE BELOW:{l s='Cart' mod='blockcart'}{l s='Check out' mod='blockcart'} Link to comment Share on other sites More sharing options...
glosticks Posted July 24, 2009 Share Posted July 24, 2009 shoukd be near the very bottom of modules/blockcart/blockcart.tpl in ver 1.1 and 1.2look for {l s='Cart' mod='blockcart'} {l s='Check out' mod='blockcart'} change to {l s='Shopping Cart / Check out' mod='blockcart'} If you have no luck pm me Link to comment Share on other sites More sharing options...
amanuensis Posted July 24, 2009 Author Share Posted July 24, 2009 Seem to work, but my right column vanishes. I have put the 'old' code back and the right column appears again.Any ideas?Should I report this a s a bug to the Prestashop team? Link to comment Share on other sites More sharing options...
Recommended Posts