Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
rule_free_shipping_by_product_weight.php File Reference

Go to the source code of this file.

Variables

 $row
 

Variable Documentation

◆ $row

$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.