Disabled module will be enabled by bin/magento setup:upgrade
Just so you know if you explicitly disabled a module using bin/magento module:disable, the next setup:upgrade will re-enable that again.
How to pull custom product attribute using SOAP API in Magento
When extracting a product attribute data using SOAP, the usual approach is to create a standard class and identify the common…
Keep line breaks, custom HTML attributes and remove initial paragraph tag in Magento Admin’s TinyMCE editor
One of my clients would like to add additional HTML attributes for SEO purposes as well as to keep line…
catalogProductCreate in Magento API returning SQL error for configurable product
It is common for companies with a huge product database to always have an ERP that manages their product updates.…
How to fix the Invalid Timezone error in Magento
I came across a persistent issue where the admin user is unable to save any configuration in the administration window…
Fixing Fontis’ Parse Error when using Direct Deposit
Is your checkout page failing whenever you enable Fontis’ Direct Deposit payment option? Try checking your logs to see if…
How to change the number of columns in Magento catalog grid
The default Magento catalog grid is set to display 3 products per column. Most users alter the number of columns…
How to fix WordPress permalinks on Mac OS X’s localhost
I recently installed a WordPress blog in my localhost using Mac OS X’s built in Apache and PHP with MySQL…
How to fix the “Illegal scheme supplied, only alphanumeric characters are permitted” Magento error on Localhost using HTTP (fresh install)
I want to setup a development environment for the Mage Enabler for WordPress plugin in my new desktop so I…
Auto-select all <option> items from multiple select dropdown using jQuery
I’ve been working for the past few days with jQuery and one of the task was to manipulate HTML forms…
How to create a new Magento customer account from an external site?
I’ve been receiving a lot of inquiries on how to create a new customer record on the fly using Mage.php…