![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-msrp/view/frontend/web/template/product/item/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <div class="map-popup" data-role="msrp-popup"> <div class="map-info-price"> <div class="price-box"> <div class="map-msrp"> <span class="label" translate="'Price'"></span> <span class="old-price map-old-price"> <span class="price-container price-msrp"> <span class="price-wrapper" html="getMsrpPriceUnsanitizedHtml($row())"></span> </span> </span> </div> <div class="map-price"> <span class="label" translate="'Actual Price'"></span> <span class="actual-price"> <if args="isAllowed()"> <each args="data: getPrices($row()), as: '$price'"> <with args="$price"> <render args="getBody()"></render> </with> </each> </if> </span> </div> </div> <div class="map-form-addtocart"> <with args="$parent.getComponentByCode('addtocart-button')"> <render args="getBody()"></render> </with> </div> </div> <div class="map-text" html="getExplanationMessageUnsanitizedHtml($row())"></div> </div>