Developer forum

Forum » Ecommerce - Standard features » Sales discount and product pricing

Sales discount and product pricing

Thomas Larsen
Reply

Is it possible in a sales discount, to configure it to only apply if the price is the standard price. And to ignore the sales discount, if a specific price prices (For a given period) has been configured on the product?

If  ProductDBPrice > ProductActualPrice Then
     Ignore sales discount on product


Replies

 
Nicolai Høeg Pedersen
Reply

No, that is not possible.

Why not let the discount handle all of it? Instead of using a price and a discount, use 2 discounts...

 
Thomas Larsen
Reply

That could be a possibility, but I have some concerns regarding this

  1. It’s easier for the administrator to set specific netto prices in pricing on the product
  2. I would like the netto price to be shown on the orderline, not as an extra discount line in the cart
  3. And finally this, this do not prevent different discounts to be combined in the cart

Would I be at major change, to add a checkbox to Limitation section on the sales discounts. Don’t apply on products with netto price (Actual price < default price)?

 
Nicolai Høeg Pedersen
Reply

Probably not. But all kind of things could go wrong. Different currencies for one....

I'll register it and see if it is possible.

On a note, it is possible to make your own discount provider - and let that have some logic looking at this.

BR Nicolai

 
Thomas Larsen
Reply

Thanks.

I am aware of the possibility to create custom discount provider. But the customer would like to use 4 og 5 different standard discounts. So i must create 4 og 5 custom discount providers :-)

 

You must be logged in to post in the forum