I want to add collection name below my Product name in Featured collection section ,please guide .

Solved

I want to add collection name below my Product name in Featured collection section ,please guide .

ParthPapat
Tourist
9 0 0

https://nt2ztk-pm.myshopify.com This is my site .Screenshot (56).pngjhjScreenshot (57).png

 

i want something like this , i Just want one Collection Name as one product is listed in many collections.

i tried many codes but didn't work.

Accepted Solution (1)
Sangeetanahar75
Excursionist
18 1 7

This is an accepted solution.

hello @ParthPapat 

If your work is done then accept my solution and if you need any help in future then let me know.

Thanks

Was I helpful?  

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


Email me -Sangeetarahuldhiman;gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +917009811712
BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 14 (14)

cromedia
Shopify Partner
545 86 168

You are developer or business owner? For the developer it is 2 mins work, just focus on your business and delegate the development work to developers.

You need to find product card liquid snippet, find where the product.title is populated and add collection.title under it. This is the high level guide.

ParthPapat
Tourist
9 0 0

i tried this method ,it's not working .That's why i am asking for help.

 

Sangeetanahar75
Excursionist
18 1 7

hello @ParthPapat 

I am a Shopify developer. Please give me Collaborator  access to your account and I will do it for you.

Thanks

Was I helpful?  

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


Email me -Sangeetarahuldhiman;gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +917009811712
BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

ParthPapat
Tourist
9 0 0

Hey I've mailed you collaborator code ,please do check it.

Thank You !

Sangeetanahar75
Excursionist
18 1 7

HEELO

 i add you please approve me 

thanks

Was I helpful?  

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


Email me -Sangeetarahuldhiman;gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +917009811712
BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

ParthPapat
Tourist
9 0 0

approved.

 

Sangeetanahar75
Excursionist
18 1 7

hello @ParthPapat 

please check i have done this job 

Doodlewear-01-27-2025_01_17_PM.png

Thanks 

Was I helpful?  

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


Email me -Sangeetarahuldhiman;gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +917009811712
BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

ParthPapat
Tourist
9 0 0

Thank You So much, I just have one small request .I wanted collection name in between product name and the price and in little lighter color (May be Grey ) can you please help me with it .

 

Sangeetanahar75
Excursionist
18 1 7

hello @ParthPapat 

please check now i have change the color

Doodlewear-01-27-2025_01_28_PM.png

thanks

 

Was I helpful?  

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


Email me -Sangeetarahuldhiman;gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +917009811712
BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

ParthPapat
Tourist
9 0 0

Thank you soooo much, you are amazing .Really appreciate your help  😇

Sangeetanahar75
Excursionist
18 1 7

This is an accepted solution.

hello @ParthPapat 

If your work is done then accept my solution and if you need any help in future then let me know.

Thanks

Was I helpful?  

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


Email me -Sangeetarahuldhiman;gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +917009811712
BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

ParthPapat
Tourist
9 0 0

hey ..its done ...Thank you for the help and your time 

 

DaisyVo
Shopify Partner
4436 492 586

Hi @ParthPapat 

 

Hi @ParthPapat 

 

I hope you are well.

 

Since a product can belong to multiple collections, it’s possible to display the names of all associated collections. To achieve this, you can edit the card-product.liquid file: (https://prnt.sc/SCeoKQSbOkD9) and add the following code:

 

<div>
    {% for collection in card_product.collections %}
        {{ collection.title }} <br/>
    {% endfor %}
</div>

For example, if a product belongs to three collections, the output will look like this:
Example Screenshot.

 

Please let me know if you have any questions or need further assistance.

 

Best regards,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ParthPapat
Tourist
9 0 0

that worked like butter ,thank you so much for the help and your precious time !