Hi:
When calling db_xml.cgi
This works:
..com/cgi-bin/store/ss/db_xml.cgi?startorder=32000")
returns all orders from 32000 on.
This works:
..com/cgi-bin/store/ss/db_xml.cgi?startorder=32000&endorder=32001")
returns 1 order - 32000.
This dosen't work:
..com/cgi-bin/store/ss/db_xml.cgi?startorder=32000&maxorders=1")
returns all orders from 32000 on rather than 1 order.
Also db_xml.cgi is ALWAYS returning the pay data. However we are on an SSL
connection.
didn't try all the other methods ie - startdate / enddate
Thanks
David Clarke