Shopify themes, liquid, logos, and UX
Hi there,
For each product in my store, the EAN code for the respective product is displayed.. This is the custom Liquid code I am using:
{% if product.variants.size > 0 %}
<p style="font-size: 12px;">EAN: {{ product.variants.first.barcode }}</p>
{% else %}
<p style="font-size: 12px;">EAN: No barcode available.</p>
{% endif %}
I have tried to move this information into the collapsible product description. Is it possible to solve this with CSS?
URL: doftnoter.se
Passw: test12345
Thanks!
Solved! Go to the solution
This is an accepted solution.
Case solved. I added the code directly in main-product.liquid instead of using a custom liquid.
This is an accepted solution.
Case solved. I added the code directly in main-product.liquid instead of using a custom liquid.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025