Skip to content

Commit

Permalink
Update app/code/core/Mage/GoogleAnalytics/Block/Ga.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamed ELIDRISSI <67818913+elidrissidev@users.noreply.github.com>
  • Loading branch information
empiricompany and elidrissidev committed Jun 21, 2023
1 parent b66c7f0 commit 929a1eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/code/core/Mage/GoogleAnalytics/Block/Ga.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ protected function _getOrdersTrackingCodeAnalytics4()
'item_id' => $_product->getSku(),
'item_name' => $_product->getName(),
'price' => number_format($_product->getFinalPrice(), 2),

'quantity' => intval($productInCart->getQty()),
];
if ($_product->getAttributeText('manufacturer')) {
Expand Down

0 comments on commit 929a1eb

Please sign in to comment.