Contributions
Online Merchant v2.2 RC1 XHTMLValid Catalog
This contribution validates the catalog side of Online Merchant v2.2 RC1.
You will also need Online Merchant v2.2 RC1 for the installation. http://www.oscommerce.com/solutions/downloads
It is a very simple install designed for new osCommerce stores.
Enjoy and hope it helps some people.
A Web Host contribution.
http://forums.oscommerce.com/index.php?showuser=167039
| 6 Oct 2008 |
I encountered a problem with redirect linking.
What it do is for example in the contact_us.php page.
If use it when logged it simply log's you out.
To fix, goto:
catalog/includes/functions/general.php
Find:
function tep_redirect($url) {
ADD BELOW
$url = preg_replace('/&/','&',$url);
That's it
| 8 Jul 2007 |
Note: Contributions are used at own risk.
