Hello Guys.
I want to display the product type under the title in product page and feautured collection in my dawn theme as in yoox.com when you explore the products
Thanks in advance
Hello Guys.
I want to display the product type under the title in product page and feautured collection in my dawn theme as in yoox.com when you explore the products
Thanks in advance
Hi @Eleftheria2022 ,
You can follow the instruction below:
{{ card_product.type }}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi @Eleftheria2022 ,
Sorry,
Since each theme will have a different variable, I sent you the wrong variable.
You try {{ product_card_product.type }}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Yes, that’s working fine, can i display it also in product page?
In Product page. You can find file main-product.liquid. Then try below code:
{{ product.type }}
Hope it can help you
in which line do i have to put this: {{ product.type }}
Hi @Eleftheria2022 ,
This also depends on where you want to show it. you can put under {{ product.title }}
Hope it can help you
Hi @Eleftheria2022 ,
Amazing good job. ^^