Skip to main content

Hi,

I want to prevent the user from discounting a product but allow a price rule to discount a product.

If I check Non-Discountable = TRUE on a Product this prevents discounting by both the user and a price rule.

Is there another solution?

11 条评论
  1. 2021年6月25日 08:23

    How about using flag field?

    First, It apply the price rule and rule update the flag field(name as rule applied, checkbox type)unchecked to check

    rule have a condition that flag field is unchecked.

     

    Second, when user update the discount, rule just applied once before, so user can change the discount and price rule don't rollback the discount value.

0/9000