File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/Catalog/view
adminhtml/templates/catalog/product/attribute
base/templates/product/price/amount Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ window.setRowVisibility = setRowVisibility;
337
337
window.showDefaultRows = showDefaultRows;
338
338
window.switchDefaultValueField = switchDefaultValueField;
339
339
window.switchIsFilterable = switchIsFilterable;
340
- window.switchIsFilterable = switchIsFilterable;
341
340
window.bindAttributeInputType = bindAttributeInputType;
342
341
window.checkOptionsPanelVisibility = checkOptionsPanelVisibility;
343
342
window.getFrontTab = getFrontTab;
Original file line number Diff line number Diff line change 19
19
<?php echo ($ block ->getPriceDisplayLabel ()) ? 'data-label=" ' . $ block ->getPriceDisplayLabel () . $ block ->getPriceDisplayInclExclTaxes () . '" ' : '' ?>
20
20
data-price-amount="<?php /* @escapeNotVerified */ echo $ block ->getDisplayValue (); ?> "
21
21
data-price-type="<?php /* @escapeNotVerified */ echo $ block ->getPriceType (); ?> "
22
- class="price-wrapper <?php /* @escapeNotVerified */ echo $ block ->getPriceWrapperCss (); ?> "
23
- <?php echo $ block ->getSchema () ? ' itemprop="price" ' : '' ?> >
22
+ class="price-wrapper <?php /* @escapeNotVerified */ echo $ block ->getPriceWrapperCss (); ?> ">
24
23
<?php /* @escapeNotVerified */ echo $ block ->formatCurrency ($ block ->getDisplayValue (), (bool )$ block ->getIncludeContainer ()) ?>
25
24
</span>
26
25
<?php if ($ block ->hasAdjustmentsHtml ()): ?>
27
26
<?php echo $ block ->getAdjustmentsHtml () ?>
28
27
<?php endif ; ?>
29
28
<?php if ($ block ->getSchema ()): ?>
29
+ <meta itemprop="price" content="<?php /* @escapeNotVerified */ echo $ block ->getDisplayValue (); ?> " />
30
30
<meta itemprop="priceCurrency" content="<?php /* @escapeNotVerified */ echo $ block ->getDisplayCurrencyCode ()?> " />
31
31
<?php endif ; ?>
32
32
</span>
You can’t perform that action at this time.
0 commit comments