KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: ls211 on November 26, 2007, 10:10:50 pm

Title: fixed quantity
Post by: ls211 on November 26, 2007, 10:10:50 pm
Hello,

I'd like to be able to fix the quantity of a product to 1, so the user canot purchase any more of that product. Is that possible?

Thanks

Louise
Title: Re: fixed quantity
Post by: julie on November 27, 2007, 08:01:09 am
Hello Louise,

If you want to fix the maximum quantity of a product in any one customer order then you can easily do it by editing EditCartBody.jsp . There is a javascript function called maxQuantity() . Just make maxQ = 1 .

If you need to make sure that this customer never buys that product ever again, then the solution is more complex.

Regards,

Julie