Populating Tables

by juddle - Member - 04:38PM, Jan 07, 2009

Hello!

I’m trying to create a two column table to pull Variant Title/Images in product.liquid.

Creating the table isn’t the problem, just the correct code to populate the table.

CSS isn’t an option for this task, I need to use a table.

Here is the code I’m working with:

{% if product.type == “subscriptions” %}

<div id="productimages"><div id="productimages-top"><div id="productimages-bottom">

{% for image in product.images %}

{{product.title | escape }}

{% endfor %}

</div></div></div>

{% endif %}

I’ve scoured the forum for all things tables but I’m not finding anything regarding the logic needed to populate them.

Any help with this or a point in the right direction is very appreciated!

You must login to post a comment!

Don't have an account yet? Sign up for one.