• Resolved john.p

    (@peppas)


    Is there any way to change the opening <product> on a specific feed with <Product> ?
    Any snippet I can use?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jeff Alvarez

    (@superlemon1998)

    Hi @peppas ,

    Can you please provide more information on what you mean by changing the opening <product>?

    If you mean the attributes then adding the capital letter will work: https://ibb.co/QjtD5qBS

    Thread Starter john.p

    (@peppas)

    No, I mean the very first opening tag <product>

    Your plugin outputs like this

    <product>
    <attribute> xxx. </attribute>
    </product>


    I want to change that first opening tag, to something else, in my case replace the first letter to be a capital P. Preferably, for only one of my feeds, and not all of them.

    Plugin Support Jeff Alvarez

    (@superlemon1998)

    @peppas

    Which feed template are you using? Most of our templates use/Google Templates use

    <item>
    <price> </price>
    </item>

    Thread Starter john.p

    (@peppas)

    I selected the custom feed option. I just want to capitalize the first letter in a specific feed. Is it possible?

    Thread Starter john.p

    (@peppas)

    Any update?

    Plugin Support Jeff Alvarez

    (@superlemon1998)

    Hi @peppas ,

    Afraid the feature you have in mind is not possible, we have a filter but it’s not possible to modify the tags within the XML files to be capital letters. If you’d like to further investigate if it’s possible look into

    adt_get_product_data or adt_product_feed_data

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Change XML Format’ is closed to new replies.