• Resolved slim3650

    (@slim3650)


    hi
    does your plugin allow me to create a custom feed?

    <?xml version=”1.0″ encoding=”UTF-8″ ?>
    <rss version=”2.0″ xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance&#8221; xsi:noNamespaceSchemaLocation=”schema.xsd”>
    <channel>
    <title>iroirotokyo</title>
    <link>https://www.iroirotokyo.com/</link&gt;
    {each product start}
    <item>
    <id><![CDATA[{id}]]></id>
    <title><![CDATA[{title}]]></title>
    <link><![CDATA[{link}]]></link>
    <price>{wf_cattr__korea_regular_price} KRW</price>
    <sale_price>{wf_cattr__korea_sale_price}</sale_price>
    <description><![CDATA[{description,[strip_tags]}]]></description>
    <short_description><![CDATA[{short_description}]]></short_description>
    <sale_price>{wf_cattr__korea_sale_price}</sale_price>
    <category><![CDATA[{product_type}]]></category>
    <keywords><![CDATA[{{tags}}]]></keywords>
    <image_link>{image}</image_link>
    <availability>in stock</availability>
    <mpn><![CDATA[{sku}]]></mpn>
    </item>
    {each product end}
    </channel>
    </rss>

    i need it to look exactly like this

Viewing 1 replies (of 1 total)
  • Plugin Author AukeJomm

    (@aukejomm)

    Hello @slim3650,

    Thank you for your question.
    Our free version will only create Google product feeds you can use in the Merchant center. If the attribute naming convention from the feed is not important it looks like a Google feed would be sufficient.

    If you need to name the attributes like the example (like price instead of g:price) you will need a different feed.

    Our premium feed builder is able to create custom XML feeds where you are able to create your own attributes with the names you want.

    Hope this helps.
    Let me know if you need further assistance.

Viewing 1 replies (of 1 total)
  • The topic ‘cusomt feed’ is closed to new replies.