Hi, can somebady tell me, please, if there is a possibility to create XML feed output file from Phoca Cart? I need it for price comparing portals like zbozi.cz or heureka.cz...
Thnaks!
XML feed
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: XML feed
Hi, I am working now on basic structure of XML feed in Phoca Cart. Such which then can be extended for different providers like zbozi.cz or heureka.cz. Hopefully I will do it soon.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 29 Oct 2015, 11:06
Re: XML feed
Thank for your answer. I'm looking forward to new version hoping it will be soon available.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: XML feed
Ok, for now I need to select specific form how to do the XML Feed, there are two possible options:
- user can define specific XML for each service and the variables will be changed: e.g. <sometag>TITLE</somtag> - then all variables will be replaced in whole XML - this method is great for adding different XMLs of different services but takes more memory then:
- user sets tags and their values: e.g. sometag=TITLE, ... and the XML will be created - this is faster but user cannot define the XML file (e.g. when there are specific tags or attributes in XML)
So, I hope, I will find some way which will not take a lot of memory when creating XML (this is something what can happen oft as a lot of products with a lot of options can create large XML file) and will be variable and users will have the option to change the XML output easily.
Jan
- user can define specific XML for each service and the variables will be changed: e.g. <sometag>TITLE</somtag> - then all variables will be replaced in whole XML - this method is great for adding different XMLs of different services but takes more memory then:
- user sets tags and their values: e.g. sometag=TITLE, ... and the XML will be created - this is faster but user cannot define the XML file (e.g. when there are specific tags or attributes in XML)
So, I hope, I will find some way which will not take a lot of memory when creating XML (this is something what can happen oft as a lot of products with a lot of options can create large XML file) and will be variable and users will have the option to change the XML output easily.
Jan
If you find Phoca extensions useful, please support the project