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.
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.
Posts: 28
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
Posts: 118
Thanks for the reply.Unfortunately my programming skills are about nil. I can change one or two basic things but that is about it.