Open pineportal opened 3 years ago
Special prices and discounts on products are included in the subtotal. I would therefore simply select subtotal > $100 as a rule condition.
Special prices and discounts on products are included in the subtotal. I would therefore simply select subtotal > $100 as a rule condition.
can not add Product Scope into Cart Scope.
I need to use the cart and product rules at the same time
I am create product discounts rule
and create subtotal > $100
But can not add product rule into cart rule.
I do not want a double discount on a product
I need to use the cart and product rules at the same time
Product rules are intended to automatically assign products to categories. For discount requirements you must use cart rules. Both together cannot work because it makes no sense.
how to add plugin custom rules? Rule Builder is a powerful tool.We need personalization.We can do this from the plugin?
You can implement your own ICartRuleProvider or inherit from existing one. Dependency registration is key based. Core rules can be found here.
(for a more general introduction to Rule Builder, please see our new blogpost with four tutorial videos at https://smartstore.com/en/tipps-tricks-rule-builder-und-kunden-spezifische-versand-zahlraten-und-rabatte-in-smartstore-4)
I want to create a discount code. For example, $ 10 discount on shopping carts over $ 100. But I do not want to apply to discounted products.
There are three discount models in the store
1. Discounts
2. Old price
3. Special price
I want to specify which discount model should not be applied.