Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Customer Testimonials 3

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
English_______________

Added code against sql injection, recommended by "faaliyet"


Español______________

Código añadido contra sql injection, recomendado por "faaliyet"

FULL PACKAGE
english_______________

Corrected box catalog/includes/boxes/customer_testimonials.php
Added Spanish language

espanol______________

Corregido box catalog/includes/boxes/customer_testimonials.php
Añadido lenguaje español

FULL PACKAGE
Fixed few bugs in swf file.

Well, this is nice testimonial display using flash for Home page or info box.

See that in action here:

http://www.cartzlink.com/

Installation / Upgrade is quite simple copy the catalog files in your catalog folder.

add following lines where you wish to display flash testimonial


<!-- Please don't remove this line --- added by http://www.cartzlink.com/ -->
<div class="testimonial">
<a href="customer_testimonials.php"><div class="testimonial_heading">&nbsp;&nbsp;Testimonials</div></a>
<div class="testimonial_body">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','215','height','170','src','customer_testimonials_flash','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','customer_testimonials_flash.swf', 'FlashVars', 'currentPage=customer_testimonials_flash.php' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="215" height="170">
<param name="movie" value="customer_testimonials_flash.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="FlashVars" value="currentPage=customer_testimonials_flash.php" />

<embed src="testPane.swf" width="215" height="170" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
<div class="login_enternal"></div>
</div>
</div>
<!-- End : added by http://www.cartzlink.com/ -->
Well, this is nice testimonial display using flash for Home page or info box.

See that in action here:

http://www.cartzlink.com/


Installation is quite simple copy the catalog files in your catalog folder.

add following lines where you wish to display flash testimonial


<!-- Please don't remove this line --- added by http://www.cartzlink.com/ -->
<div class="testimonial">
<a href="customer_testimonials.php"><div class="testimonial_heading">&nbsp;&nbsp;Testimonials</div></a>
<div class="testimonial_body">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','215','height','170','src','customer_testimonials_flash','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','customer_testimonials_flash.swf', 'FlashVars', 'currentPage=customer_testimonials_flash.php' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="215" height="170">
<param name="movie" value="customer_testimonials_flash.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="FlashVars" value="currentPage=customer_testimonials_flash.php" />

<embed src="testPane.swf" width="215" height="170" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
<div class="login_enternal"></div>
</div>
</div>
<!-- End : added by http://www.cartzlink.com/ -->
Sorry, forgot to add this one:

The infobox doesn't seem to display the title of the testimonial.

In catalog/includes/boxes/testimonials.php -

Find:
'text' => '<a href="' . tep_href_link(FILENAME_CUSTOMER_TESTIMONIALS, tep_get_all_get_params(array('language', 'currency')) .'&testimonial_id=' . $random_testimonial['testimonials_id']) . '"><b><center>' . $testimonial_titulo . '</center></b><br>' . strip_tags($testimonial) . '... ' . TEXT_READ_MORE . '</a>'

Replace with:

'text' => '<a href="' . tep_href_link(FILENAME_CUSTOMER_TESTIMONIALS, tep_get_all_get_params(array('language', 'currency')) .'&testimonial_id=' . $random_testimonial['testimonials_id']) . '"><b><center>' . $random_testimonial['testimonials_title'] . '</center></b><br>' . strip_tags($testimonial) . '... ' . TEXT_READ_MORE . '</a>'

DUMMY FILE.

Rob
Hi All,
No file upload, as mine have now been extensively modified.
I get table issues with customer_testimonial_write.php, and fixed by replacing:

<!-- body_text //-->
<td width="100%" valign="top">
<form name="customer_testimonial" method="post" action="<?php echo tep_href_link(FILENAME_CUSTOMER_TESTIMONIALS_WRITE, 'action=insert', 'NONSSL'); ?>">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="pageHeading" colspan="2"><?php echo HEADING_TITLE2; ?></td>

with

<!-- body_text //-->
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<form name="customer_testimonial" method="post" action="<?php echo tep_href_link(FILENAME_CUSTOMER_TESTIMONIALS_WRITE, 'action=insert', 'NONSSL'); ?>">
<td class="pageHeading" colspan="2"><?php echo HEADING_TITLE2; ?></td>

The location of the form tag doesn't really matter, but i moved it to make it easier to compare.

Rob
FULL PACKAGE with UPDATE INSTRUCTIONS

* Fixed button define in catalog/customer_testimonials.php as detailed in the forum...

Scott
Full package

Update from 3.6 (see below only)
---------------------------------

NOTE: for the file catalog/includes/modules/customer_testimonials.php there are TWO versions

Version 1 = Includes the email address of the customer submitting the testimony with a link that reads "Click to email the author"
Version 2 = Excludes the email address link of the customer submitting the testimony

BEFORE uploading this file choose one of these versions and rename the file to "customer_testimonials.php"

Scott
Upgrade path included in installation.txt - Full package

Since v3.5(1)
-------------
* Added further multi-lingual support in all areas
* Added email validation to the catalog and the admin
* Added date added field in the catalog
* Added language defines in catalog/includes/languages/english.php
* Added admin link in testimony submission email
* Removed unnecessary case in catalog
* Removed erroneous language defines
* HTML fixes in both the catalog and the admin
* Adjusted the admin language defines for consistency
* Rewrote code in catalog/customer_testimonials_write.php to make this addon compatible with my osC reCaptcha addon
* Rewrote code in catalog/includes/modules/customer_testimonials.php significantly
* Added screenshots to save bandwidth
* Added a new button in the catalog

Scott
Minor changes has been made:

* added default style buttons
* Changed testimonials listing table style in admin
* Fixed minor html errors on customers_testimonials_write.php file

demo: mnkedition.oscommerce-packages.com

This is full version based on Customer Testimonials 3.5
   Posted on: 10/18/2008     See contribution details Request Installation with Paid service