|
Purchase Limit
If we wanted to limit the number of shirts the customer could buy
to say, 5, we'd add an additional field like this:
<input type="hidden"
name="NC_Shirt_limit" value="5">
The only requirement on Product Limit is that it be a numerical
value greater then zero. If a customer tries to purchase more than
the allowed limit, they will get a prompt notifying them of the
limit, and the maximum allowable number of that item will be added
to their cart.
Summary:
| Product
Property |
Field
Suffix |
Field
Type |
Required |
Value(s) |
Code |
| Limit |
_limit |
hidden |
no |
number
> 0 |
<input
type="hidden" name="Product_ID_limit" value="N"> |
| Operation |
Object
Type |
Link/Method/Code |
| N/A |
N/A |
N/A |
Basic
HTML Setup
Quantity Configuration
Purchase Limit
Product Description
Product Options
Back
Main
|