max quantity in cart

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

max quantity in cart

Mknott

  I am trying to put a limit on the quantity in cart for a single product.  Suppose we want a user not to be allowed to add more than ‘x’ quantity of product 'A' in a single session.  Can this this be handled through a catalog/product configuration for a product?
   
  Thanks
   
  Michael

       
Reply | Threaded
Open this post in threaded view
|

Re: max quantity in cart

BJ Freeman
Are you wanting to limit per user or per store?
To my knowledge this is not OOTB.
so you would have to extend the entity to add this value.
Then possibly use an SECA to check levels allowed.


Michael Knott sent the following on 5/13/2008 9:08 AM:
>   I am trying to put a limit on the quantity in cart for a single product.  Suppose we want a user not to be allowed to add more than ‘x’ quantity of product 'A' in a single session.  Can this this be handled through a catalog/product configuration for a product?
>    
>   Thanks
>    
>   Michael
>
>