
Create a Free Shipping coupon code in a few minutes and steps using the tips provided in our article.
read moreCreate a Free Shipping coupon code in a few minutes and steps using the tips provided in our article.
read moreAll 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 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 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 moreYesterday, 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 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 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 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 moreIn 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 moreYou can install module in magento in two ways: via composer and manual installation. If you no longer need a certain extension you may wish to uninstall it.
If you installed it manually…