+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Flatfy XML Specification

  1. #11
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    Quote Originally Posted by Rudi View Post
    Hello,

    Where I can see the example with incorrect back url?

    Note that it will show the data you link to XML Feed Back URL field via mapping manager

    If you still have problems, create a ticket
    https://ingatlanfix.com/teszt-feed.xml


  2. #12
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I don't see anything wrong here

    see what CDATA is used for: https://en.wikipedia.org/wiki/CDATA

  3. #13
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    ingatlanfix.com/ingatlan/lakas/no-phrase-found-by-categories-name-apartment-key-ix-kerulet-7511/

    no-phrase-found-by-categories-name-apartment-key
    This is what I meant for the url part.

  4. #14
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I've found the reason and fixed it on your end

    the solution is the following:

    plugins/xmlFeeds/export.php

    below the line:
    PHP Code:
    Only registered members can view the code
    add:
    PHP Code:
    Only registered members can view the code

  5. #15
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    Thanks for the help.

  6. #16
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    I need help. I attach a picture of the problem.
    <photos>
    <photo>
    <![CDATA[ https://******.hu/files/01-2021/ad75...5469_large.jpg ]]>
    </photo>
    How can I resolve to have images and image instead of photos and photo?
    Everything is good for export, I can't just rewrite this one part.
    Nevtelen.png

  7. #17
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Go to ftp > plugins > xmlFeeds > rlXmlExport.class.php > private function exportListing

    find:
    PHP Code:
    Only registered members can view the code
    replace photos and photo with your names

  8. #18
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    Thanks. Everything is good now.

  9. #19
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    I have a problem exporting xml. currency is loaded but when I open the xml file it is not there. Thus, it does not show the currency of the price in what currency it is.xml.png

    https://ingatlanfutar.hu/teszt-feed.xml

    your currency is not included here

  10. #20
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Go to plugins > xmlFeeds > rlXmlExport.class.php

    below the code:
    PHP Code:
    Only registered members can view the code
    add:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread