Plugin Directory

Changeset 1240797


Ignore:
Timestamp:
09/08/2015 04:16:00 PM (11 years ago)
Author:
Rashef
Message:

Fixing a glitch with the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-autocomplete-order/trunk/readme.txt

    r1240685 r1240797  
    1111
    1212== 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.
     13WooCommerce 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.   
    1717     
    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.
     18Please be aware that the third mode allows the customer to access the product immediately regardless for whether or not he completed the payment.   
    1919
    2020== 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 dashboard
     211. Upload the plugin\'s folder to the `/wp-content/plugins/` directory or install it through the integrated plugin installer   
     221. Activate the plugin through the \'Plugins\' menu in WordPress     
     231. Flag as "Virtual" all the products you want to unlock upon successful payment without any further (manual) action from you in the dashboard   
    2424
    2525== Frequently Asked Questions ==
     
    3131
    3232= 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!   
     33Please 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!   
    3434
    3535== Screenshots ==
    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\"
     361. Set the products as "Virtual" products
     372. In your PayPal account browse "Seller preferences" under "Selling Tools"
     383. Click on "Instant Payment Notifications"
    39394. Activate IPN notifications and insert the link as in the picture (using your own domain name)
    40405. Ensure that your main email is the same email you are using to receive payments
     
    4545
    4646= 1.1.1 =
    47     * Minor fixes
    48     * Documentation completely rewritten
     47* Minor fixes
     48* Documentation completely rewritten
    4949
    5050= 1.1 =
    51     * Solved PHP Notices and Warnings
    52     * Plugin is now compatible with WooCommerce Product Bundles
     51* Solved PHP Notices and Warnings
     52* Plugin is now compatible with WooCommerce Product Bundles
    5353
    5454= 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).     
    6161   
    6262= 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.     
    6767
    6868= 0.1.1 =
    69     * Added links to support and the official page.     
     69* Added links to support and the official page.     
    7070   
    7171= 0.1 =
    72     * First release.
     72* First release.
Note: See TracChangeset for help on using the changeset viewer.