Adyen / adyen-magento2-express-checkout

Adyen Magento 2 Express Checkout Module
MIT License
11 stars 6 forks source link

Express buttons do not show in Hyva-based theme (minicart and cart page) #108

Open pixiemediaweb opened 2 months ago

pixiemediaweb commented 2 months ago

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

alicedfisheye commented 1 month 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.

pixiemediaweb commented 1 month ago

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

khushboo-singhvi commented 1 month ago

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