Posts

Showing posts from July, 2014

Redirection problem with joomla 3 / Incorrect redirection

Image
You have your joomla files in a folder rather than at the root. At the hosting control panel you do a redirection to the folder. Now your browser shows error message -  Incorrect redirection / Too many redirection etc. How to solve it? You have an htaccess.txt file in your joomla folder, which you are not using by default. So take out this file. find out the following line - # RewriteBase / NOW CHANGE IT TO # RewriteBase /folder name/ Put the file back into its place Change the file name from htaccess.txt  to   .htaccess Cool! If found useful, buy me coffee for the time you saved.

how to remove gift voucher link from opencart

Image
Edit the following file: catalog/view/theme/your_template/template/common/footer.tpl hide or remove the following line: <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li> Cool!!! If found useful, buy me coffee for the time you saved.