Community Add-Ons

Add file to this package
Top » Features

Multi-Product Update v1.00
for osCommerce Online Merchant v2.2

This mod will allow you to update price and stock for multiple products at once. It also features a 'Save to CSV' feature just for the heck of it. It requires 3 tiny additions to your files and includes 2 new files. A screenshot is included.

Legend:  Download   Report
Expand All / Collapse All
Multi-Product_Update_1_5e Luisete 9 Jan 2008  

Multi-Product_Update_1_5e by Luisete
Earlier archive uploaded by me had a wrong name, but the file inside are ok.

New features:
- Fix sorting issue (all versions?)
The sorting feature seems to fail when register_globals = Off
After lines:
$currencies = new currencies();

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');
$search = (isset($HTTP_GET_VARS['search']) ? $HTTP_GET_VARS['search'] : '');

Paste:
// Fix for sorting issue with register_globals = Off
$listing = (isset($HTTP_GET_VARS['listing']) ? $HTTP_GET_VARS['listing'] : '');


- Maintain sort of products across pages (if they have been previously sorted) while we are updating them or browsing, being able to re-sort products without lose page number that we are viewing.

Backup previous version before overwrite it.

I hope it works fine.
Regards

---------------------

Multi-Product_Update_1_5e by Luisete
El anterior archivo que subí tenía mal el nombre, pero su contenido estaba bien.

Características nuevas:
- Arreglado error a la hora de ordenar los productos (¿Todas las versiones?)
El ordenamiento parece fallar cuando register_globals = Off
Después de las líneas:
$currencies = new currencies();

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');
$search = (isset($HTTP_GET_VARS['search']) ? $HTTP_GET_VARS['search'] : '');

Pegar:
// Fix for sorting issue with register_globals = Off
$listing = (isset($HTTP_GET_VARS['listing']) ? $HTTP_GET_VARS['listing'] : '');


- Se mantiene el orden de los productos (si los hubiéramos ordenado previamente) mientras los vamos actualizando o navegando por ellos, siendo capaces de reordenar los productos manteniendo sin perder la página que estemos viendo.

Haz copia de seguridad de la versión anterior antes de sobreescribirla.

Espero que todo funcione bien.
Saludos
Luisete

www.flashpc.es

Multi-Product_Update_1_5d Luisete 8 Jan 2008  
Multi-Product_Update_1_5c1 Ballies 26 Aug 2007  
Multi-Product_Update_1_5c chaveiro 17 Jul 2007  
Multi-Product_Update_1_5b Luisete 16 Jul 2007  
Multi-Product_Update_1_5a Luisete 13 Jul 2007  
Same as 1.4, but update only products that changed shimonp 4 Dec 2006  
1.4 with minor fixes shimonp 4 Dec 2006  
1.3 with Dimension Support for UPS XML boostin4hp 24 Jul 2006  
1.2 mtiller 2 Jun 2006  
1.1b jimbennett 9 Mar 2006  
1.1a jcall 30 Dec 2005  
If your not using Manufacteres Henrik 23 Feb 2005  
1.1 update - - added sorting Jared Call 13 Feb 2005  
added weight update Qihun 1 Oct 2004  
Multi-Product Update v1.00 Acheron 4 Sep 2004