Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 512573

CHeckout condition

$
0
0

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.

Viewing all articles
Browse latest Browse all 512573

Trending Articles