![]() 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/cartforge.co/vendor/magento/module-weee/view/base/web/template/price/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <if args="$adj.displayPriceInclFptDescr() || $adj.displayPriceExclFptDescr()"> <each args="data: $adj.getWeeeAttributes($row()), as: '$taxAttribute'"> <if args="$adj.displayBothPricesTax()"> <span class="weee" data-price-type="weee" attr="'data-label': $adj.getWeeTaxAttributeName($taxAttribute) + ' ' + $t('Incl. tax')" html="$adj.getWeeeTaxWithoutTaxUnsanitizedHtml($taxAttribute)"></span> <span class="weee" data-price-type="weee" attr="'data-label': $adj.getWeeTaxAttributeName($taxAttribute) + ' ' + $t('Excl. tax')" html="$adj.getWeeeTaxWithTaxUnsanitizedHtml($taxAttribute)"></span> </if> <if args="$adj.displayPriceInclTax()"> <span class="weee" data-price-type="weee" attr="'data-label': $adj.getWeeTaxAttributeName($taxAttribute)" html="$adj.getWeeeTaxWithTaxUnsanitizedHtml($taxAttribute)"></span> </if> <if args="$adj.displayPriceExclTax()"> <span class="weee" data-price-type="weee" attr="'data-label': $adj.getWeeTaxAttributeName($taxAttribute)" html="$adj.getWeeeTaxWithoutTaxUnsanitizedHtml($taxAttribute)"></span> </if> </each> </if> <if args="$adj.displayPriceExclFptDescr($row())"> <span class="price-final" data-price-type="weeePrice" data-price-amount="" attr="'data-label': $t('Final Price')" html="$adj.getWeeeAdjustmentUnsanitizedHtml($row())"></span> </if>