| Current Path : /home/rtorresani/www/vendor/magento/module-msrp/view/frontend/layout/ |
| Current File : //home/rtorresani/www/vendor/magento/module-msrp/view/frontend/layout/catalog_product_view.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<!--<update handle="MAP_price_msrp_item"/>-->
<update handle="msrp_popup"/>
<body>
<referenceBlock name="product.price.final">
<arguments>
<argument name="display_msrp_help_message" xsi:type="string">1</argument>
</arguments>
</referenceBlock>
<referenceBlock name="product.price.tier">
<arguments>
<argument name="display_msrp_help_message" xsi:type="string">1</argument>
</arguments>
</referenceBlock>
</body>
</page>