How to display multiple customer text entry fields on your store pages but only one field in the cart

[-- SHOPPING_CART_URL BASE --]
[-- STORE_ID --]
[-- PRODUCT.RecordNumber --]

If you would like to have multiple customer text entry fields which all feed into the one customer text entry field provided by ShopSite, you would need to setup your own custom form for adding the products to the cart. You would be able to incorportate this form into your pages how you want, whether it be with the OrderAnywhere feature, or with a custom template. There are many different ways you would be able to incorporate it, so this example will not show you how to incorporate it, this example will show you what the code for the form should look like.

In order for this feature to work, you would need to go to Commerce Setup > Order System > Shopping Cart, and check the checkbox to specify that the 'customer text entry can not be changed'.

The form below is using ShopSite tags. If you are going to use this feature with OrderAnywhere, you would need to replace all of the ShopSite tags with the actual store and product information.

This is the what form below would look like:

Line 1

Line 2

Line 3

Quantity:

Note: this form does not work with product ordering options. The form would need to be adjusted if the product has ordering option pull down menus setup.