//PasswordController+PdfInvoiceController+PdfOrderReturnController+PdfOrederSlipController+PricesDropController : Refacto done

This commit is contained in:
mDeflotte
2011-09-28 13:56:53 +00:00
parent 80b9d8deca
commit 2f6dc0cc37
5 changed files with 62 additions and 33 deletions
+5 -1
View File
@@ -35,10 +35,14 @@ class PricesDropControllerCore extends FrontController
$this->addCSS(_THEME_CSS_DIR_.'product_list.css');
}
/**
* Assign template vars related to page content
* @see FrontController::process()
*/
public function process()
{
$this->productSort();
$nbProducts = Product::getPricesDrop($this->context->language->id, NULL, NULL, true);
$nbProducts = Product::getPricesDrop($this->context->language->id, null, null, true);
$this->pagination($nbProducts);
$this->context->smarty->assign(array(