Community Add-Ons
| Maintainers: | Glcustoms |
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.
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 : '');
