Comments 1Alexander started the conversation3 days ago on Friday 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,503WebWizards replied1 day ago on Saturday 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 replied13 hours agoThank 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.