How to manage multiple discount in nopCommerce 3.70

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Dear support team,

I have one query is how we can manage the multiple discount in nopCommerce.

For example, a Customer may order a Product that has a discount applied (scenario 1).  They may also belong to a Customer Group that requires another discount (scenario 2).  They may also receive a final discount for ordering over a certain value (scenario 3).

So here total 3 discounts are available on the product and one or more discount (as per eligibility) would be applied to the customer.

So please guide us if such facility (multiple discount) is available in nopCommerce 3.7? if yes, please guide us and if not available then guide us how we can implement in nopCommerce, we suppose to change the nopCommerce core library for the same.

Please provide your feedback as early as possible

Regards,
Kiran Shah
8 years ago
If there is multiple discount applied in one product, Then highest discount amount of a single discount will cut from product price.
8 years ago
Hello Anik,

Thanks for your feedback but I need multiple discounts as per client requirement, so there can be possible to apply first discount on product/order and then second discount need to apply on that product/order. Can you please guide me how I can handle this? Do I need to change in the core library to allow multiple discounts or is there any plugin available for the same?

Your support would be helpful to me.
8 years ago
Please check/vote this work-item on the roadmap for v3.80
8 years ago
You have to change OrderTotalCalculationservice.cs and PriceCalculationservice.cs where GetPreferredDiscount method is called to show discounted price. You also have to change another place when dicounted product bought by customer.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.