This part of my product form causing my cart to return empty and I dont know what the problem could be.
It works well if I use this:
- Code: Select all
<cms:pp_product_options >
<select id="color_chose" data-placeholder="" class="f_c_field default_mod chosenTarget color_mod select_rediz_coosen">
<cms:pp_option_values>
<option value="<cms:show option_val />"><cms:show option_val /></option>
</cms:pp_option_values>
</select>
</cms:pp_product_options>
It works well if I use this:
- Code: Select all
<cms:pp_product_options >
<label><cms:show option_name />:</label><br>
<cms:pp_option_values /><br>
</cms:pp_product_options >