In my Magento 2.3.3 the navigation menu is not showing in the product details page (the menu should appear in the red rectangle area of the image), however all links are functional and it’s possible to save the product. I disabled the browser cache, also checked if all files are […]
Magento1
I have a strange problem with my special price query update. When I run the query, the special price is updated in the database. But when I reindex and clean the cache, the special price in the backend is always the old price. I have no other references of the […]
Magento 2.3.3, custom theme based on Blank. It’s a very small store with only two categories. I want to display them in the top navigation menu without a dropdown menu. In other words, just a horizontal (inline) list of the two categories, at the top (not the left). Where and […]
I am creating a custom module to override a method buildCustomer() in file app/code/community/Ess/M2ePro/Model/Magento/Customer.php of Magento 1 Module Ess_M2ePro but seem not working. Can you check please. Here what I have so far. app/etc/modules/myNamespace_M2eProFixPassword.xml < ?xml version="1.0"?> true local app/code/local/myNamespace/M2eProFixPassword/etc/config.xml < ?xml version="1.0"?> 1.0 myNamespace_M2eProFixPassword_Model myNamespace_M2eProFixPassword_Model_Customer app/code/local/myNamespace/M2eProFixPassword/Model/Customer.php class myNamespace_M2eProFixPassword_Model_Magento_Customer extends […]
In Magento 1.7, I want to do like after credit memo create product quantity should be deduct. How to do that? Any help would be appreciated. Thanks.
Fatal error: Uncaught Error: Call to a member function setBodyAttachment() on null in /home/vestuv/web/vestuviniaiziedai.lt/public_html/app/code/Dipolis/Callmeform/Mail/Template/TransportBuilder.php:11 Stack trace: #0 /home/vestuv/web/vestuviniaiziedai.lt/public_html/app/code/Dipolis/Callmeform/Controller/Index/Post.php(77): Getting error while trying to send custom email with attachment In Magento 2.3.3 Sent mail code $fileDirectoryPath = $this->directoryList->getPath(MagentoFrameworkAppFilesystemDirectoryList::VAR_DIR).'/tmp'; $filePath = $fileDirectoryPath . '/' . $_FILES['attachment']['name']; move_uploaded_file($_FILES['attachment']['tmp_name'], $filePath); try { if($_FILES['attachment']['name']){ $fileName […]
I built a custom module. Its admin tables with CRUD functionality. I am putting a new button on the grid via the Ui_component listing xml file. When this button gets clicked I want to call a 3rd party API to load data into the current table. This is the code […]
I’ve some JS files included in my themes and modules, but sometimes these files are not loaded, becaused of adblock or CDN server down. I checked the RequireJS documentation and I saw that it’s possible to create a local fallback of these files. How could I include it in my […]
Good afternoon, I would like to know in which class and function can I get my client ID, the same bank saved ID as “entity_id” I would like to “echo” my script so that I can manipulate it for other functions later. This ID is from the connected client. Magento […]