Closed DanCarlyon closed 2 years ago
Hello @DanCarlyon,
Thank you for reaching out.
Please note that the Adyen plugin requires explicit cookie usage consent in order to allow payment.
The Adyen plugin uses the standard Shopware cookie consent manager and adds its required cookies to the technical group of Shopware cookies that customers can choose to accept or reject.
By rejecting cookies, the merchant also rejects technical cookies, in other words, it rejects the uninterrupted use of data from the client session, which is necessary for the normal functioning of the plugin and this will also prevent the normal functioning of the Shopware store.
Therefore, it is necessary to accept cookies in order to proceed with the payment.
Thank you,
Best regards.
I am voting to reopen this. This limitation seems like a bad design choice. Other payment methods, like PayPal, do not have this limitation. They work without the need for cookies.
If cookies are really really needed (which I doubt), then the consent implementation should be different. Adyen should ask the customer during the checkout process, where the payment methods are selected, if the user consents to the cookie in order to use credit card (and other adyen methods).
Or, the adyen cookie should be added as a required cookie and bet set even if the user clicks on "reject". Since a webshop without a payment option is (more or less) useless.
Describe the bug Using Adyen version 3.9.0, When a user declines cookies, the payment methods do not show during the checkout, preventing a user from checking out
Before accepting or declining cookies
After Declining cookies
To Reproduce Steps to reproduce the behavior:
Expected behavior When a user declines cookies, they should still be able to check out with the technical/required cookies
Screenshots Screenshots provided above in the description of the issue
Desktop:
Additional context N/A