I’ve set up quantity options for my product for customers to enter different quantities of various sizes.
The default is for these qty boxes to show vertically and I would like them to show horizontally so they aren’t in a long string down the page.
I know how to code this from scratch but am trying to figure out how to do this in 3D cart (where to navigate, what page to change?)
The code I found in listing_0.html – I’m not sure what to change to make it horizontal or if I’m even in the right place:
<!--START: qty-format-->
<table cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
<td class="item"><strong>[value]</strong><br />
[oprice]</td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]" value="[option_value]" class="txtBoxStyle" /></td>
</tr>
</table>
<!--END: qty-format-->
Any help is greatly appreciated – thank you in advance!
This is my page: https://bikejerseystore.3dcartstores...ersey_p_8.html
(The word “fabric” is also randomly showing above each of my size options and 3D cart is supposedly investigating this issue for me but I haven’t head back yet. I haven’t altered the template so I know it’s nothing I did)
The default is for these qty boxes to show vertically and I would like them to show horizontally so they aren’t in a long string down the page.
I know how to code this from scratch but am trying to figure out how to do this in 3D cart (where to navigate, what page to change?)
The code I found in listing_0.html – I’m not sure what to change to make it horizontal or if I’m even in the right place:
<!--START: qty-format-->
<table cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
<td class="item"><strong>[value]</strong><br />
[oprice]</td>
<td align="center" width="120"><input type="text" size="3" name="text[oname]" value="[option_value]" class="txtBoxStyle" /></td>
</tr>
</table>
<!--END: qty-format-->
Any help is greatly appreciated – thank you in advance!
This is my page: https://bikejerseystore.3dcartstores...ersey_p_8.html
(The word “fabric” is also randomly showing above each of my size options and 3D cart is supposedly investigating this issue for me but I haven’t head back yet. I haven’t altered the template so I know it’s nothing I did)
Comment