Daily Archives: November 23, 2019
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 […]
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 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 […]
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 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 […]