hi i have prblem if i want to make command compile Interceptors generation… 4/8 [=============>————] 50% 19 secs 324.0 MiB In Generator.php line 139: Class MagentoCatalogModelConfigLayerCategoryConfig does not exist Class MirasvitSearchModelLayerFilterListInterceptor generation error: The requested class did not generate properly, because the ‘generated’ directory permission is read-o nly. If — […]
Magento
I have Vue Storefront system + Magento 2. I need to get links to videos that are on the Magento side. The file code that I attach below is responsible for getting the images. How can it be modified so that it can receive links to mp4 videos? import {downloadImage, […]
Magento 2.4.x I have this exception in var/log/cron.log: main.CRITICAL: Exception: No callbacks found for cron job analytics_subscribe in vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php:338 In table cron_schedule there are many rows with job_code ‘analytics_subscribe’, status= ‘error’ and messages = ‘No callbacks found for cron job analytics_subscribe’. Searching through the code (in crontab.xml files) there is […]
I have to export categories, products and other related data from a Magento 2.4.2 instance to a empty Magento 2.4.6-p2 instance. As the first step I am trying to export/import categories data. According to many tutorials its possible to do that via System -> Export , but Categories aren’t listed […]
const scroller = document.querySelector(“#musicscrollid”); const output = document.querySelector(“#musicheaderid”); scroller.addEventListener(“scroll”, (event) => { output.textContent = scrollTop: ${scroller.scrollTop}; if (scroller.scroll >= 64) { output.addClass(“fondoazul”); } else { output.removeClass(“fondoazul”); } }); the output.text i see number but when i scroll 64px the addclass or removeclass is not working
I am having a problem with the checkout cart where I cannot get to the second step of the checkout process. When I click on the “Review and Payments” button nothing happens as shown in the pictures below. Page 1 Page 2 I also do not see a next button […]
I’ve been trying to install Magento(2-2.4) on MAMP Pro on my macbook downloaded the code and manual install and I’ve gotten close but I can’t figure out how to get past this screen: There was no version set in the composer.json file so I tried “version”: “2-2.4” and “version”: “2.2.4” […]
I have the Sign Static Files setting on in Magento settings. I have verified that deployed_versio.txt has a new version number after setting up static files with setup:static-content:deploy. However for some reason the mobile Android browser particularly does not load the new versions of the static files like CSS files. […]
we have been getting following error in checkout page. error are coming after migration we are using lit-extension for data migration. In the console on checkout page I see following error Error : “message”: “”%fieldName” is required. Enter and try again.”, “parameters”: { “fieldName”: “email” }, error screen-shot : https://app.screencast.com/OuOsFuiwd360d […]