|
Product Description
When a customer adds an item to their cart, the cart view page will
display their selections. It's always helpful to have a description
for your product, so let's add that field:
<input
type="hidden" name="NC_Shirt_desc" value="MyStore
Super Jersey">
Now when they add the item to the cart, the description "MyStore
Super Jersey" will be displayed along with the product ID.
Summary:
| Product
Property |
Field
Suffix |
Field
Type |
Required |
Value(s) |
Code |
| Description |
_desc |
hidden |
no |
any
alpha-numeric value |
<input
type="hidden" name="Product_ID_desc" value="description"> |
| 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
|