Community Add-Ons
| Maintainers: | Web Host |
Online Merchant v2.2 RC1 XHTMLValid Catalog
for osCommerce Online Merchant v2.2
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
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
