Shopify themes, liquid, logos, and UX
Hi, currently I have the following product cards of a collection, it is only displaying the product title and price. Now, I would like to add some extra details above the price, for example the product sizes or strength. I understand it has something to do with "card-product.liquid" but I am a bit unfamiliar with the syntax. What should I do here? Also, if I wish to apply styles to those elements, which css files should I use?
Thank you in advance for the help, I would greatly appreciate it.
To use metafields to add custom information like product sizes or strength in your product cards, you can follow these steps:
In the card-product.liquid file, add Liquid code to display the metafield value. For example:
<div class="product-details">
<!-- Example: Display custom strength metafield -->
<p>Strength: {{ product.metafields.custom.strength }}</p>
</div>
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