We can find last month starting ending date by using php functions strtotime and date. For last month last we…
Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create…
Negative text-indent isn't working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following…
Let following text field. By following statement you can set its default value. Use focus() event to change value when…
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…
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…
6R778MX9MEZS Click on Configuration that is under System menu. Scroll down; you will find Google API under Sales tab in…
If you transfer opencart site to any other domain then you need to change config URLs. For this; open config.php…
Click on Systems > Import/Export > Export Select Products from dropdown. Then all attributes will be loaded as following. At…
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…