I have been receive alot of this search result that starts with; checkout cart add uenc ahr0chm6ly93..... What causes this error?
Magento
When ordering using paypal in magento2, it takes you to paypal, paypal already displays a confirmation, you confirm, you get redirected to another confirmation page (/paypal/express/review), it is an extra step that is unnecessary for user experience, I would like to remove it and make the order automatically placed when […]
is there a possibility to create new theme without parent theme? Currently if you add parent as blank theme it comes with knockout and unused Js which is not required and affects performance. Thanks
I need a second contact us form that is accessed from another url and the email is sent to another email. How can I do this?
I am working with the Magento2 Cron functionality, I have created a cron in the crontab.xml (Every 5 mins) default group <job instance="NamespaceModuleNameCronServiceOrdersStatusUpdate" method="execute" name="ns_cron_status_update_for_service_orders"> <config_path>*/5 * * * *</config_path> </job> After that I noticed in admin system->config->system->Cron (Scheduled Tasks). there has some setting (Cron configuration options for group: default). […]
I recently added bulgarian translations to magento 2.4.2 installation. The issue is with prices on listing and product pages. Prices has some spaces between digits. Does anybody has similar problem? Translations are added using description here Any help will be appreciated. Thank you in advanced.
I am try to upgrade magento version from 2.2.6 to 2.4.3 using composer method. When try to that, I face following error which attached in screenshot: https://i.imgur.com/wGoTAFn.png, please help..
I followed the example from below link but the message “Welcome to MagePlaza.com” doesn’t display. https://www.mageplaza.com/magento-2-module-development/how-to-create-controllers-magento-2.html It works up until controller set up , I am able to echo a welcome message from execute function in below controller action file. app/code/Mageplaza/HelloWorld/Controller/Index/Index.php. But after I add layout and template my phtml […]
I am a beginner in Magento 2. I installed a third party theme, in the home page, I founded this code on Layout Update XML field <referenceContainer name="slide.showcase"> <block class="MagentoCmsBlockBlock" name="home-slide15"> <arguments> <argument name="block_id" xsi:type="string">home-slide15</argument> </arguments> </block> I don’t want this block (home-slide15) to be displayed in the home page, […]