=== Woo WeChatPay === Contributors: frogerme Tags: wechat Requires at least: 4.9.5 Tested up to: 4.9.8 Stable tag: trunk Requires PHP: 7.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Integrate Woocommerce with WeChat Pay. == Description == This plugin is a companion plugin of [WP Weixin](https://wordpress.org/plugins/wp-weixin) that adds a WeChat payment gateway to WooCommerce-powered websites. Customers can pay both from their computer via a QR code and in the WeChat browser directly. Upon purchase and if activated in settings, customers may receive a notification in the WeChat Official Service Account with a templated message if they are a follower. ### Requirements This plugin requires: * **WP Weixin** installed, activated, enabled and properly configured. * **WooCommerce** ### Important notes Make sure to read the "TROUBLESHOOT, FEATURE REQUESTS AND 3RD PARTY INTEGRATION" section below and [the full documentation](https://github.com/froger-me/woo-wechatpay) before contacting the author. ### Overview This plugin adds the following major features to WooCommerce and WP Weixin: * **WeChat Payment of WooCommerce orders via the JSAPI:** for users using the WeChat browser, for a seamless experience. * **WeChat Payment of WooCommerce orders via QR Code:** for users not visiting the store within WeChat. * **Support for "pay again":** to allow customers to continue the payment process of Pending orders. * **Templated message notification in WeChat:** send a WeChat templated message to the customer upon purchase (if following the Official Account). * **Multi-currency support:** using an exchange rate against Chinese Yuan configured in the settings. ### Troubleshoot, feature requests and 3rd party integration Woo WeChatPay is provided for free. Woo WeChatPay is regularly updated, and bug reports are welcome, preferably on [Github](https://github.com/froger-me/woo-wechatpay/issues). Each bug report will be addressed in a timely manner, but issues reported on WordPress may take significantly longer to receive a response. Woo WeChatPay has been tested with the latest version of WordPress and WooCommerce - in case of issue, please ensure you are able to reproduce it with a default installation of WordPress, WooCommerce plugin, and Storefront theme before reporting a bug. Feature requests ("it would be nice to have XYZ") or 3rd party integration requests (such as "it is not working with XYZ plugin" or "it is not working with my theme") will be considered only after receiving a WeChat red envelope (红包) of a minimum RMB 500 on WeChat. To add the author on WeChat, click [here](https://froger.me/wp-content/uploads/2018/04/wechat-qr.png), scan the WeChat QR code, and add "Woo WeChatPay" as a comment in your contact request. == Installation == This section describes how to install the plugin and get it working. 1. Upload the plugin files to the `/wp-content/plugins/woo-wechatpay` directory. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Edit plugin settings == Changelog == = 1.2 = * Preserve cart on checkout * Mobile WeChat payment: do not leave checkout when payment is cancelled * Handle refunds via WeChat Pay * Adjust methods visibility * Add WooCommerce logger * Fix currency rate conversion * Add gateway description = 1.1.1 = * Better error log * Fix "pay again" = 1.1 = * Public plugin on WordPress repository = 1.0.5 = * Remove WP Package Updater - no more private plugin, please update to the public plugin (v1.1) = 1.0.4 = * Adjust rewrite rules registration = 1.0.3 = * Rearrange hooks firing sequence * Add icons and banners * Add readme.txt = 1.0.2 = * Coding standards = 1.0.1 = * Add WP Package Updater = 1.0 = * First version