code4business / freeproduct2

Magento2 extension that allows creating sales rules that add gift products.
64 stars 28 forks source link

Does not update products for free #34

Closed NachoVidalGolosinas closed 2 years ago

NachoVidalGolosinas commented 2 years ago

Preconditions

Settings / Sale Rules

  1. Product free to subtotal > 10

Steps to reproduce

  1. Add to cart 12€
  2. Apply a discount coupon of 5€

Expected result

  1. I hope the gift is taken away

Actual result

  1. The gift is not taken away
domeglic commented 2 years ago

Thank you for the report. However this is how Magento sales rule work and it isn't easily possible to change. Subtotal doesn't include discounts, only grand total does which cannot be used in sales rules.

Gifts are added from a sales rule but since sales rules are processed during discount step, they can only use subtotal.