Skip to content

Commit 1bfe961

Browse files
author
Olha Nakonechna
committed
MAGETWO-53135: [GITHUB] Prices of related products on PDP changes according to product custom options. #4588
1 parent 0a812eb commit 1bfe961

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/view

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/view/options.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"priceOptions": {
1919
"optionConfig": <?php /* @escapeNotVerified */ echo $block->getJsonConfig()?>,
2020
"controlContainer": ".field",
21-
"priceHolderSelector": "[data-product-id='<?php echo /* @noEscape */ $_productId?>'][data-role=priceBox]"
21+
"priceHolderSelector": "[data-product-id='<?php echo $block->escapeHtml($_productId)?>'][data-role=priceBox]"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)