Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Syncing with XML-files


Go to End


1260 Views

Avatar
dendeffe

Community Member, 135 Posts

25 November 2011 at 12:21am

I have a site request for a webshop. The client has all their products (around 15000) in their accounting software.

This software has a module that can make a connection with your webshop. It works more or less like this:

* Accounting software puts all product details in XML-files on an FTP-server
* Webshop connects to FTP-server
* Sales in webshop create XML-files that are uploaded to FTP-server, accounting software processes these

The client also needs to be able to add extra content to products (images etc…) which doesn't need to be re-synchronized with the accounting software.

I think this might go a bit beyond extending https://github.com/nyeholt/silverstripe-external-content. What do you think?