Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
As it stands, this is possible to do with a code edit.You can edit the file src/XF/Payment/PayPal.php and change:[code=php]'no_shipping' => 1,[/code]To:[code=php]'no_shipping' => 2,[/code]As you might expect, this will flag up the file health check message, though this might be a temporary workaround.We might be able to expose this as an option in the short term. Longer term we may be looking to add proper support for VAT though that particularly will be a post-2.0 thing.
As it stands, this is possible to do with a code edit.
You can edit the file src/XF/Payment/PayPal.php and change:
src/XF/Payment/PayPal.php
[code=php]'no_shipping' => 1,[/code]
To:
[code=php]'no_shipping' => 2,[/code]
As you might expect, this will flag up the file health check message, though this might be a temporary workaround.
We might be able to expose this as an option in the short term. Longer term we may be looking to add proper support for VAT though that particularly will be a post-2.0 thing.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences