I need to put a txt (simple shoppingcart) below the Billing Address on checkout_payment.php
Code: Select all
<div class="border">
<ul class="list-group list-group-flush">
<li class="list-group-item"><?= PAYMENT_FA_ICON . $customer->make_address_label($_SESSION['billto'], true, ' ', '<br>') ?>
</li>
</ul>
</div>
HERE I LIKE THE TEXT
