ashy:
I am new to zen cart, I need to update the order status of an order using SOAP.
Mind if I ask
- Why SOAP ?
- What is the actual problem you are attempting to solve?
ashy:
Any idea how to do it??? :yes::yes:
My knowledge of SOAP is minimal, but from the little I do know, it is probably an overkill for what you are wanting to do, which I assume is to simply update the order status flag from (say) 'pending' to 'completed' via some external mechanism? (is that correct?).
If this was a mod that I was hired to develop I'd probably use nothing more than a PHP script. However, without knowing your technical requirements it is hard to say if this would be a suitable method or not.
Modifying the zencart database via a PHP script is not difficult, and although created for totally different reasons, and using different tables, if you take a look at the code used in the automatic currency updates module http://www.zen-cart.com/downloads.php?do=file&id=286 you should be able to get a few ideas as to how to go about this. It, like your requirment is essentially a 'standalone' script that interfaces directly with the zencart database.
Hope this helps,
Rod