So I think I can just use tables to create what I want. The Basic idea is to have a “Parent Series” of product and the customer can select a wide variety of options in a table format of the child of that series. I don’t mind creating each product individually in order to accomplish this. I just want it to be laid out so the customer can compare all in one scope.
I added the HTML to a custom liquid section thinking that probably the only I can target each product. What would be the easiest way to add a button link the one shown from the product section to the table? Am I missing something on how I coded it? Still pretty fresh to coding and Shopify so not sure if there is a way to link XMB products 1, 2 and 3 to the button that would be on its row of the table. Once clicked it would add it to the cart if possible. Worst case it would just take you to the product. and you could add it there like normal
This would be the code snippet for the button section in the table. total guess on if its an onClick or not. And i’m not even sure if this will work how I have it setup now. Ideally I’d like to code a custom section, but i’m just not there yet.
<td align="center" valign="middle" rowspan="2"><input type="button" onClick="" value="Add to Cart" formtarget="_blank"></td>
