From 4e810c850c038dda6a0b17f0d7ca6d79fbfd0a07 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11364 b9a71923-0436-4b27-9f14-aed3839534dd --- 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 *} +