Open pixiemediaweb opened 2 months ago
There is this module - https://gitlab.hyva.io/hyva-themes/hyva-compat/magento2-adyen-express-checkout however, it works in Adyen Test mode but not Live mode and Adyen will not explain why.
thank @alicedfisheye - i can see an issue with that module;
view/frontend/layout/default.xml
<block name="adyen-googlepay-script"
template="Hyva_AdyenExpressCheckout::googlepay/googlepay-script.phtml"
ifconfig="payment/adyen_hpp/show_google_pay_on"/>
<block name="adyen-applepay-script"
template="Hyva_AdyenExpressCheckout::applepay/applepay-script.phtml"
ifconfig="payment/adyen_hpp/show_apple_pay_on"/>
its using ifconfig on a non boolean attribute - its multi-select. ive removed the ifconfig as we will always be using applepay and googlepay anyway. its still not 100% but is working better
Hey @pixiemediaweb,
Thank you for raising this github issue and bringing it our attention.
Currently, the Adyen Hyvä Compatibility Module does not support Express Checkout. However, we have added this feature to our roadmap, and it will be available in a future release.
Regards! Khushboo
Hi, do you have a compatability module for showing the express buttons on a Hyva theme? We're missing the buttons for minicart and the cart page.
Thank you