Jump to content

[Résolu] Problème SoColissimo


raitiamine

Recommended Posts

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 :

 

so1.png

 

Figure 2 :

 

so2.png

 

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

  • 3 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...