Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Can I add more columns? only in specific collections pages?
Each collection may contain duplicate products but some collections pages use different amounts of products or anyone knows how to transform the Google Sheet tab to collections Thank you.
I want to add QTY. tab and REMARKS tab to each collections
Here's my current custom liquid code.
<center> <table> <tr> <th>No.</th> <th>Product SKU</th> <th>Product Name</th> <th>Price</th> </tr> {% for product in collection.products %} <tr> <td>{{ forloop.index }}</td> <td><a style="text-decoration: none;color: black;" href="{{ product.url }}">{{ product.sku }}{{ product.selected_or_first_available_variant.sku }}</a></td> <td><a style="text-decoration: none;color: black;" href="{{ product.url }}">{{ product.title }}</a></td> <td>{{ product.price }}</td> </tr> {% endfor %} </table> </center>
<center>
<table>
<tr>
<th>No.</th>
<th>Product SKU</th>
<th>Product Name</th>
<th>Price</th>
<th>QTY.</th>
</tr>
{% for product in collection.products %}
<tr>
<td>{{ forloop.index }}</td>
<td><a style="text-decoration: none;color: black;" href="{{ product.url }}">{{ product.sku }}{{ product.selected_or_first_available_variant.sku }}</a></td>
<td><a style="text-decoration: none;color: black;" href="{{ product.url }}">{{ product.title }}</a></td>
<td>{{ product.price }}</td>
<td></td>
</tr>
{% endfor %}
</table>
</center>
How to add the last column of manual on each unique collection?
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025