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 %}
EAN: {{ product.variants.first.barcode }}
{% else %}
EAN: No barcode available.
{% 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!
