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 moreTips & Tricks
Store Scopes in Magento
One of the most exciting features of Magento for many merchants is the ability to run multiple front end websites with a single administration area. For those of you who have managed multiple separate installations of a cart system to power many websites, perhaps selling the same products, then this on its own can make […]
read moreHow to Install Magento Connect Extensions
Magento Connect is a marketplace that allows Magento community members and partners to share their open source or commercial contributions for Magento with the community. It contain both free and commercial extensions. Free extensions are uploaded to Magento and available for direct download from Magento Connect. Install Magento Connect Extensions Navigate to the Extension Profile […]
read moreHow to Dynamically Replace Slide Images in Slider Revolution
In some cases you will need to dynamically replace slide images in Slider Revolution. For example if you want to change image depending on browser size. Or after some user actions. This is quite easy with use of Slider Revolution API and Custom Javascript. Lets for example add feature that changes second slides image to […]
read moreTabs with Product sliders on your magento home page
If you check popular ecommerce sites, you can often see such marketing element as tabs with product sliders. It can be Bestsellers, Recently Added, New Products or products from certain categories. Today we are going to implement this element using two magento extensions from NWDthemes – Responsive Magento Product Slider and Ultratabs. Ultratabs has CMS […]
read moreHow Extensions Can Increase Conversion Rate And Sales of Your Magento Store
Every eCommerce store owner wants to raise up sales. To do it you need to get traffic into your site by using SEO optimization, paid ads and marketing tricks. And even more important task for your business is to turn more visitors into customers — to increase conversion rate. To save your precious time we […]
read moreHow To Make Wunderadmin Magento Admin Theme Work With Localized Module
Wunderadmin Magento Admin Theme overrides two page templates: header.phtml and footer.phtml. If some other extension, like Localized one overrides them too it will cause issues with admin theme. To solve this problem need to override them again. To do it copy header.phtml and footer.phtml templates from /app/design/adminhtml/default/default/template/magento_localized/ to /app/design/adminhtml/default/wunderadmin/template/magento_localized/ and do the following changes to […]
read moreHow To Create Vertical Navigation Menu in Magento Admin
In this article we will describe how to create vertical navigation menu in Magento admin panel. This will be helpful if you want to improve usability of admin panel by taking advantage of modern wide monitors. Or if you want to give a fresh look to custom Magento admin theme. To turn top horizontal navigation […]
read moreCatalog Search Index Stuck On Processing Solution in Magento
If you see that Catalog Search Index stuck on processing status, getting timed out when you try to launch reindex manually — you have problem. Main effect of it is that your new added products don’t show up in search. Right, that’s bad and not increasing your sales. Good news that this could be fixed. […]
read moreRender layout block automatically in Magento
There are two types of blocks in magento – one can render automatically and other don’t. If you want to render layout block automatically in Magento you could do following. Use core/text type. These blocks will render itself automatically. However, this method is not suitable when your block use its own class. Any block of […]
read more