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