Hi Con,
Thanks for the help.
This line appears twice in woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-client.php:
‘NOSHIPPING’ => WC_Gateway_PPEC_Plugin::needs_shipping() ? 0 : 1,
I tried to change it to ‘NOSHIPPING’ => WC_Gateway_PPEC_Plugin::needs_shipping(1), and ‘NOSHIPPING’ => 1, Both didn’t work. The delivery address in the paypal webpage is removed, but it does not seem to take the payment. The page just redirects to the basket instead of the order confirmation page.
Woocommerce does store the order details, so when I update the order from ‘pending payment’ to ‘processing’, then the payment is automatically taken and it is displayed in the paypal account.
Unfortunately, I think I am going to have to give up on this plugin.
Kind regards
Hi Con,
Thanks for the info.
Is it as easy as adding ‘NOSHIPPING=1’ to the plugin code?
Does anybody know where I should add this exactly?
Thanks