Jump to content

How to let user able to use mulitple vouchers in one order


Recommended Posts

Hi,

 

I am using V1.5.5

 

Where can I change the setting of only allow one voucher or multiple vouchers in one order?

or which php file I should look at?

 

Right now, if a user enter the first voucher, it works, but when he enter the second voucher, it doesn't have any error, but it doesn't show the 2nd discount.

 

Then If remove the first voucher, and enter just the second one, it will works, but can't combine the two together.

 

 

Link to comment
Share on other sites

I am using the default theme, but modified a lot.

 

I did try to debug that shopping-cart.tpl discounts loop

{foreach $discounts as $discount}

 

and notice that it only loop once even though I put two discount codes.

 

so I am guessing is either some setting or some other codes that ignore my second discount code.

Link to comment
Share on other sites

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