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

Update of Magento Slider Revolution 5.4.6.3: Magento 2.2 Compatibility, New Feature and Bugfixes

Yesterday, 22nd of November 2017 — we have released the new version 5.4.6.3 of Magento 1 and Magento 2 Slider Revolution Extension. In this update of Magento Slider Revolution we resolved compatibility issues with new 2.2+ versions of Magento 2 platform, added new feature and of cause patches & fixes for bugs we have done […]

read more

Magento 2 Bundle and Merge JavaScript Modes — Why Better To Enable Separately

Magento 2 Developement

Magento 2 Bundle and Merge JavaScript Modes can improve performance of your eCommerce website dramatically. But should you enable them simultaneously or separately? While supporting our Slider Revolution Extension for Magento 2 we found JavaScript error on clients website. This problem was related to both merge and bundle javascript options enabled. In this configuration slider […]

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