• Thank you for this plugin.

    However, I can’t get the following done.

    I need to provide an XML file that shows the product price in euro cents, but I can’t get the point out of the sales price. Anyone have an idea?

    Can I also process different product categories as numbers in the same feed. Below an example: Category hanging lamps should be shown in the XML feed as 1258, category floor lamps as 1259 and so on. Can that also be achieved in one XML-file?

    This is for (Admarkt)Marktplaats

    Will there be a CSV file for Kaufland for Germany soon?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support ansarybadal

    (@ansarybadal)

    Hi @lifestyletrading

    Sorry! The first question is not clear. Can you please, explain it with a screenshot?

    Getting the WooCommerce product category ID on the feed is not possible, but if you us asking about the Google category field value, then our plugin adds the Google category ID instead of the full category name, as you can see here. So, please, let us know in which field you want the category ID.

    Thank you,

    Thread Starter lifestyletrading

    (@lifestyletrading)

    Hi Badal Ansary,

    The platform for which I am making an XML file (Marktplaats) wants the selling price in euro cents at as shown in the example.

    Furthermore, for different categories, for example “Hanging lamps”, they have a number that must be displayed. Hanging lamps in this example has the code 1258 for Marktplaats. Hopefully the example shows what I mean.

    Since we also have floor lamps and so on in addition to hanging lamps, this will have to be broken down into one feed.

    <price>799.95</price>
    should be <price>79995</price>
    
    <categories>Hanglampen</categories>
    should be <categories>1258</categories>
    
    <brand>*****</brand>
    
    </product>
    
    <product>
    
    <id>10193</id>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a custom XML-file’ is closed to new replies.