Okay
  Public Ticket #4537806
display HT price for btob customer for minimum amount rules
Open

Comments

  • christophe WATTEAU started the conversation

    Hello,

    Could you help us for display HT price for minimum amount rules (see attached files)

    thanks in advance for your reply.

    RegardsĀ 

    Christophe

    Attached files:  display minimum amount HT.jpg

  •  2,635
    WebWizards replied

    Hi Christophe,

    Thank you for purchasing our plugin!

    To solve this, please add the following to your theme's functions.php file or any code snippets plugin:

    add_filter('b2bking_minmax_order_total_calculation_basis', function($val){
    return WC()->cart->cart_contents_total;
    }, 10, 1);

    This should make the minimum amount rules use the HT (excluding tax) price instead.

     

    Let me know if that worked!

    Kind regards,
    Stefan