Product Ordering Options

[-- PRODUCT.DisplayOrderingOptions --] ordering options toggle on the Edit Product Layout screen
[-- PRODUCT.OptionText --] field on the Edit Product Info screen
[-- Order_Option_Menu Line --] pull down menu field on the Edit Product Info screen

In your product layout HTML you would need to find where you want the ordering option pull down menus to be displayed. It may look similar to:

You can replace your pull down menu with the ShopSite tags for the product ordering options.

ShopSite will take the information that is entered in those fields for each of your products in the back office and populate those tags when you publish your store. If you would like to include IF/END_IF statements so that if nothing is entered in those fields, or you have unchecked the checkbox and chosen not to display those fields, that ShopSite skips that section, you would setup your tags similar to:

Lastly, you will need to add the add to cart FORM tags. You can copy and paste the following code into your product template somewhere above your ordering options.

The final ordering option code for your template should look similar to:

Next: Product Add To Cart Button >>