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 moreAuthor: elpas0
MySQL 8.0 new features
MYSQL release 8.0 version on April 19, 2018. Here is short list of MYSQL 8.0 new features and key enhancements. Full list can be checked on MYSQL blog.
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 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 moreCartown Magento Theme 1.4.1 release
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 moreCyber Monday: Wunderadmin is in the game
We are proud to announce that Wunderadmin is a part of Envato Cyber Monday event. Cyber Monday Whatever your project, get a new template, quality plugin or proffession tracks & sounds for 50% off. Cyber Monday last From 2pm Nov 23 – 2pm Dec 1 2016 AEST.. 100 website templates & themes 100 code and […]
read moreCarTown Premium Responsive Magento Theme UPDATE
CarTown Premium Responsive Magento Theme is a true masterpiece of design and coding. It keeps our high quality standards and will give ultra modern look to your store. Your clients will appreciate eye candy design and usability of your E-commerce Magento store. Just give it a try and apply it. Version 1.4.0 added: minimal mobile […]
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 moreMagento 1.x: How to enable template path hints
To enable template path hints in Magento: Login to the magento back-end Go to System > Configuration Go to Developer section on the bottom left under ADVANCED Switch to the store view on the top left to your current website or store view. Open Debug and set “Template Path Hints” = Yes. Optionally you can […]
read more