// Context part 29
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7935 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -9,9 +9,7 @@ if (!Tools::getValue('ajax'))
|
||||
|
||||
$socolissimo = new Socolissimo();
|
||||
|
||||
global $cookie;
|
||||
|
||||
$result = $socolissimo->getDeliveryInfos($cookie->id_cart,$cookie->id_customer);
|
||||
$result = $socolissimo->getDeliveryInfos(Context::getContext()->cart->id, Context::getContext()->customer->id);
|
||||
if (!$result)
|
||||
die('{"result" : false}');
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user