{ "rules_dealer_discount_4000_8000" : { "LABEL" : "Dealer discount 4000-8000", "PLUGIN" : "reaction rule", "WEIGHT" : "-1", "OWNER" : "rules", "REQUIRES" : [ "rules", "commerce_line_item", "commerce_product_reference" ], "ON" : { "commerce_product_calculate_sell_price" : [] }, "IF" : [ { "data_is" : { "data" : [ "commerce-line-item:order:commerce-order-total:base-price:amount" ], "op" : "\u003E", "value" : "399999" } }, { "data_is" : { "data" : [ "commerce-line-item:order:commerce-order-total:base-price:amount" ], "op" : "\u003C", "value" : "799999" } } ], "DO" : [ { "commerce_line_item_unit_price_multiply" : { "commerce_line_item" : [ "commerce_line_item" ], "amount" : "0.95", "component_name" : "discount", "round_mode" : "0" } } ] } }