<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Help: Generate Google Base File</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Help: Generate Google Base File]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 13:35:30 +0000</pubDate>
  <lastBuildDate>Sun, 01 Aug 2010 13:27:47 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=3755</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Help: Generate Google Base File : I have recently updated my productcart...]]></title>
   <link>https://forum.productcart.com/help-generate-google-base-file_topic3755_post15131.html#15131</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1616">mikey234d</a><br /><strong>Subject:</strong> 3755<br /><strong>Posted:</strong> 01-August-2010 at 1:27pm<br /><br />I have recently updated my productcart to 4.1 and the exportfroogle.asp has changed slightly where the above code no longer works to change the long description from showing up instead of the short description.  Can someone from Early Impact let me know what I should do to fix this?  <br /><br />Is there also a way to include product weights into this feed? <br /><br />Thanks,<br />Mike]]>
   </description>
   <pubDate>Sun, 01 Aug 2010 13:27:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-generate-google-base-file_topic3755_post15131.html#15131</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Generate Google Base File : Thank you! That worked perfectly....]]></title>
   <link>https://forum.productcart.com/help-generate-google-base-file_topic3755_post14771.html#14771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1616">mikey234d</a><br /><strong>Subject:</strong> 3755<br /><strong>Posted:</strong> 24-June-2010 at 4:03pm<br /><br />Thank you! That worked perfectly.  If I want to do the same thing for yahoo marketing feed, do i change the same text?]]>
   </description>
   <pubDate>Thu, 24 Jun 2010 16:03:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-generate-google-base-file_topic3755_post14771.html#14771</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Generate Google Base File :  Mike,ProductCart automatically...]]></title>
   <link>https://forum.productcart.com/help-generate-google-base-file_topic3755_post14729.html#14729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 3755<br /><strong>Posted:</strong> 16-June-2010 at 2:00pm<br /><br />Mike,<br><br>ProductCart automatically looks to see if there is a short description. If there is one, it uses the short description as it is typically a better fit for a bulk upload file, compared to the long description, which could be too long (it has a 10,000 character limitation).<br><br>If you want to remove this logic, you will need to edit the file exportFroogle.asp in the Control Panel.<br><br>Locate this block of code:<br><br><table width="99%"><tr><td><pre class="BBcode">'// Check Short Description Text<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if trim(strShortProductDesc)&lt;&gt;"" then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strProductDesc=strShortProductDesc<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '// No Short Description Text, Use Long Description<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strProductDesc=ClearHTMLTags2(strProductDesc,0)&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end if</pre></td></tr></table><br><br>... and replace it with:<br><br><table width="99%"><tr><td><pre class="BBcode">strProductDesc=ClearHTMLTags2(strProductDesc,0)</pre></td></tr></table><br><br>As for the other question: those are the fields that you need to use. You can turn off visibility for them in the storefront, so they would not be shown as search fields. This is done on the page where you manage Custom Search Fields. See the documentation for more information: <a href="http://wiki.earlyimpact.com/productcart/managing_search_fields%20" target="_blank">http://wiki.earlyimpact.com/productcart/managing_search_fields </a><br>]]>
   </description>
   <pubDate>Wed, 16 Jun 2010 14:00:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-generate-google-base-file_topic3755_post14729.html#14729</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Generate Google Base File : Nobody from Early Impact has any...]]></title>
   <link>https://forum.productcart.com/help-generate-google-base-file_topic3755_post14725.html#14725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1616">mikey234d</a><br /><strong>Subject:</strong> 3755<br /><strong>Posted:</strong> 16-June-2010 at 9:30am<br /><br />Nobody from Early Impact has any insight on where to go to change this?  It takes a lot of time to export your Google Base Items and then to export the same items but this time to choose description, then to download both and copy and paste the description from one to the other and to line up all the skus with the descriptions.  There has to be an easier way.  Considering this is one of the selling points of the ProductCart Platform, is there a way to make this easier?<br /><br />Thanks,<br />Mike]]>
   </description>
   <pubDate>Wed, 16 Jun 2010 09:30:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-generate-google-base-file_topic3755_post14725.html#14725</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Generate Google Base File : Hi I&amp;#039;m using version 3.51,...]]></title>
   <link>https://forum.productcart.com/help-generate-google-base-file_topic3755_post14609.html#14609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1616">mikey234d</a><br /><strong>Subject:</strong> 3755<br /><strong>Posted:</strong> 02-June-2010 at 3:21pm<br /><br />Hi I'm using version 3.51, and when I select Generate Google Base File, it automatically grabs the short description of the products instead of the main description.  Can someone tell me a way to change this? <br /><br />Is it also possible to add a custom, identifiable characteristic, such as mpn, without making a searchable link in the product page? <br /><br />Thanks in advance,<br />Mike<br />www.ShopAtDean.com]]>
   </description>
   <pubDate>Wed, 02 Jun 2010 15:21:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-generate-google-base-file_topic3755_post14609.html#14609</guid>
  </item> 
 </channel>
</rss>