How to disable module in Magento 2

Magento 2 Developement

There are 3 ways to disable module in Magento 2. Well, actually 3rd way only disable module output, but it can be done directly from admin. Disable module via command line Disable module manually Disable module output Uninstall module completely Disable module via command line Magento 2 has powerful build-in command line tool to perform […]

read more

Magento 2 : Product image size and other options

Magento 2 product image size and other image options are defined in <theme_dir>/etc/view.xml. Themes located in app/design/frontend/<Vendor>/ folder. But magento built-in themes can be located in vendor/magento/theme-frontend-<theme_code> when you install it from the composer repository. /etc/view.xml contains images configuration for all storefront product images and thumbnails. This file is required for a theme, but optional […]

read more

Magento 2 : Load Model Data By Custom Field

Magento 2 Developement

Magento 2 developments involve strong usage of models concept. Usually magento models loaded by primary field. However, if you need to load it using non-primary unique field there are several methods to do it. To illustrate examples below lets assume that we have created tables sliders with primary index slider_id and unique index alias. Model, […]

read more

Cartown Magento Theme 1.4.1 release

NWDthemes: Company News

CarTown Premium Responsive Magento Theme has got a new update. Current version is 1.4.1 Version 1.4.1 updated: quick start package updated to 1.9.3.3 updated: all extensions updated to actual versions fixed: print order page fixed: print links fixed: form key validation on checkout Cartown now support 1.9.3.3 CE edition which address mainly security issues. It […]

read more