public override IEnumerable <CartLineComponent> MatchingLines(IRuleExecutionContext context)
 {
     return(TargetCategorySitecoreId.YieldCartLinesWithCategory(context));
 }
Example #2
0
 public bool Evaluate(IRuleExecutionContext context)
 {
     return(TargetCategorySitecoreId.YieldCartLinesWithCategory(context).Any());
 }