web
You’re offline. This is a read only version of the page.
close
Checkmark

Thank you for your feedback

Create an item's options store tag

Learn how to add product options to your Web Hosting store pages using HTML.

Article ID: SLN19825

The Options store tag can be modified to display an item's options information in various ways.

Let's say you add an item with an ID of 10 to Catalog Manager, and this item is available in three sizes (Small, Medium, and Small) and three colors (Red, Blue, and Green). You have the following choices when creating the Options store tag.

Version 1

<!--#ystore_catalog id="10" field="options" -->

Using this store tag would display your options in the following way:

The Options tag output.

Version 2

<!--#ystore_catalog id="10" field="options" format="html" -->

Using this store tag would display your options in the following way:

The Options tag output.

Version 3

<!--#ystore_catalog id="10" field="options" optionkey="color" format="html" -->

Using this store tag would display just the Color pull-down menu, as indicated below. This gives you complete control over the layout of your item page.

The Options tag output.

Note: If you've added an Options store tag, and the options are not being carried into the shopping cart make sure that the options tag is included between <form> and </form>. Learn more.