I did find this article dated yesterday. It seems Shopify needs to contact Google. I will post this here then go to the app to report also. Thank you for any input
Hello
We had the same problem yesterday and to solve it we changed the size of the image to 600x in our liquid code (our feed is generated by liquid code)
before change: <g:image_link>{{ variant | img_url : ''| prepend: "https:" }}</g:image_link>
After change: <g:image_link>{{ variant | img_url : '600x'| prepend: "https:" }}</g:image_link>
So our image url have this format https://cdn.shopify.com/s/files/path_to_image/name_image_600x.jpg?v=1579772097
our problem was solved by this change
Thanks but I tried to change it and I am not clear on how to do so. I have changed thing in liquid before but I am a novice. Where on earth in the liquid to I find that particular line. Shopify has answered my inquiry but they were less than helpful just telling me to wait. That is not really what I think the solution is. If anyone can point me to where to change that I am pretty sure you are right. Thanks
Hello,
What's your method to generate the XML feed, a third party plugin? or a custom liquid code? In our case we developed a custom page template that generate a xml Feed for google shopping so the liquid code is in our custom file.
User | Count |
---|---|
23 | |
19 | |
18 | |
17 | |
16 |