简体   繁体   中英

Suppress/Disable shipping option in paypal express checkout

I have implemented paypal checkout in my website. ( https://developer.paypal.com/docs/checkout/ )

Its working fine. My website is not allowing custom shipping address to customers. Instead Customers, needs to come to our office and collect the items they purchased. So I want to disable/hide the shipping address in the paypal payment popup.

I found an option of 'NOSHIPPING' variable to 1. But it seems deprecated and its SOAP method.

Is there anyway to disable shipping address change in paypal checkout payment popup.

With the REST API you create Experience Profiles for this sort of thing.

You can build an Experience Profile with a Brand Name, logo, options for allowing notes, disabling shipping, etc. So you could have separate profiles setup in different ways.

Then you can pass the profile ID you want to use into your checkout/payment accordingly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM