We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97e8ec + 3d46006 commit d6b996cCopy full SHA for d6b996c
app/code/Magento/GroupedProduct/view/base/templates/product/price/final_price.phtml
@@ -26,7 +26,7 @@ if ($minProduct) {
26
);
27
}
28
?>
29
-<div class="price-box" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
+<div class="price-box">
30
<?php if ($minProduct && \Magento\Framework\Pricing\Render::ZONE_ITEM_VIEW != $block->getZone()): ?>
31
<p class="minimal-price">
32
<span class="price-label"><?= /* @escapeNotVerified */ __('Starting at') ?></span><?= $amountRender->toHtml() ?>
0 commit comments