Replies: 2 comments 1 reply
-
Is there a way I can override this process? We can have something like apply this discount on the whole cart or per items who qualify Take a look at Nevoweb.DNN.NBrightBuy.Components.CartData ValidateCart() method |
Beta Was this translation helpful? Give feedback.
-
Possibly with custom templates and/or custom tokens but I'm not sure... It may be not be a very elegant approach. The discountcodeamt calculated data point may require changes to NBrightBuy to achieve the "apply discount per model/item". I think if the setting were added we could modify the calc function here to achieve the goal: It looks like a relatively low risk change but I've been wrong before about that. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
Is there any reason why the amount option does not loop through all the items?
Let's say productA costs 20EU but I have a discountcode of 10eu.
If I add productA twice in my cart I expect to get a total discount amount of 20EU.
I must add that I am currently working on voucher plugin with more options than the default openstore one.
With this plugin you can apply a discount to products under a specfic category.
Beta Was this translation helpful? Give feedback.
All reactions