Jump to content

Voucher dicount code - where do I enter it during checkout


Recommended Posts

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

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.php

so basically cart buttons goes to order.php and you can enter a code

checkout button goes to order.php?step=1 no where to enter voucher code

quick fix below

goto modules/blockcart and edit blockcart.tpl

around 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 there

MY CODE BELOW:


{l s='Cart' mod='blockcart'}
{l s='Check out' mod='blockcart'}

Link to comment
Share on other sites

shoukd be near the very bottom of modules/blockcart/blockcart.tpl in ver 1.1 and 1.2

look 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

×
×
  • Create New...