Display custom product type on all the shop's product grids

Hello!

I would like to display the custom product type under each product title in all the product grids/collections of my shop, but can’t figure out which template to edit. I’m using the free theme “Studio”.

As you can see I’ve managed to do it using here on my product page (right under the title):

https://cocomoino.com/products/bird-artwork-painting-bittern-reed-giclee-print-being-judged

This would really help me not repeating the type in the product title.

Thank you for your help!
Coco

@CocoMoino - like this?

@CocoMoino
Hello, I Have check your issue. its Customization Work So can You Please Share Store Details I will check Code And and Provide Proper Solution
Thanks

Your Requirement Like This

Thank you @suyash1 , no, I meant in the product grids everywhere on the website. The product page I already managed.

1 Like

@oscprofessional Thank you, could you please tell me which template I should edit please? I can do the change by myself.

@CocoMoino - please check product-grid template, it should have the code for it, you can edit in it

1 Like

@suyash1 I only have a main-collection-product-grid.liquid template - no simple product-grid in my theme Studio. I don’t think it’s this template, it doesn’t even display the product title.

@CocoMoino - does it have any other template call? like using render?

1 Like

@suyash1 No, i searched everything with grid, product and now render, and nothing. I really don’t see which template it could be. The one that seemed most obvious was product card, but it doesn’t seem to do anything. Here’s a list of all the liquid templates I have!

@CocoMoino - start from collection-list.liquid template and check which files it is calling

1 Like

@suyash1 Thank you for the help! It was calling card-product indeed. But there were two spots were to add the type and it seems I had missed one. For anyone else looking like me:

{{ card_product.title | escape }}

{{ card_product.type | escape }}

@CocoMoino - perfect, congratulations

1 Like