What should you do if there is no style and layout available in the website?

You need to flush Magento cache . Go to System > Cache Management screen and use Flush cache button.

Read More

What are prepared before theme installation?

1. DISABLE MAGENTO CACHE When developing Magento store, you should completely disable all Magento caches to see the changes immediately. After finishing configuration the store, you can enable it. Go to System > Cache Management. Click Select All link, select Disable in Actions box and click submit button. After cache is disabled, cache management screen […]

Read More

How to deal with third-party extensions?

This theme cannot be compatible with some third-party extensions. It’s impossible for theme author to make the theme compatible with all existing extensions because there are thousands of Magento extensions available in the market. Generally, all extensions can work with all themes but sometimes they have to be integrated manually. That’s because the extension and the theme […]

Read More

How to merge JAVASCRIPT & CSS?

Magento Bug: There is an acknowledged bug of Magento that prevents you to merge Javascript for working properly. To solve this issue, edit file js/varien/configurable.js, add a semi-colon (;) letter at the end of file. See the image as belows:

Read More