Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development

This commit is contained in:
vAugagneur
2013-01-03 15:18:06 +01:00
5 changed files with 77 additions and 51 deletions
+1 -1
View File
@@ -570,7 +570,7 @@ class AdminCartsControllerCore extends AdminController
if (isset($summary['gift_products']) && count($summary['gift_products']))
foreach ($summary['gift_products'] as &$product)
{
$product['image_link'] = $this->context->link->getImageLink($product['link_rewrite'], $product['id_image'], 'small');
$product['image_link'] = $this->context->link->getImageLink($product['link_rewrite'], $product['id_image'], 'small_default');
if (!isset($product['attributes_small']))
$product['attributes_small'] = '';
}