London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Using OrderFormDiscount

Vote:
 

Hi,

I am currently using OrderFormDiscount in episerver commerce 8.9, and there is an issue I am having.

The issue is how to distinguish between a percent or credit discount? Since either value can be set in DiscountAmount or DiscountValue.

#121340
May 07, 2015 0:24
Vote:
 

Generally speaking, DiscountAmount refers to either the amount (like $5.00 if you are using the value option) or the percentage (like 10% if you are using the percent option), and DiscountValue refers to the actual amount that is being discounted ($3.21 or something like that).

Hope that helps!

#121571
May 14, 2015 9:38
Vote:
 

if Product A price is of price £30
For a value based discounts If Offer is something like £5 Off On ProductA, then product price will be 30 - (5)
If Offer is something like 5% Off On ProductA then product price will be 30 - (5% of 30)

#121577
May 14, 2015 12:17
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.