wordpress - Echo message based on payment method (WooCommerce) -


i’d show message on thankyou page, based on customer’s payment method.

so if customer paid paypal, message “thanks ordering paypal” appear on order received page.

wc versions > 2.6 default. @ thankyou.php wc template file , you'll see l56 uses <?php echo $order->payment_method_title; ?> echo payment method.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -