Comments christophe WATTEAU started the conversation1 day ago on Tuesday at 5:06pmHello,Could you help us for display HT price for minimum amount rules (see attached files)thanks in advance for your reply.RegardsĀ ChristopheAttached files: display minimum amount HT.jpg 2,635WebWizards replied14 hours agoHi 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 Sign in to reply ...
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
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:
This should make the minimum amount rules use the HT (excluding tax) price instead.
Let me know if that worked!
Kind regards,
Stefan