Hi,
I have a custom template I'm designing. For some reason the custom options are not showing up in my template. They show up when I use one of the pre-installed templates though.
I copied the code from an existing template like so.
I've set the product to use my options template and made sure that the inventory levels are greater than 0. Perhaps I'm missing something in the settings? Or am I missing some type of template comment.
Thanks.
r
I have a custom template I'm designing. For some reason the custom options are not showing up in my template. They show up when I use one of the pre-installed templates though.
I copied the code from an existing template like so.
Code:
<!--START: PRODUCT_OPTIONS_BLOCK--> <!--START: optionstemplate--> <!--START: dropdown-format--> <select name="[oname]" onChange="validateValues(document.add,1);" class="txtBoxStyle"> <!--START: option--> <option value="[value]" [selected]>[feature] [oprice]</option> <!--END: option--> </select> <!--END: dropdown-format--> <!--END: optionstemplate--> <!--END: PRODUCT_OPTIONS_BLOCK-->
Thanks.
r