Hide collapsible row if metafield is empty

Solved

Hide collapsible row if metafield is empty

dosto
Tourist
4 0 2

How do I hide a collapsible row block on the condition that the metafield that it is attached to has no text? It is part of my product template and the metafield is named "custom.product_summary".

Accepted Solution (1)

Guleria
Shopify Partner
4172 811 1168

This is an accepted solution.

Hello @dosto ,

 

 If it's through code then you need to wrap it with a condition like this.  

{% if product.metafields.custom.product_summary != blank %}

Your existing code here

{% endif %}

 

If its trough dynamic content then you can try css empty div logic.

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 6 (6)

Guleria
Shopify Partner
4172 811 1168

This is an accepted solution.

Hello @dosto ,

 

 If it's through code then you need to wrap it with a condition like this.  

{% if product.metafields.custom.product_summary != blank %}

Your existing code here

{% endif %}

 

If its trough dynamic content then you can try css empty div logic.

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
dosto
Tourist
4 0 2

RESOLVED.

Dan-From-Ryviu
Shopify Partner
11754 2305 2488

Hi @dosto 

Could you share your product page URL containing an empty meta field collapsible row so I can give you the code to hide it? 

- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

dosto
Tourist
4 0 2

 

RESOLVED.

DaisyVo
Shopify Partner
4451 497 591

Hi @dosto ,

 

Can you share the link of the product with empty metafield?

 

Also, can you share with me the a screenshot on Theme customize, where the product page you add the collapsible? 

 

These information will help us better check for you.

 

Look forward to your response!

 

Best,


Daisy

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
dosto
Tourist
4 0 2

RESOLVED.