Aide - Recherche - Membres - Calendrier
Version complète : easy populate + short description
Forum osCommerce-fr > Adapter OsCommerce MS2 > Contributions
Billouteman60
bonjour, a tous et a toutes

je galère depuis quelques jours sur une install.
j'ai installer le dernier easy populate 2.77a
j'ai installer le dernier short description v2.2.1

actuellement je recherche un moyen pour mettre short description dans easy populate

il existe bien un fichier easy populate mais il est de 2006 et quand je le remplace a mon fichier, évidement j'ai des erreurs.

quelqu'un l'aurai fait?
qu'elles sont les manipulation à faire ?

merci d'avance

ps: oscommerce v2.2 rc2a w3c
Gnidhal
Bonsoir,
perso j'utilise la version 2.76i-MS2 qui va très bien.
J'ai ajouté dedans la config des nouveaux champs de description
Code
$custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array(
                                       'products_name_add' => 'Nom sous-titre',
                                       'products_description_short' => 'Description Courte'
                                                   );

comme indiqué dans l'explication en haut de script :
Citation
// Then below you will change the line that looks like this (without the comment double-slash at the beginning):
// $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array(); // this line is used if you have no custom fields to import/export
//
// TO:
// $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array( 'products_short_description' => 'short' );
//
// If you have multiple fields this is what it would look like:
// $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array( 'products_short_description' => 'short', 'products_viewed' => 'Viewed' );
//
// the array format is: array( 'table_field_name' => 'Familiar Name' )
// the array key ('table_field_name') is always the exact name of the
// field in the table. The array value ('Familiar Name') is any text
// name that will be used in the custom EP export download checkbox.

et ça roule smile.gif
Billouteman60
Citation (Gnidhal @ 15 Dec 2011, 23:15) *
Bonsoir,
perso j'utilise la version 2.76i-MS2 qui va très bien.
J'ai ajouté dedans la config des nouveaux champs de description
Code
$custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array(
                                       'products_name_add' => 'Nom sous-titre',
                                       'products_description_short' => 'Description Courte'
                                                   );

comme indiqué dans l'explication en haut de script :
Citation
// Then below you will change the line that looks like this (without the comment double-slash at the beginning):
// $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array(); // this line is used if you have no custom fields to import/export
//
// TO:
// $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array( 'products_short_description' => 'short' );
//
// If you have multiple fields this is what it would look like:
// $custom_fields[TABLE_PRODUCTS_DESCRIPTION] = array( 'products_short_description' => 'short', 'products_viewed' => 'Viewed' );
//
// the array format is: array( 'table_field_name' => 'Familiar Name' )
// the array key ('table_field_name') is always the exact name of the
// field in the table. The array value ('Familiar Name') is any text
// name that will be used in the custom EP export download checkbox.

et ça roule smile.gif


je te remercie mais quel date as-tu pris ? car il y en a plusieurs
Ceci est une version "bas débit" de notre forum. Pour voir la version complète avec plus d'informations, la mise en page et les images, veuillez cliquer ici.
Invision Power Board © 2001-2013 Invision Power Services, Inc.