Our googlebase feed link is not displaying correctly on google products. The problem is in the link attribute and the output from 'System' Here is the code:
As an example: System produces, www.ourURL.com/Admin/product page. The problem is that this directs all links from our products listed on googlebase directly to our Admin login page. When I remove 'System' and execute the feed the URL/Admin/ is taken out of the feed which leaves just the rest of the product address. It seems as though the data being called by 'System' is incorrect. Can I change that data and if so where is it located?C#/VB.NET Code:<link>
<xsl:value-of select="/root/System/StoreUrl" />
<xsl:value-of select="aspdnsf:ProductLink(productid, sename, 0, '')" />
</link>



Reply With Quote