PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Hide [woot_cross_sells] if product doesnt have any cross sells

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi

We have the [woot_cross_sells] shortcode embedded on our product page, but if there are no cross sells for that product, we still see the table show, but with a no data warning. Is there a way we can hide the entire cross-sells table if there are no cross sells for a particular product.

Hello

Try  in  file -"\wp-content\plugins\woot-products-tables\index.php" - add  code - https://c2n.me/4gYSf84.png

if ($js_script_data['table_data']['count'] == 0 ){
return"";
}

what plugin version number are you using?