From bd27a0ea151f8cbede72d833fa432f5de20e6a3f Mon Sep 17 00:00:00 2001 From: jBreux Date: Mon, 19 Dec 2011 15:31:18 +0000 Subject: [PATCH] [+] Project : Add specific prices to a specific customer --- admin-dev/themes/template/products/prices.tpl | 104 ++++++++++++++++++ classes/Product.php | 22 +++- classes/SpecificPrice.php | 25 +++-- controllers/admin/AdminProductsController.php | 45 ++++++-- img/admin/field-loader.gif | Bin 0 -> 723 bytes install-dev/sql/db.sql | 3 +- install-dev/sql/upgrade/1.5.0.2.sql | 5 + 7 files changed, 182 insertions(+), 22 deletions(-) create mode 100644 img/admin/field-loader.gif diff --git a/admin-dev/themes/template/products/prices.tpl b/admin-dev/themes/template/products/prices.tpl index ea595c6cd..61511c3f9 100644 --- a/admin-dev/themes/template/products/prices.tpl +++ b/admin-dev/themes/template/products/prices.tpl @@ -24,6 +24,102 @@ * International Registered Trademark & Property of PrestaShop SA *} +{* BEGIN CUSTOMER AUTO-COMPLETE / TO REFACTO *} +{literal} + + +{/literal} +{* END CUSTOMER AUTO-COMPLETE / TO REFACTO *} +