How to Style Email Templates in Magento 2

In a previous topic we have considered several ways on How to Create Custom Email Templates in Magento 2. In this article we’ll learn how to style them and make their look fit our project design most. Some email clients like Gmail support CSS styles that have been applied as inline styles on the style […]

read more

How to Manage Custom Email Templates in Magento 2

Communicating with your customers is essential to smooth working of your online business. It’s a good practice for the store owner to notify them about different things like orders, subscriptions, promotions, invoices etc. This makes your clients trust your business and motivates them to return to your online store more and more. When a customer […]

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