Hi,
I am using the free debut theme. It is possible to display product variations (clothing sizes) underneath the product names?
I have attached a photo for reference.
P/word: dautri
Hi,
I am using the free debut theme. It is possible to display product variations (clothing sizes) underneath the product names?
I have attached a photo for reference.
P/word: dautri
Hi BohoBungalow
If you are using debut theme then edit code and search this file product-price-listing.liquid and add code in footer. I also attach image how to edit code. Follow this code.
{% assign hide_default_title = false %}
{% if product.variants.size == 1 and product.variants.first.title contains ‘Default’ %}
{% assign hide_default_title = true %}
{% endif %}
If helpful then please Like and Accept Solution.
Skype: live:hardikradadiya355
Thanks