Community Add-Ons

Add file to this package
Top » Other

Previous - Next - With detailed info
for osCommerce Online Merchant v2.2

Previous Next Contribution v0.1

Build by Nirvana and Yoja

This contribution makes an previous and next button in the product_info.php page indepent from where you came.

As requested in: http://forums.oscommerce.com/viewtopic.php?t=38214

Legend:  Download   Report
Expand All / Collapse All
This Contribution Do not Work Properly misillsam 4 Mar 2008  

This Contribution Do not Work Properly.
Tested with PHP5/Mysql5

This Contribution Do not Work Properly. When You Search Product and You Click One, the followig error occurs :

Warning: reset() [function.reset]: Passed variable is not an array or object in.........../includes/products_next_previous.php on line 39

Warning: Variable passed to each() is not an array or object in........../includes/products_next_previous.php on line 41


THE FIX POSTED BY DIDILIO DO NOT WORK.

replace the line 39 to 41 with:
if (is_array($id_array))
reset ($id_array);
$counter = 0;
while (list($key, $value) = is_array($id_array)) {

This Create a infinite LOOP, and do not work properly.

SOMEONE ALREADY SUCCEED TO FIX THIS CONTRIBUTION ?

File is Full Package of 3.3 with buttons

Error in includes/products_next_previous.php in line 39 and 41 didilio 8 Feb 2008  
ERROR In Advanced Search her_unlimited 7 Feb 2008  
Previous & Next Product Buttons v3.3 lildog 28 Feb 2007  
Link category name back to category page kadeyy 16 Oct 2006  
Order by Product Name Adham 31 Jul 2006  
sort order not recognised scanditan 28 Jul 2006  
Previous & Next Product Buttons v3.2 skylla 15 May 2006  
Previous - Next - With detailed info v3 dAbserver 19 Feb 2006  
V 2.0 Gob 29 Dec 2005  
Previous-Next with Buttons Updated wheeloftime 16 Aug 2005  
Previous Next Alternative Jimmy Vassel 9 Jun 2005  
Previous-Next with Buttons Ray Knapp 23 Apr 2004  
Previous - Next - With detailed info (multilanguage) DevNull 19 Apr 2004  
products_next_previous_alt.zip Carl Shelbourne 23 Sep 2003  
Previous - Next via Include Linda McGrath 21 Apr 2003  
prev next v0.2 Yoja 16 Apr 2003  
Previous - Next - With detailed info Yoja 14 Apr 2003