You can check web\controls\blocks\blockcontainer.ascx.cx. Added your properties to the following list.
List<ConditionProperty> properties = new List<ConditionProperty>() {
new ConditionProperty() { Name = "DiscountGroup", Type = ConditionValueType.List, Data = values },
new ConditionProperty() { Name = "HTTPS", Type = ConditionValueType.List, Data = values },
};
and then update CheckCondition as well.
DotShoppingCart Staff
|