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.
@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?
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