Commit ac48c2c7 by halweg

no message

parent cbf4e19c
......@@ -80,7 +80,7 @@ $tracking_conversion = $block->getTrackingConversion();
$_item['google_business_vertical'] = 'retail';
$_item['id'] = $value->getSku();
$_item['item_name'] = $value->getName();
$_item['quantity'] = $value->getQtyOrdered();
$_item['quantity'] = intval($value->getQtyOrdered());
$googleItems[] = $_item;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment