• Welcome to KonaKart Community Forum. Please login or sign up.
 

fixed quantity

Started by ls211, November 26, 2007, 10:10:50 pm

Previous topic - Next topic

ls211

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

julie

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