Sign in to follow this  
Followers 0

Validation de commande

4 posts in this topic

Posted · Report post

Voilà ce que j'ai lorsque je valide une commande

Help me please

Une erreur de connexion à la base s est produite 751.

Unknown column 'ecotaxe_ttc' in 'field list'

Share this post


: post
Share on other sites

Posted · Report post

le champ 'ecotaxe_ttc' n'existe pas

Share this post


: post
Share on other sites

Posted · Report post

Quelle version de peel ?

Regarde dans ta table peel_commandes si tu as :

ecotaxe_ttc float(13,2) Non 0.00 Modifier Supprimer Primaire Index Unique Texte entier

ecotaxe_ht float(13,2) Non 0.00 Modifier Supprimer Primaire Index Unique Texte entier

Si OUI, c'est que tu appels cette colonne alors que dans ta requete SQL, tu ne la ramennes pas.

Si NON, ajoute les et dis nous si ca marche ;)

Willy

Share this post


: post
Share on other sites

Posted · Report post

Quelle version de peel ?

Regarde dans ta table peel_commandes si tu as :

ecotaxe_ttc float(13,2) Non 0.00 Modifier Supprimer Primaire Index Unique Texte entier

ecotaxe_ht float(13,2) Non 0.00 Modifier Supprimer Primaire Index Unique Texte entier

Si OUI, c'est que tu appels cette colonne alors que dans ta requete SQL, tu ne la ramennes pas.

Si NON, ajoute les et dis nous si ca marche ;)

Willy

J'ai modifié le calcul de l'ecotaxe sur les dernières versions

Dans phpMyAdmin executez

ALTER TABLE `peel_commandes` CHANGE `ecotaxe_ttc` `total_ecotaxe_ttc` FLOAT( 13, 2 ) DEFAULT '0.00' NOT NULL ;

ALTER TABLE `peel_commandes` CHANGE `ecotaxe_ht` `total_ecotaxe_ht` FLOAT( 13, 2 ) DEFAULT '0.00' NOT NULL ;

ALTER TABLE `peel_commandes_articles` ADD `ecotaxe_ttc` FLOAT( 5, 2 ) NOT NULL ,ADD `ecotaxe_ht` FLOAT( 5, 2 ) NOT NULL ;

ALTER TABLE `peel_commandes_articles` CHANGE `option_prix` `option_prix` FLOAT( 10, 2 ) NOT NULL DEFAULT '0';

Share this post


: post
Share on other sites

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
Sign in to follow this  
Followers 0

Twitter Advisto ecommerce

Facebook PEEL Shopping