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:
/msdyn_blobfile/$value)
Version 2
<!--#ystore_catalog id="10" field="options" format="html" -->
Using this store tag would display your options in the following way:
/msdyn_blobfile/$value)
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.
/msdyn_blobfile/$value)
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.