dangcv
Forum Replies Created
-
I am very sorry this problem. First version we target with dropship fullfiment server and system not easy use with print company. We updated new version with big changed now and new version is free to install and use with small company.
I am very sorry this problem. First version we target with dropship fullfiment server and system not easy use with print company. We updated new version with big changed now and new version is free to install and use with small company.
- This reply was modified 3 years, 10 months ago by dangcv.
Forum: Plugins
In reply to: [WooCommerce] paypal checkout not workingHi All,
I created new simple plugin fixed this problem. I tested and using on my site (live). I hope can help more shop.
Forum: Plugins
In reply to: [WooCommerce] Transaction Cancelled@angeladasferkel, you can share url of your site, I will try help you.
Forum: Plugins
In reply to: [WooCommerce] Transaction Cancelled@angeladasferkel, I think problem CART EMPTY is other problem of your site. Line code changed only works when you click payment with paypal.
Forum: Plugins
In reply to: [WooCommerce] Transaction Cancelled@angeladasferkel, you can create new order and check again.
Forum: Plugins
In reply to: [WooCommerce] Transaction CancelledI understand this problem is urgent. My site can’t payment one day and I try read all code of Woocommerce to fix. If your site not working, please share url. I will see and I hope can help all.
Forum: Plugins
In reply to: [WooCommerce] Transaction Cancelled@nellybongo this problem on all version of Woocommerce
Forum: Plugins
In reply to: [WooCommerce] Transaction Cancelled@jamieboyle1000 I checked and I see your site working ??
Forum: Plugins
In reply to: [WooCommerce] Transaction Cancelled@astridleather you can install new site to test.
Forum: Plugins
In reply to: [WooCommerce] Transaction CancelledI only change one line and tested with order, my site working good ??
Forum: Plugins
In reply to: [WooCommerce] Transaction CancelledI only change one line and tested with order, my site working good ??
- This reply was modified 7 years, 10 months ago by dangcv.
Forum: Plugins
In reply to: [WooCommerce] Transaction CancelledHi All,
I fixed this problem on my site. This problem because woocommerce using url with website.com?cancel_order=true&order=order_number&order_id=160 and Paypal not support.
Solution:
1. Find and open file: wp-content\plugins\woocommerce\includes\gateways\paypal\includes\class-wc-gateway-paypal-request.php
2. find line'cancel_return' => esc_url_raw( $order->get_cancel_order_url_raw() ),
Replace
'cancel_return' => urlencode( $order->get_cancel_order_url_raw() ),
It is all, good luck!
Forum: Plugins
In reply to: [WooCommerce] Transaction CancelledI tested on more site with Woocommerce and same problem. ??