discount.html 499 B

1234567891011121314151617
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!-- ko if: isDisplayed() -->
  8. <tr class="totals discount">
  9. <th class="mark" scope="row">
  10. <span class="title" data-bind="text: getTitle()"></span>
  11. <span class="discount coupon" data-bind="text: getCouponCode()"></span>
  12. </th>
  13. <td class="amount">
  14. <span class="price" data-bind="text: getValue(), attr: {'data-th': name}"></span>
  15. </td>
  16. </tr>
  17. <!-- /ko -->