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 moreMagento 2
How to create a “Free Shipping” coupon in Magento 2
Create a Free Shipping coupon code in a few minutes and steps using the tips provided in our article.
read moreCreating Coupons in Magento 2 Has Been Never Easier
All of us at least once used coupons to discount from a store and you agree that it’s not bad to purchase some necessary or desired goods with much lower price. Every store owner who cares about sales should provide coupon codes from time to time. In most cases this forces customers to comeback again […]
read moreMagento 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 moreSlider Revolution: How to add slider to a category in Magento 2
Slider Revolution gives you ability to create attractive content for any page in magento 2. It can be used in cms pages, category listings, product pages etc. You have several ways of intergration including shortcode for cms pages/blocks, xml code for layout files and plain php. Today we will learn how to add slider to […]
read moreUpdate 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 moreMagento 2 Bundle and Merge JavaScript Modes — Why Better To Enable Separately
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 moreMagento 2 : Load Model Data By Custom Field
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 moreMagento 2 : How to diagnose errors
Magento 2 development could raise a lot of questions. And if you see blank screen you and don’t know how to diagnose error this article is definitely for you. Basically there are 3 variants of errors….
read moreHow to install Slider Revolution Magento 2 extension
In this guide you will learn how to install Slider Revolution Magento 2 extension. For this operation we will need our extension package and shell access to server with your Magento 2 installation. First you need to upload extension files to the root of your Magento 2 e-commerce installation. Once uploaded you will see extension […]
read more