Community Add-Ons

Maintainers: Glcustoms
Add file to this package
Top » Features

Customer Testimonials 3
for osCommerce Online Merchant v2.2

This is a heavily updated mod of http://addons.oscommerce.com/info/839
All credit to the original Authors.
This mod lets customers write testimonials of your site. You approve or not in the admin.

Legend:  Download   Report
Expand All / Collapse All
Customer Testimonials 3 With French leirisset 18 Mar 2008  

Package complet avec installation en français

Ajout dans catalog/includes/application_top.php

if ( ($session_started == true) && (PHP_VERSION >= 4.3) && function_exists('ini_get') && (ini_get('register_globals') == false) ) {
extract($_SESSION, EXTR_OVERWRITE+EXTR_REFS);
}

Avant ces lignes :

// set SID once, even if empty
$SID = (defined('SID') ? SID : '');

**********************************

Complete package with french install

Add in catalog/includes/application_top.php

if ( ($session_started == true) && (PHP_VERSION >= 4.3) && function_exists('ini_get') && (ini_get('register_globals') == false) ) {
extract($_SESSION, EXTR_OVERWRITE+EXTR_REFS);
}

Before this lines :

// set SID once, even if empty
$SID = (defined('SID') ? SID : '');

Customer Testimonials bug fix v3.2 Full 241 8 Feb 2008  
Version 3.1 luckyno 12 Jan 2008  
2 bugs fixed... faaliyet 4 Nov 2007  
Customer Testimonials 3 Glcustoms 17 Oct 2007