Forum Moderators: buckworks
When we used Mal's, using its custom orders manager i.e. mOrders was easy. Now we are using lite version of x-cart, it has become very messy for us. We get around 20 orders a day and is becoming a real hassle. The cart will export to excel file format but we are finding that using excel was no where near as easy as using mOrders.
I wonder whether there are any other options? I understand that StoneEdge and Dynacomp order manager are best available at the moment, but our cart cannot export to these formats
I wonder whether quickbooks can be used for order fulfilment?
Maybe. What you need is a competent accounting / stock control package, preferably with order import facilities. Ideally, you want a package that will handle XML imports, and get your online orders database to generate an XML stream of the validated orders. Even in the absence of XML capabilities, a good integration house should be able to write a middleware application that detects new orders, translates them into the format required by the backend software, and sends the validated orders back, and drops them into the SOP batch
There is absolutely nothing wrong with Mal's. mOrders is truely a brilliant piece of software. I have seen known Mal's servers to go down.
The problem is that Mal's, or for that matter any third party hosted cart such as 1shoppingcart, americart etc. is that they are OK if you intend to sell a small no, of products only.
In our case, we sell a large number of electronic products whose price and specifications change very often and it gets very tedious when you want to update your site. It would be extremely easy to make mistakes in such a situation. A dyanimically generated catalog is the best option rather than plain html pages which plugs into a third party hosted cart.
Of course, you have to balance this with the fact that static html pages are much more easy to optimize and thus rank highly in search engines. What we have done is to retain our old highly-ranked pages and plug them into our new shopping cart.
Derek
mOrders 1.xx has a DOS command line tool (tdbdatax from TurboDB web site) that lets you export the data to CSV. Once I export the mOrders files, I import into an Access database. There I can use the GUI front end to keep track of orders, send e-mails, etc. The mOrders database format changed with version 2.xx so this tool will only work with mOrders 1.xx:
tdbdatax ITEMS.DAT MalsItems.csv -fsdf -s"¦"
tdbdatax ORDERS.DAT MalsOrders.csv -fsdf -s"¦"
1) tdbdatax is the command line tool
2) the pipe character is the delimiter for both CSV files.
As a side note, I believe AmeriCart shopping cart is compatible with the StoneEdge Order Manager. Other order management software with Windows desktop front end are Actinic and Sales Channel Manager by Saboti.