There is a bug in screens/order_express, I have verified it up through the CVS
changes as of 08/25 and it is still there ...
on line 226 you have:
print(startForm('order_express', 'post', 'UPDATE_INVOICE_SKU'));
it should be
print(StartForm('order_express', 'post', 'UPDATE_INVOICE_SKU', TRUE));
I thought PHP was case sensitive, but evidently not, because the the code
executes, but it should have the TRUE, so that the form will be written with a
secure URL, but it isn't...
Out of curiosity, has anything been done, to correct the bug in
SHOPPER_MUST_REGISTER? Which will let you check out without registering.. I saw
where attention to this was brought up about a month or so ago, but I haven't
seen that it was fixed in any of the CVS code.
Oh, and just so you don't think I'm completely negative, this is one great
program, and I very much appreciate all the effort and time that was put in this
project. It is a godsend, and keep up all the good work.
Kelley
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]