README.txt 1.1 KB

123456789101112
  1. Ubercart Restrict Qty lets you add a very basic Restrict Qty. to a product in your Ubercart store to limit the quantity of that product in the shopping cart to 1. This is useful for single purchase products or for instances where it just doesn't make sense for a customer to purchase more than one and you want to prevent it from happening.
  2. Due to the way products are added to the cart, customers can add multiple variations of the same product to their carts (i.e. different attribute/option combinations) but never more than one of any given variation.
  3. Instructions:
  4. Upload the module to your ubercart/contrib directory and enable it on your Drupal site.
  5. Browse to the product you want to have a quantity restriction as an administrator.
  6. Click on the product's Edit tab and then its Features secondary task tab.
  7. Choose Restrict Qty. from the select box and click Add.
  8. Test it out by adding the product to your cart!
  9. If you already had a copy of that product in your shopping cart, you should empty your cart and add it again. Due to the way the module works, it won't restrict quantities on products already in customers' shopping carts.