Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pixiemediaweb opened this issue Sep 10, 2024 · 3 comments
Assignees
Labels
Enhancement Indicates a new feature request

Comments

@pixiemediaweb
Copy link

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
Copy link

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
Copy link
Author

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
Copy link
Contributor

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

@khushboo-singhvi khushboo-singhvi self-assigned this Oct 1, 2024
@candemiralp candemiralp added the Enhancement Indicates a new feature request label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Indicates a new feature request
Projects
None yet
Development

No branches or pull requests

4 participants