Newer
Older
TillQliro / view / frontend / web / template / checkout / cart / totals / fee.html
@Jonas Jonsson Jonas Jonsson on 2 Apr 2024 439 bytes Initial
<!--
/**
 * Copyright © Qliro AB. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<tr class="totals" data-bind="css: { hidden: !!showPaymentFee() == false }, visible: showPaymentFee()">
    <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>