Once you copy the example code into your HTML page, you can edit the option list directly to add, remove, and modify options. For example, if you made a size selection list with only one option in it, the HTML code would look something like this.
<select name=Option1>
<option value= "#errMake a selection for Size"selected>Make a selection</option>
<option value="Small:#Sm:$+0">Size</op tion>
</select>
You can modify this code directly to expand the option list. In the example below, the default option label, option message and the error message returned when you have not selected a size have been modified. The size names that are appended to the product description and productID in the shopping cart now start with "space - hyphen - space". (New and modified HTML code is highlighted.)
Shirt Size: <select name=Option1 size=1>
<option value= "#errYou must select a size"selected>Please select size</option>
<option value=" - Small: - #Sm:$+0">Size</option>
<optio n value=" - Medium: - #Med:$+0">Size</option>
<opti on value=" - Large: - #Lg:$+0">Size</option>
<optio n value=" - X-Large: - #XL:$+2">Size</option>
</sele ct>
Some option lists may be used for many products in your store. Once you create an option list for selecting size or color, for example, you can save that HTML code and reuse it by pasting it into any HTML product page or one page order template.
You can also copy and paste the size example above directly into your HTML page. If you are using an HTML editing tool, you may need to use a "paste as HTML" method, rather than simple paste, when copying from this help file
source
https://www. ares-server.com/Mer chan tBackOffice/help/html_gen.html
Answered by
Rocky
, an ibibo Master,
at
5:09 PM on July 18, 2008