Tip us
No, Thanks!
1%
3%
5%
10%
Cart totals |
---|
Cart totals
Subtotal | $43.28 | ||
---|---|---|---|
|
|||
Total | $43.28 |
add_action('woocommerce_thankyou', function($order_id) { if (!$order_id) { return; } $order = wc_get_order($order_id); $total = $order->get_total(); $currency = $order->get_currency(); ?>
Skip to content