Pro Shortcodes: Advanced Order Data (Pro)
The Pro version of ThankRedirect adds 14 additional shortcodes, giving you access to the full depth of WooCommerce order data. From billing addresses to applied coupon codes, these shortcodes let you build a truly complete order summary page.
Customer Details Shortcodes
[wpkin_first_name]
Displays the customer’s first name only (from billing details).
Example output: Sarah
Use it for: More natural-sounding greetings. “Hi Sarah!” feels more personal than “Hi Sarah Johnson!”
[wpkin_customer_email]
Displays the customer’s billing email address.
Example output: [email protected]
Use it for: Confirmation messages like “A receipt has been sent to [wpkin_customer_email]”
[wpkin_billing_phone]
Displays the billing phone number.
Example output: +44 7911 123456
Address Shortcodes
[wpkin_billing_address]
Displays the customer’s full billing address, formatted across multiple lines.
Example output:
Sarah Johnson
123 High Street
London
SW1A 1AA
United Kingdom
Use it for: Invoice pages, order receipt pages, billing confirmations.
[wpkin_shipping_address]
Displays the full shipping address, formatted the same way as the billing address.
Use it for: Showing customers where their order will be shipped, shipping confirmation pages.
Note: If the customer chose “Ship to billing address”, this will display the billing address.
Order Summary Shortcodes
[wpkin_tax]
Displays the tax amount for the order, formatted with the store’s currency.
Example output: £14.83
[wpkin_shipping]
Displays the shipping cost, formatted with the store’s currency.
Example output: £4.99
Note: Shows £0.00 (or equivalent) for free shipping orders.
[wpkin_currency]
Displays the currency code used for the order.
Example output: GBP
Use it for: International stores where you want to be explicit about which currency was charged.
[wpkin_coupon]
Displays the coupon codes applied to the order, separated by commas.
Example output: SUMMER10, WELCOME5
Use it for: Order receipt pages showing applied discounts.
[wpkin_item_count]
Displays the total number of items in the order.
Example output: 3
Order Method Shortcodes
[wpkin_payment_method]
Displays the name of the payment method used.
Example output: PayPal, Credit Card, Direct bank transfer
Use it for: Order receipts, confirming payment method to the customer.
[wpkin_shipping_method]
Displays the shipping method selected at checkout.
Example output: Royal Mail Tracked 48, Free shipping
Building a Complete Pro Order Summary
Here’s an example of a rich order summary using Pro shortcodes:
Hi [wpkin_first_name]! Your order [wpkin_order_number] is confirmed.
ITEMS ORDERED
[wpkin_items]
ORDER BREAKDOWN
Subtotal: [wpkin_order_total]
Tax: [wpkin_tax]
Shipping: [wpkin_shipping]
Coupon applied: [wpkin_coupon]
SHIPPING TO
[wpkin_shipping_address]
Estimated dispatch via [wpkin_shipping_method].
Payment received via [wpkin_payment_method].
A receipt has been sent to [wpkin_customer_email].
Pro tip: The [wpkin_customer_email] shortcode is particularly useful for reassuring customers that their confirmation email is on the way — and confirming you have the right address on file.