Newer
Older
TillQliro / view / frontend / web / template / checkout / summary / fee.html
@Jonas Jonsson Jonas Jonsson on 2 Apr 2024 418 bytes Initial
<!--
/**
 * Copyright © Qliro AB. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<!-- ko if: isDisplayed() -->
<tr class="totals qliroone_fee">
    <th class="mark" scope="row">
        <span class="title" data-bind="text: getTitle()"></span>
    </th>
    <td class="amount">
        <span class="price" data-bind="text: getValue(), attr: {'data-th': name}"></span>
    </td>
</tr>
<!-- /ko -->