+ Reply to Thread
Results 1 to 3 of 3

Thread: Problem uploading multiple images using XML Feed Plugin

  1. #1
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120

    Problem uploading multiple images using XML Feed Plugin

    Hi,

    I can't get multiple images to upload using the XML Feed plugin. The feed is linked to a plan that allows unlimited images.

    I've tried mapping the "Photos (System XML field)" three separate ways (see results below) and only the first image is uploaded.

    <!--This method imports <image01> three times as three separate images.-->
    <images>
    <image01>https://content.homenetiol.com/2001896/2133294/640x480/2924b2959461469ebc348a41f210a162.jpg</image01>
    <image02>https://content.homenetiol.com/2001896/2133294/640x480/d25cfe51fafc4a1d82692e617227bd72.jpg</image02>
    <image03>https://content.homenetiol.com/2001896/2133294/640x480/01a7e2358e2d49ec856064158d7ca56b.jpg</image03>
    </images>

    <!--Same result as above-->
    <images>
    <image>https://content.homenetiol.com/2001896/2133294/640x480/2924b2959461469ebc348a41f210a162.jpg</image>
    <image>https://content.homenetiol.com/2001896/2133294/640x480/d25cfe51fafc4a1d82692e617227bd72.jpg</image>
    <image>https://content.homenetiol.com/2001896/2133294/640x480/01a7e2358e2d49ec856064158d7ca56b.jpg</image>
    </images>

    <!--This method only imports the first image in the list. The first image is uploaded once as opposed to three times like the other methods.-->
    <imagelist>https://content.homenetiol.com/2001896/2133294/640x480/2924b2959461469ebc348a41f210a162.jpg,https://content.homenetiol.com/2001896/2133294/640x480/d25cfe51fafc4a1d82692e617227bd72.jpg,https://content.homenetiol.com/2001896/2133294/640x480/01a7e2358e2d49ec856064158d7ca56b.jpg</imagelist>

    Does anyone have any suggestions here? Am I doing something wrong?

    Thanks,

    Jason

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Could you create a ticket to check the problem ?

  3. #3
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120
    Hi Rudi,

    I just submitted the ticket. It's PHB-929451.

    Thanks

+ Reply to Thread