Comments 1Alexander started the conversationAugust 29, 2025 at 4:23pmHi, I just want to know how to hide the Tiered Price Table for all products without make it manually for each one. 2,535WebWizards repliedAugust 30, 2025 at 10:00pmHi Alexander, Thank you for purchasing our plugin! You can disable the tiered price table for all products by adding this snippet to your theme's functions.php file or through a code snippets plugin: add_filter('b2bking_disable_price_table','__return_true'); Once added, this should hide the tiered price table across all your products without having to configure it individually. Let me know if you need any clarification or run into any issues! Kind regards, Stefan1 Like 1Alexander repliedAugust 31, 2025 at 4:01pmThank you so much Stefan.1 Like Sign in to reply ...
Hi, I just want to know how to hide the Tiered Price Table for all products without make it manually for each one.
Hi Alexander,
Thank you for purchasing our plugin!
You can disable the tiered price table for all products by adding this snippet to your theme's functions.php file or through a code snippets plugin:
Once added, this should hide the tiered price table across all your products without having to configure it individually.
Let me know if you need any clarification or run into any issues!
Kind regards,
Stefan
Thank you so much Stefan.