biocare Posted September 13, 2010 Share Posted September 13, 2010 Voici comment résoudre l'erreur code 20 du module Mondial Relay: "Poids du colis invalide" qui apparaît lorsque le poids total du panier est inférieur à 100 grammes :Dans le répertoire du module Mondial Relay, éditez le fichier "RecherchePointRelais_ajax.php"Après la ligne :$card_weight=$_POST['Poids'];Rajouter:if($card_weight<100) {$card_weight=100;};Ca marche pour moi. Link to comment Share on other sites More sharing options...
celine37 Posted November 3, 2010 Share Posted November 3, 2010 Merci d'avoir partagé cette solution qui fonctionne. Sans cette modif, les colis d'un poids <100g ne sont pas pris en charge... 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