Skip to content

Commit 3d46006

Browse files
ENGCOM-3030: [Forwardport] [remove] rich snippet declaration on grouped product #18198
- Merge Pull Request #18198 from AurelienLavorel/magento2:2.3-develop-PR-port-17919 - Merged commits: 1. 8542233
2 parents 8fd89cf + 8542233 commit 3d46006

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)