If you got similar message you might be curios how to enable error reporting in magento 2 instead of checking log file in /var/report folder. There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: XXXXXXXXXXXX By default Magento 2 run in “default” mode […]
read moreSlider Revolution: How to insert HTML slider in Magento 2
Tutorial requirements: slider Revolution 5.x installed on magento 1.x. magento 2 installation This tutorial assumes that you have slider revolution for magento 1.x. You will need to export slider from that version in order to use it in magento 2. Do not upload magento 1.x extension to magento 2!. Login to magento 1.x admin and […]
read moreMagento Slider Revolution Add-Ons
Magento Slider Revolution Add-Ons was introduced in version 5.2.4 of Slider Revolution Magento Extension. This brings in unlimited abilities of adding new features and effects for your sliders and editor. Let’s see two of them available for Magento version already. Magento Slider Revolution Add-Ons – Whiteboard Whiteboard Magento Slider Revolution Add-On gives you […]
read moreMagento 2 Setup Compile Errors
Magento 2 Command-Line Interface (CLI) Commands List
Magento 2 comes with built-in powerful command-line interface tool. It allows you to perform wide variaty of tasks including installation, configuration, database backups, compiling LESS etc. If you missing a feature, you can extend it with your own commands set. You will find using magento 2 command-line interface (CLI) commands pretty handy. Tool location: /[magento_root]/bin/magento. […]
read moreNWDthemes magento extensions updates
We glad to inform about new magento extensions updates. NwdAjax – Ajax Cart magento extension version 1.2.0 fixed: bug with add to cart on product page and quick view popup fixed: 1.9.2.4 “cannot remove item” bug NOTE: If you are using custom theme and have “cannot remove item” bug – please check SUPEE 7405: Cannot […]
read moreIncrease PHP memory limit
Sometimes you might get “Fatal error: Allowed memory size of …” PHP error. Usually this means that you run out of memory. It is recommended to double check your code and profile your app with xDebug. It should tell you which function is called how often and how much memory it eats. However, the code […]
read moreRevolution Slider Magento Extension Update to Version 5.1.6.3 Released
Recently we released update to version 5.1.6.3 for Revolution Slider Magento Extension. This update adds some new features and solves minor bugs related to YouTube video and migration features. New Features Added Wunderadmin Magento Admin Skin compatibility Added new global setting to disable editing leave confirmation prompt Changes Changed error message for template download permissions […]
read moreSUPEE 7405: Cannot remove the item from Cart
After installing SUPEE 7405 patch on client site i notice cart issue. When you add a product to the cart and trying to remove it, you got “Cannot remove the item.” error.
The issue is connected to changes in app/code/core/Mage/Checkout/controllers/CartController.php
read moreHow to change default product quantity from 0 to 1 in Magento
It is common magento issue. You open product page and have quantity set to “0”. This is not good. Customer think that if the quantity is 0 it normally means nothing will be added to the cart. Setting default product quantity to 1 make your site more user friendly. It is pretty easy to fix. […]
read more