Skip to content
  • There are no suggestions because the search field is empty.

Stratco

Review Stratco

Just getting some details

How are prices and inventory calculated?

PRice and inv are state based, e.g. ACT:3.99 | NSW:3.99 | NT:6.99 | QLD:6.00 | SA:6.00 | WA:6.00 - the logic works as follows to render the "actual" price and inventory:

Only look at quantity for NSW, QLD, VIC and WA, choose the smallest, same for price.

Therefore, if one of those states is mssing in the feed or zero, then the price and/or quantity remain zero

Need to find out how we get order back to them and Shipping into Omnivore?

Orders

According to StartcoAdapterService.exportNewOrder() Omnivore uploads the order to sftp.citybeachsoftware.com in /home/stratco/orders

They retrieve the orders from there.

After that the orders are moved into /home/stratco/archive/orders

I can't see us doing it thus I believe it must be them doing the archive.

If they complain about an order not making it, we look first to see if the order is in the sftp server.

Eg: https://support.omnivore.com.au/a/tickets/145760

If it is, then it's up to them to figure out why they didn't get it.

Since build #10418, the order audit will have a line saying if it was successfully uploaded or not to our sftp server. That saves you the time to check the actual sftp.

If you click "resend to retailer" we upload again to the sftp server. They still need to get it from there.