• Resolved joshuaall

    (@joshuaall)


    Hey,

    I would like to know how the paypal integration is handled regarding cookies and scripts. Currently I am using a plugin that loads papyal and allows paypal cookies to be set as soon as the checkout page is opened.

    I am looking for a solution that only loads paypal if the User decides to use paypal. For better privacy and GDPR Consent handling.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @joshuaall

    Thank you for contacting us.

    I would like to know how the paypal integration is handled regarding cookies and scripts.?

    On any page that you have PayPal enabled, the https://www.paypal.com/sdk/js is loaded. That script controls the rendering of the PayPal payment buttons.

    I am looking for a solution that only loads paypal if the User decides to use paypal.

    So you’re wanting to only load the PayPal scripts when the customer selects the PayPal payment option on your checkout page? I am not aware of any plugins that support that. You would need to delay the PayPal script from loading until the event for selecting the payment method is emitted.

    There are GDPR plugins that allow you to delay the loading of scripts until a user accepts a GDPR notice. Perhaps you could look into one of those plugins and modifying it for your needs.

    Kind Regards

    Thread Starter joshuaall

    (@joshuaall)

    Thank you for your heplful reply, as I now know which script is loaded, I will try your proposed solution.

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3rd Party Scripts and Cookies’ is closed to new replies.