Skip to content
Snippets Groups Projects
Commit de3b9aa9 authored by Christel Loftus's avatar Christel Loftus
Browse files

#4 - fix duplication of items

parent c7a51e97
No related branches found
No related tags found
Loading
......@@ -1041,6 +1041,8 @@ class BobGo extends AbstractCarrierOnline implements \Magento\Shipping\Model\Car
{
foreach ($items as $item) {
if ($item->getParentItem()) continue;
$productID = $item->getProductId();
$product = $item->getProduct(); // Product Object
$description = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment