Order Redirects for WooCommerce updated to v0.8
The Order Redirects for WooCommerce plugin has been updated to version 0.8. With this release comes new Template Tags which allow you to add order metadata to an order redirect URL. This will allow you to pass any stored information about the order onto any URL.
Available template tags:
{order_id}
{meta:anymetakeyhere}
Example redirect URL:
https://anysite.com/?order_id={order_id}&state={meta:_billing_state}