Skip to content

Commit d6b996c

Browse files
author
Stanislav Idolov
authored
ENGCOM-3030: [Forwardport] [remove] rich snippet declaration on grouped product #18198
2 parents e97e8ec + 3d46006 commit d6b996c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedProduct/view/base/templates/product/price/final_price.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if ($minProduct) {
2626
);
2727
}
2828
?>
29-
<div class="price-box" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
29+
<div class="price-box">
3030
<?php if ($minProduct && \Magento\Framework\Pricing\Render::ZONE_ITEM_VIEW != $block->getZone()): ?>
3131
<p class="minimal-price">
3232
<span class="price-label"><?= /* @escapeNotVerified */ __('Starting at') ?></span><?= $amountRender->toHtml() ?>

0 commit comments

Comments
 (0)