<?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 : Link to product SKU</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Link to product SKU]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 23:47:43 +0000</pubDate>
  <lastBuildDate>Sun, 26 Feb 2012 21:06:56 +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=5014</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[Link to product SKU : Let&amp;#039;s take this off-forum....]]></title>
   <link>https://forum.productcart.com/link-to-product-sku_topic5014_post19172.html#19172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 5014<br /><strong>Posted:</strong> 26-February-2012 at 9:06pm<br /><br /><P>Let's take this off-forum.&nbsp; Please e-mail me at my site.&nbsp; </P>]]>
   </description>
   <pubDate>Sun, 26 Feb 2012 21:06:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/link-to-product-sku_topic5014_post19172.html#19172</guid>
  </item> 
  <item>
   <title><![CDATA[Link to product SKU : Wanted an opinion on which would...]]></title>
   <link>https://forum.productcart.com/link-to-product-sku_topic5014_post19171.html#19171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1884">amscompanies</a><br /><strong>Subject:</strong> 5014<br /><strong>Posted:</strong> 26-February-2012 at 9:02pm<br /><br />Wanted an opinion on which would be easier and I think you have just given me the answer :) How much would you charge to do that ?]]>
   </description>
   <pubDate>Sun, 26 Feb 2012 21:02:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/link-to-product-sku_topic5014_post19171.html#19171</guid>
  </item> 
  <item>
   <title><![CDATA[Link to product SKU : idProduct is an auto-increment...]]></title>
   <link>https://forum.productcart.com/link-to-product-sku_topic5014_post19170.html#19170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 5014<br /><strong>Posted:</strong> 26-February-2012 at 9:00pm<br /><br />idProduct is an auto-increment integer field.&nbsp; As such, starting at 1, you would have to alter the database to support your proposed idea.&nbsp; The consequences of this are significant as it pertains to all of the product admin stuff.&nbsp; Why do that when the above solution can be done by a competent programmer in less than an hour.]]>
   </description>
   <pubDate>Sun, 26 Feb 2012 21:00:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/link-to-product-sku_topic5014_post19170.html#19170</guid>
  </item> 
  <item>
   <title><![CDATA[Link to product SKU : The alterantive would be when...]]></title>
   <link>https://forum.productcart.com/link-to-product-sku_topic5014_post19169.html#19169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1884">amscompanies</a><br /><strong>Subject:</strong> 5014<br /><strong>Posted:</strong> 26-February-2012 at 8:53pm<br /><br />The alterantive would be when I import it uses the SKU as productID, which do you think would be better ?<DIV>&nbsp;</DIV><DIV>I certainly won't have any duplicate SKU's</DIV>]]>
   </description>
   <pubDate>Sun, 26 Feb 2012 20:53:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/link-to-product-sku_topic5014_post19169.html#19169</guid>
  </item> 
  <item>
   <title><![CDATA[Link to product SKU : viewPrd.asp relies upon idProduct,...]]></title>
   <link>https://forum.productcart.com/link-to-product-sku_topic5014_post19168.html#19168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 5014<br /><strong>Posted:</strong> 26-February-2012 at 8:47pm<br /><br />viewPrd.asp relies upon idProduct, which is the record ID associated with the product record in the products table.<DIV>&nbsp;</DIV><DIV>To do what you want would require an additional function.&nbsp; Add code to viewPrdCode.asp that queries the product record based on SKU.&nbsp;(Make sure you adhere to no duplicate SKU numbers.)</DIV><DIV>&nbsp;</DIV><DIV>Then at the top of the logic in viewPrd.asp, you have to test for SKU being present in the querystring.&nbsp; If non-blank, call your new function to return the idProduct associated with that SKU, and the rest of viewPrd.asp can then run in otherwise unaltered form.</DIV>]]>
   </description>
   <pubDate>Sun, 26 Feb 2012 20:47:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/link-to-product-sku_topic5014_post19168.html#19168</guid>
  </item> 
  <item>
   <title><![CDATA[Link to product SKU : How can I link to a product based...]]></title>
   <link>https://forum.productcart.com/link-to-product-sku_topic5014_post19167.html#19167</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1884">amscompanies</a><br /><strong>Subject:</strong> 5014<br /><strong>Posted:</strong> 26-February-2012 at 8:35pm<br /><br /><DIV></DIV>How can I link to a product based on it's SKU ?<DIV>&nbsp;</DIV><DIV>For example</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.programmehut.com/store/pc/viewPrd.asp?SKU=3453452" target="_blank" rel="nofollow">http://www.programmehut.com/store/pc/viewPrd.asp?SKU=3453452</A></DIV>]]>
   </description>
   <pubDate>Sun, 26 Feb 2012 20:35:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/link-to-product-sku_topic5014_post19167.html#19167</guid>
  </item> 
 </channel>
</rss>