Skip to content

Commit

Permalink
#12396: Total Amount cart rule without tax - Added new condition type…
Browse files Browse the repository at this point in the history
… to give user opportunity to choose the configuration.
  • Loading branch information
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
Expand Up @@ -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'),
Expand Down

0 comments on commit 9529d31

Please sign in to comment.