Skip to content

Commit

Permalink
add discount amount
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-koepke committed Sep 29, 2016
1 parent 2ce2c94 commit 369c19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/local/MagePal/GoogleTagManager/Block/Tm.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ protected function getOrdersTrackingCode()
'transactionTotal' => $order->getBaseGrandTotal(),
'transactionShipping' => $order->getBaseShippingAmount(),
'discountCode' => $order->getCouponCode(),
'discountPrice' => $order->getDiscountAmount(),
'transactionProducts' => $product
);

Expand Down

0 comments on commit 369c19d

Please sign in to comment.