Bachir Soussi Chiadmi d3dcf44a1e updated features after last modules updates 9 роки тому
..
tests f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 роки тому
LICENSE.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 роки тому
README.txt 7c85261e56 more module updates 9 роки тому
uc_restrict_qty.info d3dcf44a1e updated features after last modules updates 9 роки тому
uc_restrict_qty.install d3dcf44a1e updated features after last modules updates 9 роки тому
uc_restrict_qty.module d3dcf44a1e updated features after last modules updates 9 роки тому

README.txt

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.

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.

Instructions:

Upload the module to your ubercart/contrib directory and enable it on your Drupal site.
Browse to the product you want to have a quantity restriction as an administrator.
Click on the product's Edit tab and then its Features secondary task tab.
Choose Restrict Qty. from the select box and click Add.
Test it out by adding the product to your cart!
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.