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
More...





LinkBack URL
About LinkBacks









Bookmarks