shana0780 Posted August 2, 2012 Share Posted August 2, 2012 (edited) <p>J'ouvre ce post pour une connaissance qui a un problème lors de la création des bons de réduction. A chaque fois apparaît le message une erreur s'est produite pendant la création de l'objet Discount J'ai cherché où pouvait se trouver le problème. J'ai bien trouvé ceci In my case, the problem for the coupons was the "include_tax" on table "discount." In version 1.4.4. no it is not necessary. Mais dans son cas, il n'y a pas de ligne "include-tax" dans la BD Voici les lignes qui s'y trouvent 1 id_discount int(10) UNSIGNED Non Aucune AUTO_INCREMENT plus 2 id_discount_type int(10) UNSIGNED Non Aucune plus 3 behavior_not_exhausted tinyint(3) Oui 1 plus 4 id_customer int(10) UNSIGNED Non Aucune plus 5 id_group int(10) UNSIGNED Non 0 plus 6 id_currency int(10) UNSIGNED Non 0 plus 7 name varchar(32) utf8_general_ci Non Aucune plus 8 value decimal(17,2) Non 0.00 plus 9 quantity int(10) UNSIGNED Non 0 plus 10 quantity_per_user int(10) UNSIGNED Non 1 plus 11 cumulable tinyint(1) UNSIGNED Non 0 plus 12 cumulable_reduction tinyint(1) UNSIGNED Non 0 plus 13 date_from datetime Non Aucune plus 14 date_to datetime Non Aucune plus 15 minimal decimal(17,2) Oui NULL plus 16 active tinyint(1) UNSIGNED Non 0 plus 17 cart_display tinyint(1) UNSIGNED Non 0 plus 18 date_add datetime Non Aucune plus 19 date_upd PS elle est en prestashop 1.4.4.1 Edited August 14, 2012 by shana0780 (see edit history) Link to comment Share on other sites More sharing options...
shana0780 Posted August 12, 2012 Author Share Posted August 12, 2012 Personne pour m'aider ? Link to comment Share on other sites More sharing options...
Mando Posted August 14, 2012 Share Posted August 14, 2012 Il te manque le champ 'include_tax' dans ta table (situé en théorie après 'minimal', si tu veux bien le ranger). Link to comment Share on other sites More sharing options...
shana0780 Posted August 14, 2012 Author Share Posted August 14, 2012 Merci beaucoup, ça a en effet résolu le problème. Pour ceux qui ne savent pas ce qu'il faut mettre, voici les codes 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