WooCommerce get order total

后端 未结 1 1113
我在风中等你
我在风中等你 2020-12-16 00:24

I am currently trying to get the order total of a checkout for WooCommerce so it can be sent through with a Google AdWords conversion.

Here is the code:



        
相关标签:
1条回答
  • 2020-12-16 00:45

    Try something like this for displaying your order total

    <?php echo $order->get_total(); ?>
    
    0 讨论(0)
提交回复
热议问题