grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.06k stars 435 forks source link

Handled discount logic for product with price over-ridden at attribute combination level #394

Open jithendraprasad9999 opened 1 year ago

jithendraprasad9999 commented 1 year ago

Resolves #395 Type: bugfix

Issue

Product with price over-ridden at attribute combination level is not getting any discount when coupon code is applied.

Solution

Handled discount logic for product with price over-ridden at attribute combination in Pricing service

Breaking changes

none.

Testing

  1. Apply coupon code when product with price over-ridden at attribute combination level is in cart.
  2. Discount should apply for the product .
jithendraprasad9999 commented 1 year ago

@KrzysztofPajak , Can you please let us know this fix can be considered for grandnode?

jithendraprasad9999 commented 1 year ago

@KrzysztofPajak, we need to provide a discount to product whose price is over-ridden at product combination level, Can you please suggest a way to do this?