Nope - it is not the < or > symbols affecting my Discount because this rule does not work either. It is just ignored.
//eCart Rule
function WAEC_eCart1_Cards() {
$totalDiscount = 0;
if (true && (($this->InCart("19") == true))) {
$totalDiscount += 10;//Result
}
return WA_eCart_FormatNumber($totalDiscount, $this->ForceDecimalsC, $this->DecimalPlacesC);
}
//eCart Rule
So, do we have another example of code not being placed by the eCart behaviour?
I'm simply filling out forms here and these are not complicated rules so there is not much that I can do wrong.