Hi all,
We're trying to work out the best way to sync data to Ubercart from an external MS SQL database. The data will only be one way MS SQL -> Ubercart and we would want it to run nightly to ensure products and stock levels are up to date.
Has anyone done this before and can provide some advice or code? One way we're thinking is to create a script which queries the external MS SQL database creating a csv file then using the Node_import module to update the system. Is there another way people would recommend?
The data import would
- Add any new products
- Update Prices (we're using price per role so there is more than 1 price for each product)
- Update stock level
- Remove items(or make inactive) any obsolete stock.
Any advice would be great or if someone knows how to do this we would consider paying to have it done.
Thanks
