
Introduction to plug-in functions
We have developed e-commerce websites for many customers using WooCommerce, but we have never found a particularly convenient WooCommerce WeChat payment gateway, so we developed a fully functional WooCommerce free WeChat payment gateway, which requires WeChat enterprise certification before it can be used. Supported functions are as follows:
- Supports all WooCommerce product types
- Scan the QR code to pay on PC
- Mobile browser H5 activates WeChat payment
- WeChat public account payment requires installationWeChat login plug-in, set open_id
- Refund directly through WeChat in WooCommerce orders, and the refund will be returned to the original route
- When the currency is not RMB, you can set a fixed exchange rate
Regarding the problem of “WeChat payment configuration error” when paying within WeChat
To use this plug-in in WeChat, you need to provide an open_id. Using this plug-in to pay in WeChat without setting open_id will prompt “WeChat payment configuration error”. If your website has implemented WeChat official account login, please refer to the following code to set open_id for this plug-in.
add_filter('wprs_wc_wechat_open_id', function(){
$open_id = 'xxxxxx'; // 真实的open_id需要自行获取
return $open_id;
);
official address
WordPress.org publishing address:https://wordpress.org/plugins/wenprise-wechatpay-checkout-for-woocommerce/
Github repository:https://github.com/iwillhappy1314/wenprise-wechatpay-checkout-for-woocommerce
If you just want to use the plug-in, you can download it from WordPress.org, or search and install it directly in the WordPress backend.
If you would like to make suggestions, seek community help, or participate in development, please go toGithub repository。
Plug-in usage tutorial
Please go toWenprise WeChatPay Payment Gateway For WooCommerce WeChat payment plug-inCheck out the setup tutorial.
Technical support
Due to limited time and energy, we are unable to provide free one-on-one technical support for this plug-in. If you need free technical support, please go to the Github repository to submit an Issue for help.
If you need one-to-one paid technical support, please apply for a WeChat service account and WeChat payment and pass the enterprise certification before purchasingWeChat payment gateway payment setting service, we will help you set it up.
