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>
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024