Skip to content

Commit

Permalink
Add OneClick button to virtual product (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
rus-daniel committed Feb 20, 2018
1 parent f23884f commit f8ec525
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ private function productsAreMaterialized($oystProducts)
$materialised = false;

foreach ($oystProducts as $oystProduct) {
// @codingStandardsIgnoreLine
$product = $productModel->load($oystProduct->reference);

if ($product->getTypeId() !== Mage_Catalog_Model_Product_Type::TYPE_VIRTUAL) {
Expand Down

0 comments on commit f8ec525

Please sign in to comment.