If you goto this page: http://www.artandsoulbeads.com/store/buttons.html
The Swarovski 8mm Butterfly Mixes isn't displaying a price because of the options. Which is perfect. It has checkboxes and this product has 4 options.
My new templates page for the same page is here: http://www.artandsoulbeads.com/store/swarovski_butterfly_beads.html
The Swarovski 8mm Butterfly Mixes is using the same product template as the other page, but the one I am building will use div's instead of a table so I can style it the way I want it.
Problem 1
I dont know where the store is pulling information for the table below. In the back office for Swarovski 8mm Butterfly Mixes there are no pricing options which show that it is using options.
- Code: Select all
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr><!-- Start of ROW -->
<td><input type="checkbox" value="2753" name="itemnum">
Swarovski Butterflies: 8mm, Dusk Mix (Pkg of 20) <b>$12.00</b></td>
</tr>
<!-- END OF ROW -->
<tr> <!-- Start OF Next ROW -->
<td><input type="checkbox" value="1068" name="itemnum">
Swarovski Butterflies: 8mm, Pastel Mix (Pkg of 12) <b>$8.50</b></td>
</tr>
<!-- END OF ROW -->
<tr> <!-- Start OF Next ROW -->
<td><input type="checkbox" value="2752" name="itemnum">
Swarovski Butterflies: 8mm, Springtime Mix (Pkg of 12) <b>$8.50</b></td>
</tr>
<!-- END OF ROW -->
<tr> <!-- Start OF Next ROW -->
<td><input type="checkbox" value="2751" name="itemnum">
Swarovski Butterflies: 8mm, Sweet Girl Mix (Pkg of 12) <b>$8.50</b></td>
</tr>
<!-- Last One -->
</tbody>
</table>
Problem 2
There doesnt seem to be any code examples for checkboxes anywhere on this forum or in the cookbook so I don't know how to build a successful
- Code: Select all
[-- IF PRODUCT.DisplayOrderQuantity checked --]
- Code: Select all
<table>