• Hello

    I created an XML and send it to fruugo. They told me the XML hasn’t the proper structure. I use the default XML that the plugin has.

    They want this xml (first table) but the system create automatically something else (second table)

    
    <?xml version="1.0" encoding="UTF-8"?>
    <Products>
    ?? ?<Product>
    ?? ??? ?<ProductId>LE46D550</ProductId>
    ?? ??? ?<SkuId>LE46D550</SkuId>
    ?? ??? ?<EAN>567432574371</EAN>
    ?? ??? ?<Brand>Samsung</Brand>
    ?? ??? ?<Category>Electronics - Video - Televisions</Category>
    ?? ??? ?<Imageurl1>https://www.fruugo.com/images/le46d550.jpg</Imageurl1>
    ?? ??? ?<StockStatus>INSTOCK</StockStatus>
    ?? ??? ?<Description>
    ?? ??? ??? ?<Language>en</Language>
    ?? ??? ??? ?<Title>Samsung LE46D550 46" Full HD LCD TV</Title>
    ?? ??? ??? ?<Description>Take a step up with the benefit of large display area and great versatility with the Samsung LE46D550 46" Full HD LCD TV.</Description>
    ?? ??? ?</Description>
    ?? ??? ?<Price>
    ?? ??? ??? ?<NormalPriceWithoutVAT>540.83</NormalPriceWithoutVAT>
    ?? ??? ??? ?<VATRate>20</VATRate>
    ?? ??? ?</Price>
    ?? ?</Product>
    </Products>
    
    
    <product>
    
    <ProductId>6482</ProductId>
    
    <VatRate>24%</VatRate>
    
    <SkuId>8023628200333</SkuId>
    
    <EAN>8023628200333</EAN>
    
    <Brand>Synchroline</Brand>
    
    <Category>||Skincare||Eyes Care||Eyes Creams</Category>
    
    <Imageurl1>https://glamyourskin.com/wp-content/uploads/2023/03/Untitled-design-2023-03-07T215614.890-1.jpg</Imageurl1>
    
    <StockStatus>in stock</StockStatus>
    
    <Title>Synchroline Terproline Contour Eyes & Lips, 15 ml</Title>
    
    <Description>Year after year, skin cells delay to renew their regeneration , the body's resistance is reduced and this starts to become visible on the face. The skin slowly loses its firmness and elasticity and wrinkles make their appearance. This new situation could adversely affect not only the appearance but also your psychology, if not addressed decisively and primarily scientific. The series has TERPROLINE specially designed to provide immediate and visible improvement in the tone and elasticity to your skin. Tightening Cream specially designed to improve tone and elasticity to the delicate area around eyes and lips. With a pleasant texture, without leaving traces of grease is suitable for all skin types.</Description>
    
    <NormalPriceWithVat>35.67 EUR</NormalPriceWithVat>
    
    <DiscountPriceWithVAT>0 EUR</DiscountPriceWithVAT>
    
    <StockQuantity>instock</StockQuantity>
    
    </product>

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thanks for using our plugin and reaching out to us. It seems like Fruugo recently changed their XML feed requirements so we will have to make changes to our plugin in order to support their new format. Since the changes are rather complex this could take us a few weeks to do. In the mean time the CSV version of the feed should probably work.

    CSV will not work… I already posted about CSV containing BOM characters at the start. Fruugo does not like this…

    Rudolf

    We have just pushed out version 12.6.2 of our plugin that removes the BOM characters for Fruugo CSV feeds.

    Hi,

    Fix is NOT working. Upon quick investigation, $project_config variable is not defined when it is used to detect if fruugo feed is processing.

    Rudolf

    Can you try the release of our plugin we have just pushed out?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fruugo XML has wrong structure’ is closed to new replies.