Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-tax/view/base/web/template/price/bundle/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-tax/view/base/web/template/price/bundle/adjustment.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<if args="displayPriceIncludeTax()">
    <span class="price-wrapper price-excluding-tax"
          attr="'data-label': $t('Incl. Tax')"
          data-price-amount=""
          data-price-type="basePrice"
          html="getTaxUnsanitizedHtml($row())"></span>
</if>

<if args="displayPriceExclTax()">
    <span class="price-wrapper price-excluding-tax"
          attr="'data-label': $t('Excl. Tax')"
          data-price-amount=""
          data-price-type="basePrice"
          html="getTaxUnsanitizedHtml($row())"></span>
</if>

<if args="displayBothPrices()">
    <span class="price-wrapper price-excluding-tax"
          attr="'data-label': $t('Excl. Tax')"
          data-price-amount=""
          data-price-type="basePrice"
          html="getTaxUnsanitizedHtml($row())"></span>
</if>