Echo message based on payment method (WooCommerce)

2019-09-25 07:08发布

I’d like to show a message on the thankyou page, based on the customer’s payment method.

So if the customer paid with paypal, the message “Thanks for ordering with paypal” will appear on the order received page.

1条回答
疯言疯语
2楼-- · 2019-09-25 08:08

WC versions > 2.6 already does this by default. Look at the thankyou.php WC template file and you'll see L56 uses <?php echo $order->payment_method_title; ?> to echo the payment method.

查看更多
登录 后发表回答