[-] BO: Fix #PSCFV-6120 display of shipping price on BO order summary detail with freeshipping

This commit is contained in:
Rémi Gaillard
2013-01-04 14:51:01 +01:00
parent 20fa64b05b
commit 3fbd7dc55c
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -31,6 +31,8 @@ class CartRuleCore extends ObjectModel
const FILTER_ACTION_SHIPPING = 2;
const FILTER_ACTION_REDUCTION = 3;
const FILTER_ACTION_GIFT = 4;
const BO_ORDER_CODE_PREFIX = 'BO_ORDER_';
/* This variable controls that a free gift is offered only once, even when multi-shippping is activated and the same product is delivered in both addresses */
protected static $only_one_gift = array();