Changeset 1240796
- Timestamp:
- 09/08/2015 04:15:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-autocomplete-order/tags/1.1.1/readme.txt
r1240685 r1240796 11 11 12 12 == Description == 13 WooCommerce by design allows only orders for products marked as both \"Virtual\" and \"Downloadable\" to switch automatically to \"Completed\" upon instant payment. This plugin extends this feature adding three new, different scenarios:14 * Virtual Paid Products Only: order for products marked as \"Virtual\" will be turned to \"Completed\" upon successful payment.15 * All Paid Products: orders for any product are turned to \"Completed\" upon successful payment.16 * All Products: each and every order will turn to \"Completed\" irrespective for the payment method and whether or not the payment was immediate.13 WooCommerce by design allows only orders for products marked as both "Virtual" and “Downloadable" to switch automatically to "Completed" upon instant payment. This plugin extends this feature adding three new, different scenarios: 14 * Virtual Paid Products Only: order for products marked as "Virtual" will be turned to "Completed" upon successful payment. 15 * All Paid Products: orders for any product are turned to "Completed" upon successful payment. 16 * All Products: each and every order will turn to "Completed" irrespective for the payment method and whether or not the payment was immediate. 17 17 18 Please be aware that the third mode allows the customer to access the product immediately regardless for whether or not he completed the payment. 18 Please be aware that the third mode allows the customer to access the product immediately regardless for whether or not he completed the payment. 19 19 20 20 == Installation == 21 1. Upload the plugin\'s folder to the `/wp-content/plugins/` directory or install it through the integrated plugin installer 22 1. Activate the plugin through the \'Plugins\' menu in WordPress 23 1. Flag as \"Virtual\" all the products you want to unlock upon successful payment without any further (manual) action from you in the dashboard21 1. Upload the plugin\'s folder to the `/wp-content/plugins/` directory or install it through the integrated plugin installer 22 1. Activate the plugin through the \'Plugins\' menu in WordPress 23 1. Flag as "Virtual" all the products you want to unlock upon successful payment without any further (manual) action from you in the dashboard 24 24 25 25 == Frequently Asked Questions == … … 31 31 32 32 = No dude, not working yet! = 33 Please deactivate my plugin (or select mode \"Off\"), test with a product marked as \"virtual\" and \"downloadable\". If it still doesn\'t work, then there\'s something wrong in your WooCommerce configuration or in your payment gateway. If it does work, please write me through the forum!33 Please deactivate my plugin (or select mode "Off"), test with a product marked as "virtual" and "downloadable". If it still doesn\'t work, then there\'s something wrong in your WooCommerce configuration or in your payment gateway. If it does work, please write me through the forum! 34 34 35 35 == Screenshots == 36 1. Set the products as \"Virtual\" products37 2. In your PayPal account browse \"Seller preferences\" under \"Selling Tools\"38 3. Click on \"Instant Payment Notifications\"36 1. Set the products as "Virtual" products 37 2. In your PayPal account browse "Seller preferences" under "Selling Tools" 38 3. Click on "Instant Payment Notifications" 39 39 4. Activate IPN notifications and insert the link as in the picture (using your own domain name) 40 40 5. Ensure that your main email is the same email you are using to receive payments … … 45 45 46 46 = 1.1.1 = 47 * Minor fixes48 * Documentation completely rewritten47 * Minor fixes 48 * Documentation completely rewritten 49 49 50 50 = 1.1 = 51 * Solved PHP Notices and Warnings52 * Plugin is now compatible with WooCommerce Product Bundles51 * Solved PHP Notices and Warnings 52 * Plugin is now compatible with WooCommerce Product Bundles 53 53 54 54 = 1.0 = 55 * Plugin completely rewritten to comply with WordPress 4.0 and WooCommerce 2.0.56 * Added 3 different modes to activate the plugin:57 * Virtual Paid Products Only: order for products marked as \"Virtual\" will be turned to \"Completed\" upon successful payment.58 * All Paid Products: orders for any product are turned to \"Completed\" upon successful payment.59 * All Products: each and every order is turned to \"Completed\" irrespective for the payment method and whether or not the payment happened.60 * Added a settings page (in WooCommerce dashboard) to select the mode we want to activate (under WooCommerce > Settings > Woo Extra Options).55 * Plugin completely rewritten to comply with WordPress 4.0 and WooCommerce 2.0. 56 * Added 3 different modes to activate the plugin: 57 * Virtual Paid Products Only: order for products marked as "Virtual" will be turned to "Completed" upon successful payment. 58 * All Paid Products: orders for any product are turned to "Completed" upon successful payment. 59 * All Products: each and every order is turned to "Completed" irrespective for the payment method and whether or not the payment happened. 60 * Added a settings page (in WooCommerce dashboard) to select the mode we want to activate (under WooCommerce > Settings > Woo Extra Options). 61 61 62 62 = 0.1.2 = 63 * Updated compatibility.64 * Added localisation support.65 * Added Italian localisation.66 * Added Spanish localisation.63 * Updated compatibility. 64 * Added localisation support. 65 * Added Italian localisation. 66 * Added Spanish localisation. 67 67 68 68 = 0.1.1 = 69 * Added links to support and the official page.69 * Added links to support and the official page. 70 70 71 71 = 0.1 = 72 * First release.72 * First release.
Note: See TracChangeset
for help on using the changeset viewer.