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 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 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 moreMagento 2: How to uninstall module
You 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…
Magento 2: How to add Google Font
You might already check Include static resources (JavaScript, CSS, fonts) article by magento team. They state that to add google font you need to update /Magento_Theme/layout/default_head_blocks.xml with <link src=”http://fonts.googleapis.com/css?family=Montserrat” src_type=”url” /> But as a result it is not working. Correct code is <link src=”https://fonts.googleapis.com/css?family=Montserrat” src_type=”url” rel=”stylesheet” type=”text/css” /> It wont work without additional parameters. Google […]
read moreCodeCanyon Extended Support FAQ
The Program In September of 2015, CodeCanyon (aka “Envato”, aka “ThemeForest”), launched a new program for support: http://marketblog.envato.com/releases/get-ready-for-the-new-item-support-policy-launching-september-1st/ and followed this up with an additional announcement here: http://marketblog.envato.com/releases/item-support-policy-and-functionality-launched/ and an official policy here: http://codecanyon.net/page/item_support_policy What this means for customers who are part of the NWDthemes family: Extended Support is not related to your Usage License […]
read moreMagento 2 : When exactly to use php bin/magento setup:upgrade
If you enabled one or more modules, then you will need to run magento setup:upgrade to update the database schema. php bin/magento module:enable Nwdthemes_Module php bin/magento setup:upgrade First line simply adds your module to the app/etc/config.php. Please note that your magento will crash until you run second command. Second line trigger setup scripts of all […]
read more