I have been working on this for some time and can be found here. Github This connects to Bring which is a complete solutions for transportation of parcels, cargo and mail. Mostly in Norway and Sweden. This is worked out from this api documentation Hope this can be of use […]
Blog
I have a niche set of clients and am about to complete a small app that they run on their website. It has a database and codebase for back and front end. Let’s say I get this app onto 20 client machines and then need to update a couple of […]
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 […]