توضیحات
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” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Order Redirects for WooCommerce” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
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