Problem with Variations display
-
And my questions just keep coming…
Any idea why my Variations are being generated like this, which is to say, with a separate select element for each variation, rather than one select element holding all of the variations:
<div class="wpsc_variation_forms"> <table> <tbody> <tr> <td class="col1"><label for="variation_select_2054_34">Expressive card set: pkg. of 20:</label></td> <td class="col2"><select id="variation_select_2054_34" name="variation[34]" class="wpsc_select_variation"></select></td> </tr> <tr> <td class="col1"><label for="variation_select_2054_78">Hearfelt Feelings:</label></td> <td class="col2"><select id="variation_select_2054_78" name="variation[78]" class="wpsc_select_variation"></select></td> </tr> <tr> <td class="col1"><label for="variation_select_2054_35">Kit: Manual plus two Cards sets:</label></td> <td class="col2"><select id="variation_select_2054_35" name="variation[35]" class="wpsc_select_variation"></select></td> </tr> <tr> <td class="col1"><label for="variation_select_2054_36">Relational card set: pkg. of 20:</label></td> <td class="col2"><select id="variation_select_2054_36" name="variation[36]" class="wpsc_select_variation"></select></td> </tr> </tbody> </table> <div class="is_variation" id="variation_display_2054">Combination of product variants is not available</div> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Problem with Variations display’ is closed to new replies.