Question. B2BKing has the option to set up rules. Like 15% discount for all our B2B customers.
Is it possible to apply this 15% discount on an already discounted normal-store-price?
e.g.: A product is priced $100. In our normal store we have applied a discount of 10% so it's $90. For our B2B customers we want 15% discount applied on the $90 and not on the 'normal' price of $100.
Would that be possible. And if so, how can we do that?
Hi,
Question. B2BKing has the option to set up rules. Like 15% discount for all our B2B customers.
Is it possible to apply this 15% discount on an already discounted normal-store-price?
e.g.: A product is priced $100. In our normal store we have applied a discount of 10% so it's $90. For our B2B customers we want 15% discount applied on the $90 and not on the 'normal' price of $100.
Would that be possible. And if so, how can we do that?
Hi Eduard,
Thank you for getting in touch with us,
It's possible to achieve this by adding the following PHP code snippet to your site:
A PHP snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/
Let me show an example of how this works:
I have a product with a price of $1000 and a sale price of $900:
On the frontend:
Then if I add a 10% discount rule:
A further discount is added:
Kind regards,
Stefan