CHeckout condition
-
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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CHeckout condition’ is closed to new replies.