Tip us
No, Thanks!
1%
3%
5%
10%
Cart totals |
---|
Cart totals
Subtotal | $55.20 | ||
---|---|---|---|
|
|||
Total | $55.20 |
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