http://developer.dynamicweb.com/documentation/how-to-guides/ecommerce/google-merchant-feed.aspx
The link on this page is not working. Where can i find the files for this setup?
http://developer.dynamicweb.com/documentation/how-to-guides/ecommerce/google-merchant-feed.aspx
The link on this page is not working. Where can i find the files for this setup?
Hi Hans,
I wrote guide on that some time ago, but of course it's on the new docsite.
Hope it answers your questions - feedback appreciated :)
Ok, perfect :) Thank you very mutch, that is just what I need :)
However, I still have some isssue that doesn´t work.
I tried setting it up, but i get an unwanted Dynamicweb tracking javascript at the end of the feed file, that spoils the show.
Any idea how to get rid of it?
I don't have any problems on my test solution - could you elaborate?
And you're sure you remembered to change the content type to text/xml ?
Hi
I got rid of the tracking script. Forget to select the type.
I also found out that there are some errors in the code on the documentation. Item should be like this
<!--@LoopStart(Products)-->
<item>
<title><!--@Ecom:Product.Name--></title>
<link>http://<!--@Global:Request.Host-->/<!--@Ecom:Product.LinkGroup.Clean.HtmlEncoded()--></link>
<description><!--@If(Ecom:Product.ShortDescription<>'')--><!--@Ecom:Product.ShortDescription.StripHtml().HtmlEncoded()--><!--@Else--><!--@Ecom:Product.LongDescription.StripHtml().HtmlEncoded()--><!--@EndIf--></description>
<g:image_link>http://<!--@Global:Request.Host--><!--@Ecom:Product.ImageSmall.Default.Clean--></g:image_link>
<g:price><!--@Ecom:Product.Price--></g:price>
<g:condition>new</g:condition>
<g:id><!--@Ecom:Product.ID--></g:id>
</item>
<!--@LoopEnd(Products)-->
However, it still doesn´t work. I have attached the XML file here.
Is there something wrong in the file or xml-format?
regards, Hans
You have attached a Mozilla document and not the raw XML. Can you please provide us a URL?
yes, I figured that just now
the feed is here http://www.massogmia.fo/googlefeed.xml
Will take a look.
The specification is here:https://support.google.com/merchants/topic/2473799?hl=en&ref_topic=3404777
And the new update that we have not incorporated in the guide: https://support.google.com/merchants/answer/7000570?hl=en
Ok, now it works :)
apparantly there was an error somewhere in the XML file/format
Good :) And thanks for the corrected html, the how-to has been amended
You must be logged in to post in the forum