[*] Core : Specific prices can now be applied to combinations

This commit is contained in:
rGaillard
2011-11-04 15:53:53 +00:00
parent 06c812630e
commit 09b0d0a137
10 changed files with 183 additions and 145 deletions
+1
View File
@@ -1505,6 +1505,7 @@ CREATE TABLE `PREFIX_specific_price` (
`id_currency` INT UNSIGNED NOT NULL,
`id_country` INT UNSIGNED NOT NULL,
`id_group` INT UNSIGNED NOT NULL,
`id_product_attribute` INT UNSIGNED NOT NULL,
`price` DECIMAL(20, 6) NOT NULL,
`from_quantity` SMALLINT UNSIGNED NOT NULL,
`reduction` DECIMAL(20, 6) NOT NULL,