14 'name' =>
'Free shipping if item price >10',
21 'type' => \Magento\SalesRule\Model\Rule\Condition\Combine::class,
25 'is_value_processed' =>
null,
26 'aggregator' =>
'all',
32 'type' => Magento\SalesRule\Model\Rule\Condition\Product\Combine::class,
36 'is_value_processed' =>
null,
37 'aggregator' =>
'all',
40 'type' => Magento\SalesRule\Model\Rule\Condition\Product::class,
41 'attribute' =>
'quote_item_price',
44 'is_value_processed' =>
false,
50 'simple_action' =>
'by_percent',
51 'discount_amount' => 0,
52 'stop_rules_processing' => 0,
55 'apply_to_shipping' => 1,
58 'use_auto_generation' => 0,
59 'uses_per_coupon' => 0,
60 'simple_free_shipping' => 1,
64 \
Magento\Store\Model\StoreManagerInterface::class
65 )->getWebsite()->getId()
73 $registry->unregister(
'cart_rule_free_shipping');
const COUPON_TYPE_NO_COUPON
static getObjectManager()