Skip to content

Commit

Permalink
MAGETWO-70329: [GITHUB] The rich snippets are giving a warning for th…
Browse files Browse the repository at this point in the history
…e element price #7173
  • Loading branch information
VladimirZaets committed Dec 28, 2017
1 parent bc1d4c7 commit d7f89ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
<?php echo($block->getPriceDisplayLabel()) ? 'data-label="' . $block->getPriceDisplayLabel() . $block->getPriceDisplayInclExclTaxes() . '"' : '' ?>
data-price-amount="<?php /* @escapeNotVerified */ echo $block->getDisplayValue(); ?>"
data-price-type="<?php /* @escapeNotVerified */ echo $block->getPriceType(); ?>"
class="price-wrapper <?php /* @escapeNotVerified */ echo $block->getPriceWrapperCss(); ?>"
>
class="price-wrapper <?php /* @escapeNotVerified */ echo $block->getPriceWrapperCss(); ?>">
<?php /* @noEscape */ echo $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
</span>
<span class="_hidden"<?php echo $block->getSchema() ? ' itemprop="price"' : '' ?>>
Expand Down

0 comments on commit d7f89ba

Please sign in to comment.