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