Hi @anish9947
Could you please provide me with a debug log so I can review your feed setup: https://adtribes.io/knowledge-base/send-your-debug-log-to-support/
Hello,
The issue is resolved when I clear woocommerce cache.
But I want another help for showing total number of product count in XML feed file.
I request you please help this.
Hi @anish9947
Could you please provide more information on what you mean by “showing total number of product count in XML feed file.”?
Hi,
What I mean is that I would like the generated XML feed to include the total number of products contained in the feed.
For example, if the feed contains 1,250 products, I would like the XML to include a tag such as:
<total_products>1250</total_products>
or any similar tag that indicates the total product count for the feed.
This would allow applications consuming the feed to know the total number of products without having to parse and count every <item>/<product> node.
Could you let me know if this is currently supported, or if it could be added as a feature request?
Thank you.
Hi @anish9947,
I see, I can raise it up as a feature request but before I do so can you please point me to what feed platform you plain to use it on?
This attribute:
<total_products>1250</total_products>
Isn’t supported through Google: https://support.google.com/merchants/answer/7052112?hl=en
If it’s an attribute not used on any platform and purely cosmetic – this will be hard to implement as some platforms are strict and if it sees an unsupported attribute it rejects XML or feed file entirely.
If you want to know how many products are in the feed we have a feature called Feed Statistics:
https://ibb.co/7JLHXjWd
https://ibb.co/jPnyQJzk
But this is only available on our Elite plugin.
-
This reply was modified 4 days, 15 hours ago by
Jeff Alvarez.
Hi,
Thank you for your explanation.
The feed is intended for Google Merchant Center. I understand that adding a custom XML attribute such as <total_products> is not part of Google’s specification and could potentially cause validation issues.
My intention wasn’t to introduce a Google-specific attribute, but simply to have an easy way to know how many products are included in the generated feed without having to count them manually.
If adding it to the XML isn’t possible due to compatibility with Google Merchant Center, would it be possible to add the total product count somewhere else in the plugin interface or on the feed generation page in the free version? Even displaying the number after the feed is generated would be very helpful.
Thank you for considering it.
Hi @anish9947 ,
Good to hear clearing the cache sorted the missing products issue.
On the product count question, that’s not something Product Feed PRO currently shows anywhere in its own interface. The only place we display it today is the Elite add-on’s Feed Statistics page, which you’ve already seen mentioned above. There’s no workaround for this in the free/PRO version right now.
I’ve logged this as a feature request for a future PRO update. Thanks for the suggestion.
Thanks!
Sorry, I am not satisfied with your reply.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
There’s no workaround for this in the free/PRO version right now.
@anish9947 What version are you running? The one from here or the “PRO” version?