Jump to content

[SOLVED] Using Vouchers - User puts code in at checkout


Recommended Posts

Hi all,

I am wanting to issue out voucher codes for my site and seem to be able to do everything needed except when the shopper wants to enter the code, there is no where for it to occur. What I have discovered is that when the user hits the checkout button, they are taken directly to "Address" area and the voucher input area is several steps a head.

How do I make the site default to the "Checkout Summary" when the user hits checkout instead of always bypassing it?

Any help would be greatly appreciated.

Link to comment
Share on other sites

You can change the link on line 114 of modules/blockcart/blockcart.tpl (in Prestashop v1.2.5) from:

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



to:

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



To make the "Check out" button go to the cart summary, but then you've got both the "Cart" and "Check out" button going to the same place, so you may as well delete either the "Cart" or "Check out" buttons.

Link to comment
Share on other sites

Thank you so much for this rocky - I've had quite a few customers saying that they can't find the voucher box, I even did an explanation for customers on how to find it on my website which I can now remove.

Thanks again.
Brenda :)

Link to comment
Share on other sites

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...