We have a Magento 2.4 project with multiple websites with multiple stores & we need to share some store codes for store views. All store views should load under same domain Document root of this project is pointing to magento/pub folder, as recommended URL structure should be a bit different […]
Magento
I need to read the excel sheet data from magento 2.4 javascript file. I have overridden Magento_Sales/web/order/create/scripts.js. I can read csv file data without any issue but can’t read excel file data. How can I use the following script and code in my js function. I found this in https://stackoverflow.com/a/37083658/6841988 […]
When I try to upload an image to a custom option of a product in Magento 1.9 I get the message ‘undefined'(popup) – The image is not uploaded and I have to log in again. I can not find any fault in the log files. Any suggestions?
my system.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <tab id="General" translate="label" sortOrder="10"> <label>Mageplaza</label> </tab> <section id="General" translate="label" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1"> <class>separator-top</class> <label>Hello World</label> <tab>General</tab> <resource>Meetanshi_Extension::config</resource> <label>General Configuration</label> <group id="system" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> <field id="config1" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0"> <label>Module Enable</label> <source_model>MagentoConfigModelConfigSourceYesno</source_model> </field> <field id="display_text" […]
Hi dears I have going crazy to add a custom validation to vat field. I tried several ways, but I don’t get an solve, I don’t know why?! I have a module Vendor/module i have create a custom rule validation with this method Custom Validation For Checkout Field custom rule […]
I’m facing a cache issue that wasn’t there before, my Adobe Commerce Cloud 2.4.5 + Fastly is showing this error message below when I’m trying to log in via customer account or perform some actions in the admin panel. How could I solve it?
i am creating menu from block for my website. While i have to much pages under my About us menu. 1st menu showing 2 columns up and 2 columns down. 2nd while i have many pages so that are not showing in menu for desktop. I want scrollbar for menu […]
We have a 2.3 magento website. We want to mark several orders as shipped, however when trying to “Bulk process” we get the message: “To add and manage batches first Activate Magento Shipping” Upon investigation, it looks like Temando API is no longer available, so Magento Shipping doesn’t work. What […]
The Magento version is the latest version 2.4.5. The menu is working well on desktop and actual mobile devices. But when I load the site in mobile view, the menu doesn’t work well. If I click the parent item, it doesn’t show the sub-menu and I can’t go to another […]