Checkout_payment.php > change the label class
Posted: Mon Jan 17, 2022 1:35 pm
Hi all
I need that the Label makes 100% of the width so i can format in the Label the information i need
i found out, thatt the if i add the class "d-block" to the label '<label class="d-block" <?= $choice['id'] ?>">' i have 100% width and i can format as i need
but i don't know how to do it (without overwriting the checkout_payment.php) can somebody helps me with a other idea, how to implement a hoock to do that? thanks in advance!
I need that the Label makes 100% of the width so i can format in the Label the information i need
Code: Select all
<tr class="table-selection">
<td><label for="p_<?= $choice['id'] ?>"><?= $choice['module'] ?></label></td>
<td class="text-right">but i don't know how to do it (without overwriting the checkout_payment.php) can somebody helps me with a other idea, how to implement a hoock to do that? thanks in advance!