Questions tagged [hyva]
Questions related to Hyvä Themes, Hyvä Enterprise, Hyvä Checkout & Hyvä UI. Hyvä products help you build the fastest stores while reducing cost and time to market. The Hyvä Theme is the frontend theme for Magento. But Hyvä is a lot more than tha. It is also a toolset, an extension ecosystem and supporting community.
35 questions
0 votes
0 answers
22 views
Hyva Theme: Hyvä Checkout not working with Hyvä Theme 1.4.0
I recently upgraded to Hyvä Theme 1.4.0 and installed Hyvä Checkout. The installation completes without errors, but the checkout page does not display correctly because Tailwind CSS fails to build. To ...
0 votes
0 answers
18 views
Infinite Loader When Using “Login as Customer via admin panel” for Multiple Sessions the same browser
We’re encountering an issue with the “Login as Customer via admin panel”. Scenario: Customer A log in via the backend admin panel then perform add to cart. Without logging out on customer A, Customer ...
0 votes
2 answers
121 views
Hyva Theme long page load times
We are in the process of transitioning to a Hyva-based theme for our storefront. However, we are noticing performance issues, especially for our CMS pages. We are using Adobe Commerce Cloud for our ...
0 votes
0 answers
111 views
Uncaught TypeError: hyva.alpineInitialized is not a function
I'm trying to set hyva default theme as theme for a store on local environment. I have a clean install of magento 2.4.7, but it seems that the blocks about head.additional are not added to the page ...
0 votes
2 answers
112 views
CMS Page breadcrumbs not showing full path after applying Hyva theme. Only showing Home/ [current page]. How to show full path?
Note: This is not for the product detail pages, this is for CMS pages only. After applying the Hyva theme to our magento store, I am only seeing Home/ followed by the current page in the breadcrumbs ...
0 votes
0 answers
46 views
Array map null error in Magento 2.4.7 with hyva theme installed
I have Magento 2.4.7 website which have hyva as frontend. I am getting array_map null error in vendor/hyva-themes/magento2-theme-module/src/ViewModel/BlockCache.php:61. Getting error on the line $...
0 votes
1 answer
87 views
Additional options are getting removed from configurable product in hyva checkout
I've encountered an issue on the payment page involving configurable products with additional options. Specifically, for guest users, when proceeding to the payment step during hyva checkout, the ...
4 votes
1 answer
233 views
AbstractBlock::getParentBlock() returns false due to missing "head.additional" block
We are encountering an issue on our store where sometimes the \Magento\Framework\View\Element\AbstractBlock::getParentBlock() method returns false. We traced this back to the fact that the head....
0 votes
1 answer
274 views
Unable to see styling changes (Hyva/Tailwind) on local environment?
I am unable to see styling changes (changing tailwind.config.js nor changing the css files within my tailwind folder). I have created a child theme and moved over the hyva default theme files as ...
0 votes
0 answers
52 views
checkout_submit_all_after event not working in Hyva
I am working on a custom Search module. I've placed a "checkout_submit_all_after" event in etc/events.xml and observing it to track the orders. I noticed that in Hyva, the event is not being ...
1 vote
1 answer
149 views
hyva checkout and mollie payment combination
I have installed hyva / hyva onestep checkout and mollie + mollie/magento2-hyva-checkout so hyva compatibility extension. The design still shows up as old hyva onestep checkout instead of more ...
1 vote
1 answer
90 views
Magento 2: Cache refresh for specific category page
I need some help to understanding Magento cache So Idea is that I want to refresh cache of specific category page (not all category pages) on an interval. How can i do that in Magento 2?
1 vote
0 answers
63 views
How do people effectively test the V3 Capctha in the checkout
We run Cloudflare, but as an additional layer of security, as there have been several scripted card attacks found in the Worldpay logs, it’s been decided to add a captcha. V3 is the obvious choice for ...
0 votes
1 answer
352 views
How can I convert this script that compatible with Hyva thme in Magento 2?
I need to convert this given script that compatible with hyva theme require( [ 'Magento_Checkout/js/model/cart/cache', 'Magento_Checkout/js/model/cart/totals-processor/default', ...
0 votes
2 answers
324 views
Hyva products category "load more products" via fetch javascript init problem
There is the standard way to implement "load more products" via ajax request the next page and append the needed part of the html code to listing. There is the problem with js init also, the ...