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