Use the following code to get the matching product of a Magento cart item:
1 |
$product = $item->getProduct(); |
Use the following code to get the matching product of a Magento cart item:
1 |
$product = $item->getProduct(); |