Okay
  Public Ticket #4445351
Hide all Tiered Price Table
Open

Comments

  •  1
    Alexander started the conversation

    Hi, I just want to know how to hide the Tiered Price Table for all products without make it manually for each one.

  •  2,503
    WebWizards replied

    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:

    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,

    Stefan

  •  1
    Alexander replied

    Thank you so much Stefan.