설명
Setup custom redirects after a user submits an order or makes a purchase on your WooCommerce powered store. Options allow you to setup a global redirect URL for all orders or setup redirects on a per product or variation basis. Priority settings allow you to determine which redirect rule takes priority when more than one redirect is found for an order.
This plugin was created as a custom project for a client because we needed to pass the Order ID as a URL parameter to a custom Thank You page which had a form on it and no other plugins seemed to easily support this. We also needed the ability to prioritize a redirect for a specific product over all others if it was in the order.
NEW! Template tags allow you to easily include additional order data in the redirect URL. Available template tags include:
{order_id}
{meta:anymetakeyhere}
Example redirect URL:
https://anysite.com/?order_id={order_id}&state={meta:_billing_state}
스크린샷
설치
- Upload and activate the plugin
- Global Options: Go to WooCommerce > Settings > Advanced > Order Redirects
- Product Options: Edit product > Advanced tab
- Variation Options: Edit produt > Variations > Edit variation
기여자 & 개발자
자국어로 “Order Redirects for WooCommerce”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1.0.1
- Update compatibility notice for WP 6.1.1 and WC 7.1.1
- Adjust documentation link
1.0
- Update compatibility for WP 6.0
- Stable for 1.0 release!
0.8.1
- Update compatibility for WP 5.9
0.8
- Add – Allow any meta data to be included in the URL
0.7
- Fix – Proper Text Domain
0.6
- Add – Freemius SDK
0.5
- Fix – Updates to pass WordPress.org plugin guidelines
- Add – WordPress.org assets
0.4
- Add – Global default URL and option to enable/disable including the Order ID in the URL
0.3
- Add – Priority redirect system
0.2
- Add – Filter for final redirect URL
0.1
- Initial build