Replies: 0
Hi
For now I use piece of code like shown below:`function polecana_platnosc_tpay () {
echo ‘<div id=”polec-platn” class=”alert alert-info”><h4 class=”text-center”><strong>Polecam bezpieczne i szybkie płatności przez serwis tpay.com. </br>Dostęp do kursu zostanie przyznany natychmiast po realizacji i potwierdzeniu przelewu.</strong></h4></div>’;
}
add_filter( ‘woocommerce_review_order_before_payment’, ‘polecana_platnosc_tpay’ );`
It dispalys some info on the checkout page about payment methods. I would like it to only be visible when cart total is not 0.00.
- This topic was modified 15 minutes ago by jurasjo.