[+] BO : you can now choose if a voucher is displayed under the cart in the frontend

This commit is contained in:
Damien Metzger
2012-12-27 18:04:16 +01:00
parent 691932f2bd
commit 7a8adaec25
4 changed files with 18 additions and 0 deletions
+1
View File
@@ -225,6 +225,7 @@ CREATE TABLE `PREFIX_cart_rule` (
`reduction_product` int(10) NOT NULL default 0,
`gift_product` int(10) unsigned NOT NULL default 0,
`gift_product_attribute` int(10) unsigned NOT NULL default 0,
`highlight` tinyint(1) unsigned NOT NULL default 0,
`active` tinyint(1) unsigned NOT NULL default 0,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,