![]() 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/price/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <div if="isMsrpApplicable($row())" class="price-box" data-role="msrp-price-box" afterRender="initListeners"> <span class="old-price map-old-price"> <span class="price-container price-msrp"> <span class="price-wrapper" data-price-amount="" data-price-type="" html="getMsrpPriceUnsanitizedHtml($row())"></span> </span> </span> <if args="isShowPriceOnGesture($row())"> <button type="button" class="action map-show-info" data-role="msrp-popup-trigger" aria-haspopup="true"> <span translate="'Click for price'"></span> </button> <render args="popupTmpl"></render> </if> <ifnot args="isShowPriceOnGesture($row())"> <span class="msrp-message" html="getMsrpPriceMessageUnsanitizedHtml($row())"></span> </ifnot> </div> <ifnot args="isMsrpApplicable($row())"> <div class="price-box" if="isAllowed()"> <each args="data: getPrices($row()), as: '$price'"> <with args="$price"> <render args="getBody()"></render> </with> </each> </div> </ifnot>