The Studio theme gives me the option to display Show vendor between the Product title and Price, under the product photo. Would it be possible to display the Product Type here instead?
Something like this…
Thank you, Richard
Goal: Show Product Type (instead of Vendor) on collection product cards in the Studio theme, specifically between the product title and price under the product image.
Solution provided:
Notes:
Outcome: The original poster confirmed the change worked exactly as needed. Status: Resolved; no further questions or issues raised.
The Studio theme gives me the option to display Show vendor between the Product title and Price, under the product photo. Would it be possible to display the Product Type here instead?
Something like this…
Thank you, Richard
Hi @HardwickStudio ,
You can achieve it with a small code change.
Go to Online Store > Themes > Actions > Edit Code > snippets > card-product.liquid
As highlighted in the screenshot, please add the following line.
{{ card_product.type }}
If you have found the answer helpful, please like my replies and mark the question as solved.
Thank you once again for your help. That’s exactly what I was wanting.