Skip to content

Commit 6ae859a

Browse files
committed
#12396: Total Amount cart rule without tax
- Added new condition type to give user opportunity to choose the configuration.
1 parent 5569b86 commit 6ae859a

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/SalesRule/Model/Rule/Condition

1 file changed

+1
-0
lines changed

app/code/Magento/SalesRule/Model/Rule/Condition/Address.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function __construct(
6161
public function loadAttributeOptions()
6262
{
6363
$attributes = [
64+
'base_subtotal_with_discount' => __('Subtotal (Excl. Tax)'),
6465
'base_subtotal' => __('Subtotal'),
6566
'total_qty' => __('Total Items Quantity'),
6667
'weight' => __('Total Weight'),

0 commit comments

Comments
 (0)