Basket

dgfphoto99

Joined: 2009-04-15
Posts: 118
Posted: Thu, 2011-11-10 18:58

I use the basket module which i find works well. I would like to offer discounts using a discount code. Anypne know how to do this. There was something available along these lines on Gallery 2.

Any help appreciated.

DGF

 
jtenkate

Joined: 2010-12-06
Posts: 28
Posted: Thu, 2011-11-10 22:43

If you can live with fixed discounts only, you could try defining a 'discount product'. This product has a negative price. You will need a new table with the discount codes and belonging 'discount products'. The challenge is to add this product to the basket, based on a code that the customer supplies. If you succeed doing that, the price calculation will be correct automatically.

Otherwise, you will need to modify the calculations as well.
I did quite a lot of development to the basket module, so if you start working on this, I'm happy to help.

Jeroen
www.kidsfotos.nl

 
dgfphoto99

Joined: 2009-04-15
Posts: 118
Posted: Fri, 2011-11-11 11:38

Thanks for the reply.Unfortunately my programming skills are about nil. I can change one or two basic things but that is about it.