Changeset 1025649
- Timestamp:
- 11/14/2014 10:37:26 AM (11 years ago)
- File:
-
- 1 edited
-
woocommerce-autocomplete-order/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-autocomplete-order/trunk/readme.txt
r1025600 r1025649 14 14 15 15 WooCommerce by design allows to automatically mark as "Compelted" only orders for products marked as both "Virtual" and "Downloadable". This plugin actually extend this feature through 3 different modes: 16 * Virtual Paid Products Only: order for products marked as "Virtual" will be turned to "Completed" upon successfull payment. 17 * All Paid Products: orders for any product are turned to "Completed" upon successfull payment. 18 * All Products: each and every order is turned to "Completed" irrespective for the payment method and whether or not the payment happened. 16 17 * Virtual Paid Products Only: order for products marked as "Virtual" will be turned to "Completed" upon successfull payment. 18 * All Paid Products: orders for any product are turned to "Completed" upon successfull payment. 19 * All Products: each and every order is turned to "Completed" irrespective for the payment method and whether or not the payment happened. 19 20 Please be aware that the third mode allows the customer to immediately access the product (if downloadable, for example) whether or not the payment was performed. 20 21 … … 44 45 45 46 = 1.0 = 46 * Plugin completely rewritten to comply with WordPress 4.0 and WooCommerce 2.0.47 * Added 3 different modes to ativate the plugin:48 * Virtual Paid Products Only: order for products marked as "Virtual" will be turned to "Completed" upon successfull payment.49 * All Paid Products: orders for any product are turned to "Completed" upon successfull payment.50 * All Products: each and every order is turned to "Completed" irrespective for the payment method and whether or not the payment happened.51 * Added a settings page (in WooCommerce dashboard) to select the mode we want to activate (under WooCommerce > Settings > Woo Extra Options).47 * Plugin completely rewritten to comply with WordPress 4.0 and WooCommerce 2.0. 48 * Added 3 different modes to ativate the plugin: 49 ** Virtual Paid Products Only: order for products marked as "Virtual" will be turned to "Completed" upon successfull payment. 50 ** All Paid Products: orders for any product are turned to "Completed" upon successfull payment. 51 ** All Products: each and every order is turned to "Completed" irrespective for the payment method and whether or not the payment happened. 52 * Added a settings page (in WooCommerce dashboard) to select the mode we want to activate (under WooCommerce > Settings > Woo Extra Options). 52 53 53 54 = v0.1.2 = 54 * Updated compatibility.55 * Added localization support.56 * Added Italian localization.57 * Added Spanish localization.55 * Updated compatibility. 56 * Added localization support. 57 * Added Italian localization. 58 * Added Spanish localization. 58 59 59 60 = v0.1.1 = 60 * Added links to support and the official page.61 * Added links to support and the official page. 61 62 62 63 = v0.1 = 63 * First release.64 * First release. 64 65 65 66 == Upgrade notice == … … 67 68 The plugin has been completely rewritten to meet requirements for WP4 and WooCommerce 2.0. 68 69 A new tab has been added to WooCommerce settings in the Dashboard to select in which mode you want the plugin to work: 69 * autocomplete only orders for virtual product70 * autocomplete every order once paid71 * autocomplete every order even if not paid70 * autocomplete only orders for virtual product 71 * autocomplete every order once paid 72 * autocomplete every order even if not paid 72 73 Enjoy!
Note: See TracChangeset
for help on using the changeset viewer.