Skip to content

Commit

Permalink
magento#12396: Total Amount cart rule without tax - Added new conditi…
Browse files Browse the repository at this point in the history
…on type to give user opportunity to choose the configuration.
AleksLi authored and eduard13 committed Mar 20, 2019
1 parent 4dd101e commit 9529d31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ public function __construct(
public function loadAttributeOptions()
{
$attributes = [
'base_subtotal_with_discount' => __('Subtotal (Excl. Tax)'),
'base_subtotal' => __('Subtotal'),
'total_qty' => __('Total Items Quantity'),
'weight' => __('Total Weight'),

0 comments on commit 9529d31

Please sign in to comment.