Question by tgm-shop · Mar 22, 2017 at 03:08 AM · addfixedpriceitemgallery picture issuemobile view
First picture in mobile view not showing
Hi,
We're using the AddFixedPriceItem to add Products on eBay with self hosted picture. When we check the Items on the smartphone with the Browser, the first picture is not loaded. (tested with different smartphones and browser). The image is displayed on the laptop.
Example Item: http://m.ebay.de/itm/222448078755?_mwBanner=1
In the sourcecode of the item the image SRC ist empty but in DATA-URL is the correct picture link!?
<img class="imgStyle" alt="images" itemprop="image" src="" data-url="http://i.ebayimg.com/00/s/ODAwWDgwMA==/z/qfsAAOSwax5Y0kSt/$_12.PNG" border="0">
If we create an offer with several pictures or variations, then the second image is loaded
This is the XML
<?xml version="1.0" encoding="utf-8"?>
<AddFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>{AUTHTOKEN}</eBayAuthToken>
</RequesterCredentials>
<Item>
<ApplicationData>55710</ApplicationData>
<CategoryBasedAttributesPrefill>true</CategoryBasedAttributesPrefill>
<CategoryMappingAllowed>true</CategoryMappingAllowed>
<Country>DE</Country>
<PostalCode>21339</PostalCode>
<Currency>EUR</Currency>
<DispatchTimeMax>1</DispatchTimeMax>
<VATDetails>
<VATPercent>19</VATPercent>
</VATDetails>
<ConditionID>1000</ConditionID>
<Quantity>3</Quantity>
<StartPrice>24.99</StartPrice>
<ItemSpecifics>
<NameValueList>
<Name>Hersteller</Name>
<Value>Motrax</Value>
</NameValueList>
<NameValueList>
<Name>Marke</Name>
<Value>Motrax</Value>
</NameValueList>
<NameValueList>
<Name>EAN</Name>
<Value>0720389399952</Value>
</NameValueList>
<NameValueList>
<Name>Herstellernummer</Name>
<Value>K2011001125</Value>
</NameValueList>
<NameValueList>
<Name>Anzahl der Einheiten</Name>
<Value>6,00</Value>
</NameValueList>
<NameValueList>
<Name>Maßeinheit</Name>
<Value>100 ml</Value>
</NameValueList>
<NameValueList>
<Name>UPC</Name>
<Value>Does not apply</Value>
</NameValueList>
</ItemSpecifics>
<UnitInfo>
<UnitQuantity>6</UnitQuantity>
<UnitType>100 ml</UnitType>
</UnitInfo>
<Title>Motrax Engine Flush for Motorcycles - 3x200ml - Motor Reinigung Motorrad Wartung</Title>
<Description>{DESCRIPTION}</Description>
<BestOfferEnabled>true</BestOfferEnabled>
<ListingDetails>
<BestOfferAutoAcceptPrice currencyID="EUR">22.8</BestOfferAutoAcceptPrice>
<MinimumBestOfferPrice currencyID="EUR">22.8</MinimumBestOfferPrice>
</ListingDetails>
<ListingDuration>GTC</ListingDuration>
<ListingType>FixedPriceItem</ListingType>
<PaymentMethods>MoneyXferAcceptedInCheckout</PaymentMethods>
<PaymentMethods>PayPal</PaymentMethods>
<PayPalEmailAddress>tgmshop@aol.de</PayPalEmailAddress>
<SKU>55710</SKU>
<PictureDetails>
<PictureURL>http://bilder.tgm-shop.de/5571/800/Motrax-Engine-Flush-for-Motorcycles-3x200ml.png</PictureURL>
</PictureDetails>
<PrimaryCategory>
<CategoryID>179491</CategoryID>
</PrimaryCategory>
<ListingDesigner/>
<Site>Germany</Site>
<ProductListingDetails>
<UPC>Does not apply</UPC>
<EAN>0720389399952</EAN>
<BrandMPN>
<Brand>Motrax</Brand>
<MPN>K2011001125</MPN>
</BrandMPN>
<IncludePrefilledItemInformation>1</IncludePrefilledItemInformation>
</ProductListingDetails>
<ReturnPolicy>
<Description/>
<ReturnsAcceptedOption>ReturnsAccepted</ReturnsAcceptedOption>
<ReturnsWithinOption>Months_1</ReturnsWithinOption>
<ShippingCostPaidByOption>Buyer</ShippingCostPaidByOption>
</ReturnPolicy>
<BestOfferDetails>
<BestOfferEnabled>true</BestOfferEnabled>
</BestOfferDetails>
<ListingDetails>
<MinimumBestOfferPrice>22.8</MinimumBestOfferPrice>
</ListingDetails>
<ShippingDetails>
<ShippingType>Flat</ShippingType>
<ShippingServiceOptions>
<ShippingService>DE_DPBuecherWarensendung</ShippingService>
<FreeShipping>true</FreeShipping>
</ShippingServiceOptions>
<ShippingServiceOptions>
<ShippingService>DE_HermesPackchen</ShippingService>
<ShippingServiceCost>4.95</ShippingServiceCost>
</ShippingServiceOptions>
<InternationalShippingServiceOption>
<ShippingService>DE_SonstigeInternational</ShippingService>
<ShippingServiceCost>11</ShippingServiceCost>
<ShippingServiceAdditionalCost>5.5</ShippingServiceAdditionalCost>
<ShippingTimeMin>2</ShippingTimeMin>
<ShippingTimeMax>9</ShippingTimeMax>
<ShipToLocation>Worldwide</ShipToLocation>
</InternationalShippingServiceOption>
</ShippingDetails>
</Item>
</AddFixedPriceItemRequest>
Is there an issue with the XML file?
Can anyone help me?
thanks and best regads Patrick
Answer by tgm-shop · Apr 02, 2017 at 11:30 PM
Can one of you please help me?
@curtis_developerprogram @yazhou_developersupport @xiang.developersupport @shulmani_developer.support
People who like this
Your answer
