raitiamine Posted September 20, 2011 Share Posted September 20, 2011 Bonjour tout le monde, voilà je viens de terminer l'installation de mon site, il me reste un problème avec le module SoColissimo. Quand je selectionne l'onglet Clients --> Panier, j'ai un message d'erreur qui s'affiche au lieu du contenu du panier : Figure 1 : Figure 2 : La ligne en question dans le fichier : public function getOrderShippingCost($params,$shipping_cost) { global $cart; $deliveryInfo = $this->getDeliveryInfos($cart->id, $cart->id_customer); if (!empty($deliveryInfo)) if ($deliveryInfo['delivery_mode'] == 'RDV') $shipping_cost += (float)(Configuration::get('SOCOLISSIMO_OVERCOST')); return $shipping_cost; } et précisément cette ligne : $deliveryInfo = $this->getDeliveryInfos($cart->id, $cart->id_customer); Merci Link to comment Share on other sites More sharing options...
raitiamine Posted September 22, 2011 Author Share Posted September 22, 2011 petit up Link to comment Share on other sites More sharing options...
raitiamine Posted October 11, 2011 Author Share Posted October 11, 2011 Bonjour c'est réglé, il falait just cacher les messages d'erreurs : @ini_set('display_errors', 'off'); dans : config/config.inc.php 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