From 86b65ef6dfcdcb7e0045e86beff9eeb17ab1e355 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 8 Dec 2011 16:01:10 +0000 Subject: [PATCH] [+] BO: Add Specific prices bulk generator git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11056 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/products/prices.tpl | 2 +- classes/FeatureValue.php | 4 +- classes/SpecificPrice.php | 2 + classes/SpecificPriceRule.php | 240 ++++++++++++++++ controllers/admin/AdminProductsController.php | 7 +- .../AdminSpecificPriceRuleController.php | 262 ++++++++++++++++++ install-dev/sql/db.sql | 36 ++- install-dev/sql/db_settings_lite.sql | 18 +- install-dev/sql/upgrade/1.5.0.2.sql | 33 +++ themes/prestashop/order-steps.tpl | 8 +- 10 files changed, 597 insertions(+), 15 deletions(-) create mode 100755 classes/SpecificPriceRule.php create mode 100755 controllers/admin/AdminSpecificPriceRuleController.php diff --git a/admin-dev/themes/template/products/prices.tpl b/admin-dev/themes/template/products/prices.tpl index 29981d37e..958d44992 100644 --- a/admin-dev/themes/template/products/prices.tpl +++ b/admin-dev/themes/template/products/prices.tpl @@ -222,6 +222,7 @@ var product_prices = new Array(); + @@ -237,7 +238,6 @@ var product_prices = new Array(); {$specificPriceModificationForm} -
{l s='Rule'} {l s='Combination'} {l s='Shop'} {l s='Currency'}