[-] FO: Fix: many fixes - domain for cookies with different url for ssl / add to cart button for minimal quantities with product attributes

This commit is contained in:
Rémi Gaillard
2012-11-20 19:05:21 +01:00
parent 6f35cc3df4
commit cba080ccd8
11 changed files with 87 additions and 23 deletions
+7
View File
@@ -183,6 +183,13 @@ class CategoryControllerCore extends FrontController
else
// Pagination must be call after "getProducts"
$this->pagination($this->nbProducts);
foreach ($this->cat_products as &$product)
{
if ($product['id_product_attribute'])
$product['minimal_quantity'] = $product['product_attribute_minimal_quantity'];
}
$this->context->smarty->assign('nb_products', $this->nbProducts);
}
}