kopanda
Forum Replies Created
-
Forum: Plugins
In reply to: [Timeline Express] Working with WPMLWe have translated every announcement but it doesn’t show. Here are the original page in Chinese and the translated page in English.
https://www.re-bar.com.hk/%E9%87%8C%E7%A8%8B%E7%A2%91/
https://www.re-bar.com.hk/en/milestone/
Or is there anything we have to do with the [timeline-express] shortcode?
Forum: Plugins
In reply to: [WeChat Payments for WooCommerce] not working!!!I have the same problem.
Fatal error: Uncaught exception ‘WxPayException’ with message ‘curl出错,错误码:Resolving timed out after 6515 milliseconds’ in /srv/users/serverpilot/apps/gz3/public/wp-content/plugins/wechat-payment-for-woo/lib/WxPay.Api.php:302 Stack trace: #0 /srv/users/serverpilot/apps/gz3/public/wp-content/plugins/wechat-payment-for-woo/lib/WxPay.Api.php(60): WxPayApi::postXmlCurl(‘<xml><appid><![…’, ‘https://api.mch…’, false, 6, Object(WxPayConfig)) #1 /srv/users/serverpilot/apps/gz3/public/wp-content/plugins/wechat-payment-for-woo/class-wc-wechatpay.php(372): WxPayApi::unifiedOrder(Object(WxPayUnifiedOrder), 6, Object(WxPayConfig)) #2 /srv/users/serverpilot/apps/gz3/public/wp-content/plugins/wechat-payment-for-woo/class-wc-wechatpay.php(431): WC_WeChatPay->getWXURI(9249) #3 /srv/users/serverpilot/apps/gz3/public/wp-content/plugins/wechat-payment-for-woo/class-wc-wechatpay.php(442): WC_WeChatPay->genetateQR(9249) #4 [internal function]: WC_WeChatPay->receipt_page(9249) #5 /srv/users/serverpilot/apps/gz3/public/wp-includes in /srv/users/serverpilot/apps/gz3/public/wp-content/plugins/wechat-payment-for-woo/lib/WxPay.Api.php on line 302
Do you mean you find a bug in the free version and resolved the issue in pro version?
Hi, I have followed this but it doesn’t work for me. I would like to disable the scrolling on the body and let the popup scroll when it’s too long to show on the screen. The css is applied to the body but no change. Any idea?
https://pavilions.creativeworks.com.hk
Thanks!
I have the same issue too. I have also left a ticket on your support website. Looking forward to the update. Thanks for creating this great plugin!
Forum: Plugins
In reply to: [Page Transition] Custom loadingI would like to do this too. Thanks!
Same here. Thanks!
Forum: Plugins
In reply to: [Alipay For WooCommerce] Receiving notifications from Alipay more than once.Hi Kevin,
The deposit plugin has registered a post status named “wc-partially-paid”. Any where that we can make this status to send a correct response to Alipay if this really taking account?
Cheers,
Kwun.Forum: Plugins
In reply to: [Alipay For WooCommerce] Receiving notifications from Alipay more than once.Hi Kevin,
Thanks for your clue on the processing order email!
I’m using another plugin to make the payment to accept deposit payment.
https://codecanyon.net/item/woocommerce-deposits-partial-payments-plugin/9249233
The problem is that the order is updated twice from Alipay after we have finished the deposit payment. For example, if the project cost RMB100 and the deposit is RMB1. After the deposit payment, the order is being notified and the status changed to “Partially Paid”, which is from the deposit plugin. However, in the same minute, it’s being updated again and the payment becomes “Processing”. This doesn’t happened with Paypal. I’m not sure if there is something missing when redirecting the payment to Alipay which make it sends back notifications more than once.
From what I read from Alipay’s notify_url document:
https://cshall.alipay.com/support/help_detail.htm?help_id=3973554、 完成处理该次通知,不再发送通知
支付宝得到商户反馈回来的“success”7个字符信息,进行核对与验证,结束此次通知流程。
注意:
如果商户反馈给支付宝的字符不是success这7个字符,支付宝服务器会不断重发通知,直到超过24小时22分钟。在25小时内完成6~10次通知(通知频率:5s,2m,10m,15m,1h,2h,6h,15h)Would it be something related to our case? The first response was not “success” and it send us back the notification again after 5s?
Cheers,
Kwun.Hi codingpet,
After some tracing, I found that the plugin halt during the notification process. Eventually I figured out that it was because curl was not setup correctly. It runs well after curl is setup. Thank you for the plugin!
Cheers,
Kwun.Is it possible to post the image which is set in the open graph image_url instead of my gravatar when there is no feature image? Thanks!