Contributions
Reference Attributes
Ce module vous permet d'ajouter une colonne "référence" dans la gestion des attributs.
Installation en français et en anglais.
Screenshot inclus.
Remerciements à son auteur : Scan
***************************************
This contribution allows you to add a column "reference" in the attribute management.
Installation in French and in English.
Screenshot include.
Thanks at Scan
Expand All / Collapse All
Suite à des confusions de les fichiers d'installation des précédents packs.
Voici la version d'origine qui permet d'avoir les références des attributs dans :
La base de données (products_attributes)
Le panier
La commande
La facture
L'historique de commandes
L'email de commande
Vous pouvez modifier le séparateur de référence par votre panneau d'administration.
Ex : Modèle du produit, séparateur, référence
Soit : MG200MMS-16MB
La contribution est complète
Last version with french installation
In file catalog/admin/products_attributes.php line 64
replace
tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "','', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')");
With
tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')");
In file catalog/admin/products_attributes.php line 64
replace
tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "','', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')");
With
tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')");
In file catalog/admin/products_attributes.php line 64
replace
tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "','', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')");
With
tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "', '" . tep_db_input($price_prefix) . "','" . tep_db_input($reference) . "')");
Ce module vous permet d'ajouter une colonne "référence" dans la gestion des attributs.
Installation en français et en anglais.
Screenshot inclus.
Remerciements à son auteur : Scan
***************************************
This contribution allows you to add a column "reference" in the attribute management.
Installation in French and in English.
Screenshot include.
Thanks at Scan
Note: Contributions are used at own risk.