Store Scopes in Magento

Magento Tips & Tricks

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 more

How to Install Magento Connect Extensions

Magento Tips & Tricks

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 more

How To Make Wunderadmin Magento Admin Theme Work With Localized Module

NWDthemes magento extensions FAQ

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 more