howto

How to change textbox value on blur() and focus() events in jquery?

Let following text field. By following statement you can set its default value. Use focus() event to change value when…

12 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…

13 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…

13 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…

13 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…

13 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…

13 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…

13 years ago

Create discount coupons in magento.

Click on Shopping Cart Price Rules under Promotions Click on Add New Rule button that is right hand side. Enter…

13 years ago

How to get logged in customer’s shipping/billing address?

We can get shipping or billing address of logged in  customer via following statements. All address information is now in…

13 years ago

How to create custom regions in drupal?

Drupal is one of famous content management systems. Corporate, News and Shopping Cart sites can easily be built in drupal…

13 years ago