Hello,
The question I have is: How can I prevent the PayPal checkout page from display the PayPal users addresses during the final phase of checkout?
The reason being is this scenario:
1. Customer logs in to store, the only address they have on file is a US address
2. Hika calculates shipping correctly via UPS plugin
3. They add a shippable item to the cart & begin the checkout process
4. Once taken to the PayPal login page, they login and the only address they have on their PayPal account is an address in Germany
5. The problem: They will be shipping to an address in Germany -> with shipping costs for shipping within the US
I have read the Payal docs @
cms.paypal.com/us/cgi-bin/?cmd=_render-c...r_SetExpressCheckout
and it appears there is a flag to set that will prevent the display of addresses from a PayPal user's account. It appears the flag is: NOSHIPPING
How can I incorporate that into HikaShop? Which .php file(s) would I have to modify and what would that modification look like?
Thanks much,
-Michael