blopfish Posted May 24, 2013 Share Posted May 24, 2013 (edited) Bonjour, Désolé d'ouvrir un nouveau sujet juste pour ça mais, que contient exactement la colonne id_attribute de la table ps_product_attribute_combination ? Merci d'avance. Edited May 30, 2013 by blopfish (see edit history) Link to comment Share on other sites More sharing options...
Whoami Posted May 24, 2013 Share Posted May 24, 2013 Bonjour, Quelle version de Prestashop (même si ça ne change pas beaucoup, ça permet de se faire une idée) ? Sinon je dirais au hasard, l'identifiant de l'attribut ? Plus exactement, c'est une clé étrangère sur "id_attribute" de ps_attribute. Et si tu te poses la question, la colonne "id_product_attribute" est l'identifiant de la combinaison (de ps_product_attribute). Link to comment Share on other sites More sharing options...
coeos.pro Posted May 24, 2013 Share Posted May 24, 2013 C'est ça, si on prend un exemple : Pour l'id_product_attribute = 12 (dans les url c'est noté ipa) on a comme id_attribute 3, 9 et 10, et si on regarde dans ps_attribute_lang on a (et pour id_lang=2 sur 1.4) : en Français on parle de déclinaison, en Anglais c'est combination 1 Link to comment Share on other sites More sharing options...
blopfish Posted May 27, 2013 Author Share Posted May 27, 2013 Merci beaucoup ! ps : Whoami, c'était pour prestashop 1.5.x Link to comment Share on other sites More sharing options...
blopfish Posted May 30, 2013 Author Share Posted May 30, 2013 (edited) Bonjour, désolé de réouvrir ce topic mais une autre question me trotte la tête... id_product : contient l'id du produit crée. id_product_attribute : est un id utilisé par ps_attribute_combination et ps_product_attribute_shop. Mais d'où sort la valeur se trouvant dans id_product_attribute ? Est-elle générée aléatoirement ? Edited May 30, 2013 by blopfish (see edit history) Link to comment Share on other sites More sharing options...
coeos.pro Posted May 30, 2013 Share Posted May 30, 2013 Mais d'où sort la valeur se trouvant dans id_product_attribute ? Est-elle générée aléatoirement ? Non elle est auto incrémentée dans la table ps_product_attribute : Link to comment Share on other sites More sharing options...
coeos.pro Posted May 30, 2013 Share Posted May 30, 2013 Ceci devrait t'aider à faire les liens entre les tables : http://doc.prestashop.com/display/PS15/Fondamentaux#Fondamentaux-SchémaSQL 1 Link to comment Share on other sites More sharing options...
blopfish Posted May 30, 2013 Author Share Posted May 30, 2013 Mon premier id_product_attribute à commencer à 30, parceque j'avais déjà des déclinaisons que j'ai supprimés avant ? Link to comment Share on other sites More sharing options...
coeos.pro Posted May 30, 2013 Share Posted May 30, 2013 certainement, voici la table compète sur une monoshop 1.5.1.0 http://i.imm.io/17Gby.jpeg 1 Link to comment Share on other sites More sharing options...
blopfish Posted May 30, 2013 Author Share Posted May 30, 2013 Génial, Merci beaucoup ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now