> I don't think you've commited those changes to CVS

Yeah, it's committed...but there are still a few wrinkles, as you've pointed
out.  I think I understand what's wrong.  I'll look at it today.

> A suggestion:
>
> screen/item line 144:
>
> if($sku["SalePrice"] != $sku["ListPrice"])
>
> Doesn't allow for no entry in ListPrice. How about something like...
>
> if(!($sku["SalePrice"] == $sku["ListPrice"]
> || $sku["ListPrice"] == "0.00"))
>
> ...to cover that scenario?

Actually, this is a bug.  In FT2, SalePrice is the the price used always.
ListPrice is just decoration.  I'll fix it.

Leon


_______________________________________________
FreeTrade-dev mailing list
[EMAIL PROTECTED]
http://share.whichever.com/mailman/listinfo/freetrade-dev

Reply via email to