Jump to content

[RESOLU] une erreur s'est produite pendant la création de l'objet Discount


shana0780

Recommended Posts

<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 more.png

 

2 id_discount_type int(10) UNSIGNED Non Aucune plus more.png

 

3 behavior_not_exhausted tinyint(3) Oui 1 plus more.png

 

4 id_customer int(10) UNSIGNED Non Aucune plus more.png

 

5 id_group int(10) UNSIGNED Non 0 plus more.png

 

6 id_currency int(10) UNSIGNED Non 0 plus more.png

 

7 name varchar(32) utf8_general_ci Non Aucune plus more.png

 

8 value decimal(17,2) Non 0.00 plus more.png

 

9 quantity int(10) UNSIGNED Non 0 plus more.png

 

10 quantity_per_user int(10) UNSIGNED Non 1 plus more.png

 

11 cumulable tinyint(1) UNSIGNED Non 0 plus more.png

 

12 cumulable_reduction tinyint(1) UNSIGNED Non 0 plus more.png

 

13 date_from datetime Non Aucune plus more.png

 

14 date_to datetime Non Aucune plus more.png

 

15 minimal decimal(17,2) Oui NULL plus more.png

 

16 active tinyint(1) UNSIGNED Non 0 plus more.png

 

17 cart_display tinyint(1) UNSIGNED Non 0 plus more.png

18 date_add datetime Non Aucune plus more.png

 

 

19 date_upd

 

 

PS elle est en prestashop 1.4.4.1

Edited by shana0780 (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...