Difference between revisions of "Module OSCommerceWS (developer)"
Jump to navigation
Jump to search
m (→Code) |
m (→Features) |
||
Line 9: | Line 9: | ||
= Features = | = Features = | ||
− | + | The OSCommerceWS module is used to synchronize informations between OSCommerce and Dolibarr using '''Web services'''. | |
− | |||
− | + | By this way, it is possible to | |
− | * | + | * publish into OSCommerce some products created into Dolibarr. |
− | * | + | * import orders (and details) from OSCommerce into Dolibarr. |
− | * | + | * import customers fomr OSCommerce into Dolibarr. |
− | + | This module works using the ''NuSOAP'' library embedded into Dolibarr. | |
= Code = | = Code = |
Revision as of 12:24, 7 November 2009
OSCommerceWS | |
---|---|
Numero/ID of module | 900 |
User doc. of module | Module OSCommerceWS |
Developer doc. of module | This page |
Features
The OSCommerceWS module is used to synchronize informations between OSCommerce and Dolibarr using Web services.
By this way, it is possible to
- publish into OSCommerce some products created into Dolibarr.
- import orders (and details) from OSCommerce into Dolibarr.
- import customers fomr OSCommerce into Dolibarr.
This module works using the NuSOAP library embedded into Dolibarr.
Code
All source code for this module is available inside directory htdocs/oscommerce_ws.
Source code you can find into directory htdocs/boutique is dedicated to Module OSCommerce (developer) that works differently.
The directory ws_server/ must be copied onto the OSCommerce server, inside directory catalog/. It must then be configured, by modifying the file ws_server/includes/configuration.php to define the OSCommerce configuration (how to access databases).
Permissions
Tables SQL
None