Replies: 0
Hello,
we’ve come across a problem with our online store and hope someone can point us into a direction where to solve this issue.
What we are trying to do:
We are selling a product b2c in our webshop and another one b2b only to registered users with a special user role.
Business customers get a bulk discount, depending on the number of products they buy. We are using a combination of different plug-ins to achieve this.
Now to our problem:
Let’s say a business customer buys a product with a regular price of $158.90, but in a quantity that allows for a bulk discount of 40%. He is now buying them for $95.34 a piece.
When he submits the order, the order data shows $95.34 as total AND subtotal (we don’t have taxes yet). So it’s the same as if we would have put a sale price for the product in the backend, the discount plug-in mimics this functionality.
So now we can’t show the customer that he bought a product with a regular price of $158.90 and he got a discount of $63.56.
And i’m not talking about the front-end. We can display it on the product page, the cart and the check-out. But we need the order data to reflect this too, so we can display the discount in our invoice and our e-mails.
My question is:
Is there any way to keep the regular price of a product as subtotal and auto-apply the savings he got from the bulk-discount as a discount?
When we manually add a order in the backend we can already do that by adding discounts to specific products.
I’ve spent the weekend trying to find a solution, or even someone who had similar issues, but i’m out of luck. Maybe someone here can help.
Thank you.