Woo Product Block – Hide is No Items to Display

Posted in: Newspaper
Post count: 24

Hi there,

is there a way to hide the woo product block if there is no items to display?

I have it set to upsells, but not every item has upsells and it shows “no upsells” in the display.

Is there a way to hide it if the number of items is 0?

Thank you

Post count: 21065

Hello @phase3av!

Unfortunately, there are no options that correspond to this condition.
Every element can be hidden using the CSS tab option : https://prnt.sc/a694nQat_PFR 

Thank you!

Post count: 24

I thought I’d post my solution for anyone who encounters the same issue, add this to the custom css area:

.td_woo_products_block.tdc-no-posts {
display: none !important;
}

this will hide the block if there are no items to display

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.