We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

I want to have product description in the featured collection and product cards

Solved

I want to have product description in the featured collection and product cards

warcry
Tourist
14 0 2

I want to show product description right after the title and price in product cards for all over my website. Im using sense theme 

This is how my website looks

warcry_0-1729511835403.png

This is how i want it

warcry_1-1729511867051.png

 

 

Accepted Solution (1)
namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @warcry,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-card-wrapper .card:not(.ratio)>.card__content {
    grid-template-rows: max-content auto minmax(0, 1fr) max-content auto;
}
.product-card-wrapper .card__information {
    padding-bottom: 0;
}
.product-card-wrapper .card__information+.caption-large.light {
    grid-row-start: 3;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 13 (13)

shahrozbabar5
Shopify Partner
346 28 36

@warcry This is possible with code editing for the product cards, it needs styling and code editing, let me know if you are code familiar, I'll guide you here, or you need someone code expert who can do this. I'll happily assist you let me know

Thank you

Need a Shopify Expert and Specialist? Let's chat on WhatsApp +923046983349 and bring your vision to life!


Custom Shopify Store Design | Premium Themes | Variant Apps Expert


Your Coffee Tip a seamless synergy. ❤️

warcry
Tourist
14 0 2

Hello @shahrozbabar5 , 
yes i am familiar with coding and a little guidance is needed

Moeed
Shopify Partner
7764 2082 2568

Hey @warcry 

 

If you want to show a short description of your products below the product cards then you can do that with the help of metafields and then call that metafield in your card-product.liquid. This process will require some coding so if you're not familiar with coding then I suggest you to hire a Shopify developer who can help you out with that. Feel free to let me know if you want me to help you out and I would be more than happy to help you out!

 

Best Regards,

Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


warcry
Tourist
14 0 2

Hello @Moeed ,

I am familiar with coding but i tried to change some code but it was not working out !

namphan
Shopify Partner
2777 358 407

Hi @warcry,

Please go to card-product.liquid file and add code here:

Screenshot.png

Code:

<div class="caption-large light">{{ card_product.description }}</div>

 

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
warcry
Tourist
14 0 2

Hi @namphan ,
It is working but it is going into the card information block which i changed the style using css so i dont want it in the card information block and need it below of both as i shown in the image

 

namphan
Shopify Partner
2777 358 407

Hi @warcry,

Please send the website link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
warcry
Tourist
14 0 2

HI @namphan ,
Store link- https://c2akfx-f3.myshopify.com/
Password- showck

namphan
Shopify Partner
2777 358 407

Hi @warcry,

Please add code here:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
warcry
Tourist
14 0 2

He @namphan ,

 

The description is showing above the card information
Screenshot 2024-10-24 130725.png

 

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @warcry,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-card-wrapper .card:not(.ratio)>.card__content {
    grid-template-rows: max-content auto minmax(0, 1fr) max-content auto;
}
.product-card-wrapper .card__information {
    padding-bottom: 0;
}
.product-card-wrapper .card__information+.caption-large.light {
    grid-row-start: 3;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
warcry
Tourist
14 0 2

Hi @namphan ,
This worked!! thanks a lot!

 

namphan
Shopify Partner
2777 358 407

Hi @warcry,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com