Skip to content

Commit

Permalink
#12396: Total Amount cart rule without tax
Browse files Browse the repository at this point in the history
 - Added new condition type to give user opportunity to choose the configuration.
  • Loading branch information
AleksLi committed Feb 17, 2019
1 parent 5569b86 commit 6ae859a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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 6ae859a

Please sign in to comment.