Changeset 1686009
- Timestamp:
- 06/27/2017 07:29:31 AM (9 years ago)
- File:
-
- 1 edited
-
pp-express-wc4jp/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pp-express-wc4jp/trunk/readme.txt
r1252425 r1686009 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Developed by Artisan Workshop, official PayPal Partner in Japan. 12 Add the payment method of PayPal Express for WooCommerce. 11 Accept PayPal, Credit Cards and Debit Cards on your WooCommerce store. 12 Supported by Artisan Workshop, official PayPal Partner in Japan. 13 Main developer is WooCommerce 13 14 14 15 == Description == 15 16 16 = Introduction = 17 This is a PayPal Express Payment Gateway for WooCommerce. 17 18 18 Easily add PayPal payment options to your WordPress / WooCommerce website in Japan.19 PayPal Express allows you to securely sell your products and subscriptions online using In-Context Checkout to help you meet security requirements without causing your theme to suffer. In-Context Checkout uses a modal iFrame, hosted on PayPal's servers, that overlays the checkout form and provides a secure means for your customers to enter their account information. 19 20 20 * PayPal Express Checkout 21 Also, with Integrated PayPal Setup (Easy Setup), connecting to PayPal is as simple as clicking a button - no complicated API keys to cut and paste. 21 22 22 = Quality Control = 23 Payment processing can't go wrong. It's as simple as that. Our certified PayPal engineers have developed and thoroughly tested this plugin on the PayPal sandbox (test) servers to ensure your customers don't have problems paying you. 24 25 = Seamless PayPal Integration = 26 Stop bouncing back and forth between WooCommerce and PayPal to manage and reconcile orders. We've made sure to include all WooCommerce order data in PayPal transactions so that everything matches in both places. If you're looking at a PayPal transaction details page it will have all of the same data as a WooCommerce order page, and vice-versa. 27 28 = Error Handling = 29 PayPal's system can be tricky when it comes to handling errors. Most PayPal plugins do not correctly process the PayPal response which can result in big problems. For example: 30 31 * Fraud Filters could throw a "warning" instead of a full "success" response even when the payment was completed successfully. 32 * Many plugins treat these as failures and customers end up with duplicate payments if they continue to retry. 33 34 Our plugins always handle these warnings/errors correctly so that you do not have to worry about dealing with those types of situations. 23 ( The original plugin is Version 1.4.0, WooCommerce PayPal Express Checkout Payment Gateway ) 35 24 36 25 == Installation == … … 38 27 = Minimum Requirements = 39 28 40 * Wo oCommerce 2.2 or higher29 * WordPress 4.4 or greater 41 30 42 31 = Automatic installation = 43 32 44 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don 't need to leave your web browser. To do an automatic install of PayPal for WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.33 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. 45 34 46 In the search field type PayPal for WooCommerce and click Search Plugins. Once you've found our plugin you can view details about it such as the the rating and description. Most importantly, of course, you can install it by simply clicking Install Now.35 In the search field type "WooCommerce PayPal Express Checkout" and click Search Plugins. Once you’ve found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”. 47 36 48 = Manual Installation =37 = Manual installation = 49 38 50 1. Unzip the files and upload the folder into your plugins folder (/wp-content/plugins/) overwriting older versions if they exist 51 2. Activate the plugin in your WordPress admin area. 52 53 = Usage = 39 The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application. The 40 WordPress codex contains [instructions on how to do this here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). 54 41 55 1. Open the settings page for WooCommerce and click the "Checkout" tab 56 2. Click on the sub-item for PayPal Express Checkout. 57 3. Enter your API credentials and adjust any other settings to suit your needs. 42 = Updating = 58 43 59 = Updating = 44 Automatic updates should work like a charm; as always though, ensure you backup your site just in case. 60 45 61 Automatic updates should work great for you. As always, though, we recommend backing up your site prior to making any updates just to be sure nothing goes wrong. 62 63 == Screenshots == 64 65 Not at all 46 If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting 'save'. That should return things to normal. 66 47 67 48 == Frequently Asked Questions == 68 49 69 Q: Can I use this plugin out of Japan area. 70 A: Perhaps Yes, but I can not support out of Japan area. 50 = Does this plugin work with credit cards or just PayPal? = 51 52 This plugin supports payments using both credit and debit cards as well as PayPal. 53 54 = Does this support Checkout with PayPal from the cart view? = 55 56 Yes! 57 58 = Does this support both production mode and sandbox mode for testing? = 59 60 Yes it does - production and sandbox mode is driven by how you connect. You may choose to connect in either mode, and disconnect and reconnect in the other mode whenever you want. 61 62 = Where can I find documentation? = 63 64 For help setting up and configuring, please refer to our [user guide](https://docs.woocommerce.com/document/paypal-express-checkout/) 65 66 = Where can I get support or talk to other users? = 67 68 If you get stuck, you can ask for help in the Plugin Forum. 69 70 = Will this plugin work with my theme? = 71 72 Yes, this plugin will work with any theme, but may require some styling to make it match nicely. If you're 73 looking for a theme with built in WooCommerce integration we recommend [Storefront](http://www.woothemes.com/storefront/). 74 75 = Where can I request new features or report bugs? = 76 77 New feature requests and bugs reports can be made in the plugin forum. 78 79 = How to remove 'Proceed to Checkout' button from cart page? = 80 81 If PayPal Express Checkout is the only enabled payment gateway and you want to remove the 'Proceed to Checkout' button from the cart, you can use this snippet: 82 83 https://gist.github.com/mikejolley/ad2ecc286c9ad6cefbb7065ba6dfef48 71 84 72 85 == Changelog == 73 86 74 = 1.1.6.3.4 - 06.29.2015 = 87 = 1.0.0 = 88 * Tweak - Use shipping discount instead of tax when adjustment negative. 89 * Fix - Cannot process refunds on "authorize" transactions. 90 * Add - Option for displaying express checkout button on the product page. 91 * Fix - If there are no shipping options in WooCommerce, PayPal doesn't pass a shipping address to WC. 92 * Add - Option to set Billing phone number mandatory. 93 * Add - Option to disable checkout with PayPal button on Cart page. 94 * Fix - Trigger required shipping cost before checkout. 75 95 76 = 0.9.1 = 77 Fix Explain add 78 = 0.9.0 = 79 * Feature - PayPal Express Checkout 80 * Feature - Reference Transactions 81 * Feature - Seller protection 82 83 84 == Upgrade Notice == 85 86 Now No Upgrade Notice 87 96 ( The original plugin is Version 1.4.0, WooCommerce PayPal Express Checkout Payment Gateway )
Note: See TracChangeset
for help on using the changeset viewer.