Main Contents

Replace “Let’s See What we Have Here” with category names

April 23, 2008

Standard osCommerce has an odd ‘Let’s See What we Have Here Then’ message at the top of each of the category pages. See the osCommerce demo site to see what I mean. You can replace these messages easily with the following snippets of code:
Find and replace the 3 occurences of the following line on index.php:

<td […]

Filed under: osCommerce modifications | Comments (0)

eUK Host - HTML Tags in product description field redirect to homepage

April 23, 2008

If your osCommerce site is hosted on eUK Host then you may encounter the following problem: if you try and enter HMTL tags such as <br> or <p> in the product description field, you are redirected to the sites homepage.
This is because of the mod_security module on the eUK servers.
To fix, open up the .htaccess […]

Filed under: osCommerce fixes | Comments (0)