Re: osCommerce
I used this module to import customers - worked flawlessly, although I had to change
$one_database = 1; // Use one DB
to
$one_database = 0; // Use one DB
This is for the same database server, but two different data bases.
All customers are accessible via the 'Add and Manage Customers' menu.
But after importing some orders, I don't know what to do with them. I cannot see these orders anywhere.
Reading the above posts, I think the orders have been imported as Sales Orders, so I should be able to use "Delivery Against Sales Orders", but no matter what options I choose for search, "No records" are returned.
What is the next step after importing orders?
-----------------
Looking at the FA database, I see the imported order in the 'sales_order' table, but there is nothing in the 'sales_order_details' table, or anywhere else I can see that has details about each order.
So I guess something is wrong - right?