+ Reply to Thread
Results 1 to 3 of 3

Thread: Broken image displayed on vehicles without photos in feed

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

    Broken image displayed on vehicles without photos in feed

    Hi, if a post in my XML Feed is missing photos, it imports a broken image. See here: https://www.usacarshopper.com/pennsy...ge-g4-513.html.

    How would I get this to display a default image?

    Example with photo:
    <post>
    <id>630</id>
    <AuthorUsername>carvision</AuthorUsername>
    <seller_type>Dealer</seller_type>
    <Title>2018 mitsubishi outlander</Title>
    <vehicle_id>JA4AZ3A36JZ049599</vehicle_id>
    <SKU/>
    <Stock>049599</Stock>
    <VIN>JA4AZ3A36JZ049599</VIN>
    <ConditionRadio>Used</ConditionRadio>
    <ConditionCheckbox>Used</ConditionCheckbox>
    <Certified/>
    <Year>2018</Year>
    <Make>mitsubishi</Make>
    <Model>outlander</Model>
    <Trim>le media screen moonroof rear camera</Trim>
    <Price>22499</Price>
    <Odometer>26</Odometer>
    <Transmission>automatic</Transmission>
    <BodyStyle>suv</BodyStyle>
    <Drivetrain>4wd/awd</Drivetrain>
    <Engine>2.4l sohc i4 mivec 16-valve engine</Engine>
    <Ext.Color>black</Ext.Color>
    <Int.Color>black</Int.Color>
    <FuelType/>
    <MPG_City>24</MPG_City>
    <MPG_Highway>29</MPG_Highway>
    <photos>
    <photo01>http://s3.amazonaws.com/photos.ecarlist.com/VrHr/7mfR/qw8N/qC1K/zkaR/Vw_640.jpg</photo01>
    <photo02>http://s3.amazonaws.com/photos.ecarlist.com/oRoq/TEKr/SG80/f8lI/1C8S/1g_640.jpg</photo02>
    <photo03>http://s3.amazonaws.com/photos.ecarlist.com/uFiD/iovN/O78T/EsK9/UsQ4/cw_640.jpg</photo03>
    <photo04>http://s3.amazonaws.com/photos.ecarlist.com/RC3g/SNS2/2gBS/B8i1/G0ih/6w_640.jpg</photo04>
    <photo05>http://s3.amazonaws.com/photos.ecarlist.com/5UDF/xOfC/PAVr/XsCs/gP7h/sg_640.jpg</photo05>
    <photo06>http://s3.amazonaws.com/photos.ecarlist.com/sBo6/OWTT/zH2F/2r1T/jx6t/xg_640.jpg</photo06>
    <photo07>http://s3.amazonaws.com/photos.ecarlist.com/3N7J/aXNN/KJuR/fx7h/Uwv4/Rw_640.jpg</photo07>
    <photo08>http://s3.amazonaws.com/photos.ecarlist.com/6Og0/VOkx/nJ1S/2tu2/GDCr/Qw_640.jpg</photo08>
    <photo09>http://s3.amazonaws.com/photos.ecarlist.com/7p8m/1IMx/EGpx/nccr/YbC8/cQ_640.jpg</photo09>
    <photo10>http://s3.amazonaws.com/photos.ecarlist.com/yblx/Fh6H/sK2P/jTJ1/rUkI/uw_640.jpg</photo10>
    </photos>
    <Loc_address>2626 ridge pike</Loc_address>
    <country>country_united_states</country>
    <country_level1>pennsylvania</country_level1>
    <country_level2>norristown</country_level2>
    <b_zip>19403</b_zip>
    <description>Click Here to Watch Real Video Presentation...No Video Stitching!</description>
    </post>

    Example without photo:
    <post>
    <id>631</id>
    <AuthorUsername>carvision</AuthorUsername>
    <seller_type>Dealer</seller_type>
    <Title>2019 mitsubishi mirage g4</Title>
    <vehicle_id>ML32F3FJXKHF12688</vehicle_id>
    <SKU/>
    <Stock>F12688</Stock>
    <VIN>ML32F3FJXKHF12688</VIN>
    <ConditionRadio>New</ConditionRadio>
    <ConditionCheckbox>New</ConditionCheckbox>
    <Certified/>
    <Year>2019</Year>
    <Make>mitsubishi</Make>
    <Model>mirage g4</Model>
    <Trim>es</Trim>
    <Price>17925</Price>
    <Odometer>1</Odometer>
    <Transmission>automatic</Transmission>
    <BodyStyle>sedan</BodyStyle>
    <Drivetrain>fwd</Drivetrain>
    <Engine>1.2l mivec dohc 12-valve 3-cyl engine</Engine>
    <Ext.Color>black</Ext.Color>
    <Int.Color/>
    <FuelType/>
    <MPG_City>33</MPG_City>
    <MPG_Highway>40</MPG_Highway>
    <photos>
    <photo01/>
    <photo02/>
    <photo03/>
    <photo04/>
    <photo05/>
    <photo06/>
    <photo07/>
    <photo08/>
    <photo09/>
    <photo10/>
    </photos>
    <Loc_address>2626 ridge pike</Loc_address>
    <country>country_united_states</country>
    <country_level1>pennsylvania</country_level1>
    <country_level2>norristown</country_level2>
    <b_zip>19403</b_zip>
    <description/>
    </post>

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

    Actually, the plugin doesn't import any images if they don't exist in image nodes

    there must be other problem in your listing

    you can create a ticket regrading this issue

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

    Thanks, my ticket # is HRJ-368409

+ Reply to Thread