I’ve the problem that in search results the products are not listed properly. In the search suggester (we use Amasty Extension) everything is fine when i search for term „Warm up“. The most relevant products are listed first. https://www.kunert.de However when i hit enter and go for the full result […]
Magento
I was wondering if magento was offering a CRUD CLI like Symfony would do. You get a prompt that ask you your entity fields and once your entered them all then the entity and it’s related repository is generated automatically. Does magento offers some kind of similar functionnality ? Or […]
There is no customer tax class in magento 2.4.2 Stores > Tax Rule. How to enable the tax classes. The configuration inside the Stores > Configuration > Sales > Tax
By default Magento implement Mview/indexer for some grids for example customer grid. But for sale grids (sale, invoice, credit memo, shipment) Magento use a cron job to insert/update new data (if async grid were enabled). So why is there such difference? Magento decides the solution based on which conditions? Thanks […]
I’m trying to get the checkout sending methods on another page in magento 2, and I saw that it would be possible to do it using magento 2 api consumption. However, magento 2 documentation is very bad, an api request using ajax?
Does anyone know how one is suppose to correctly implement critical-css-generator to auto-generate ciritcal.css files in Magento2? I tried to replicate the instructions here: https://www.rohanhapani.com/how-to-enable-and-generate-css-critical-path-in-magento-2/ I added this block of code const critical = require('critical-css-generator'); critical.generate({ url: 'https://<my website>', path: '/var/www/html/m240/app/design/frontend/<my-theme>/web/css/test_critical.css', viewport: true }); insdie module.exports in the Gruntfile.js. But […]
I have installed Amasty Mega menu extension. I have added mega menu. In that display categories and subcategories. Now I want when hover any of the category right side div display that category image. Thanks in advance!!!
is elasticsearch required for magento newest versions to work. I am having a hard time finding the answer and hosting sites do not support it for shared plans. I am trying to do an eCommerce store so IDK if I even need it, plus know nothing about web development. I […]