How to configure multi store in OpenCart?

14 years ago

Many of you might use opencart for online store development. Opencart can also be used for multi store with single…

“El is null” alert message in magento 1.5.1

14 years ago

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

Images are not appearing in magento cms editor

14 years ago

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

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

14 years ago

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

How to remove index.php from CI URL?

14 years ago

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…

How to activate mod_rewrite in apache?

14 years ago

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…

Enable google analytics in magento

14 years ago

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

How to change opencart website URL?

14 years ago

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

How to export products from magento?

14 years ago

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

How to move My Cart block in left sidebar?

14 years ago

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…