Go to the source code of this file.
◆ $row
Initial value:=
[
'name' => 'Free shipping if item weight <= 1',
'conditions' => [
1 =>
[
'type' => \Magento\SalesRule\Model\Rule\Condition\Combine::class,
'attribute' => null,
'operator' => null,
'value' => '1',
'is_value_processed' => null,
'aggregator' => 'all',
'conditions' => [
[
'type' => Magento\SalesRule\Model\Rule\Condition\Address::class,
'attribute' => 'weight',
'operator' => '<=',
'value' => '1',
'is_value_processed' => false,
]
]
]
],
'actions' => [],
]
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 8 of file rule_free_shipping_by_product_weight.php.