websourceblog

“El is null” alert message in magento 1.5.1

When I tried to insert widget on cms page then there was error message el is null. This is because…

14 years ago

Images are not appearing in magento cms editor

I worked on a magento project on which cms images were not appearing in editor and also on front end.…

14 years ago

MS Access driver is not in odbc drives list in 64 bit Windows 7

MS Access Driver in ODBC Drivers List Open your system's control panel; then find and click on Administrative Tools There…

14 years ago

How to remove index.php from CI URL?

Open application/config/config.php file. Find following statement in this file. $config['index_page'] = 'index.php'; And remove index.php from above statement, this will…

14 years ago

How to activate mod_rewrite in apache?

Activate mod_rewrite Open apache configuration file i.e. httpd.conf Find following statement. #LoadModule rewrite_module modules/mod_rewrite.so You will find hash sign(#) in…

14 years ago

Enable google analytics in magento

6R778MX9MEZS Click on Configuration that is under System menu. Scroll down; you will find Google API under Sales tab in…

14 years ago

How to change opencart website URL?

If you transfer opencart site to any other domain then you need to change config URLs. For this; open config.php…

14 years ago

How to export products from magento?

Click on Systems > Import/Export > Export Select Products from dropdown. Then all attributes will be loaded as following. At…

14 years ago

How to move My Cart block in left sidebar?

My cart block can easily be shown on left sidebar by editing checkout.xml file which is in app/design/frontend/your-theme/layout/checkout.xml Look for…

14 years ago

Different template designs for each vocabulary in drupal.

Taxonomy is very powerful module which gives help to organize content. Some other open sources or systems called them categories,…

14 years ago