//eCart Rule
function WAEC_eCart1_Shipping() {
$totalShipping = 0;
if (true && (($this->GetTaxableTotal() <= 15.00))) {
$totalShipping += 6.50;//Result
}
return WA_eCart_FormatNumber($totalShipping, $this->ForceDecimalsC, $this->DecimalPlacesC);
}
//eCart Rule
This rule does not work either. It results in truncating the Cart display after the quantity field of the first row of items.