<?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 : displaying data bases &#111;n customer</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : displaying data bases &#111;n customer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 00:51:45 +0000</pubDate>
  <lastBuildDate>Sat, 04 Mar 2006 17:00:04 +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=139</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[displaying data bases &#111;n customer : John, Right, another field in...]]></title>
   <link>https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post406.html#406</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=107">dwatch</a><br /><strong>Subject:</strong> 139<br /><strong>Posted:</strong> 04-March-2006 at 5:00pm<br /><br /><P>John,</P><P>Right, another field in the database would be useful.&nbsp; I can handle that part.&nbsp; the part I need help with is the exact coding that would state if the customer is xyz company and the product is a sku: tt33, then display that new price field.</P>]]>
   </description>
   <pubDate>Sat, 04 Mar 2006 17:00:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post406.html#406</guid>
  </item> 
  <item>
   <title><![CDATA[displaying data bases &#111;n customer : I am not sure what you are asking,Do...]]></title>
   <link>https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post405.html#405</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=74">watercrazed</a><br /><strong>Subject:</strong> 139<br /><strong>Posted:</strong> 04-March-2006 at 4:38pm<br /><br />I am not sure what you are asking,<br><br>Do you have a different pricing structure for each customer? <br>I think you would need a new price column in the database for each customer or customer class. Then replace standardprice variable pPrice=rs("price") with newprice variable name.<br><br>For another example look for the code where the cart displays wholesale price based on the customer class of wholesale.<br>]]>
   </description>
   <pubDate>Sat, 04 Mar 2006 16:38:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post405.html#405</guid>
  </item> 
  <item>
   <title><![CDATA[displaying data bases &#111;n customer : That part of it works. I need...]]></title>
   <link>https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post401.html#401</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=107">dwatch</a><br /><strong>Subject:</strong> 139<br /><strong>Posted:</strong> 02-March-2006 at 9:05am<br /><br /><P>That part of it works.&nbsp; I need to add the part about the product into this though. </P><P>&nbsp;</P><P>Example would be if the customer is xyz company and the product is a sku: tt33, then display a certain price.</P><span style="font-size:10px"><br /><br />Edited by dwatch - 02-March-2006 at 9:08am</span>]]>
   </description>
   <pubDate>Thu, 02 Mar 2006 09:05:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post401.html#401</guid>
  </item> 
  <item>
   <title><![CDATA[displaying data bases &#111;n customer : I may be way off base but have...]]></title>
   <link>https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post399.html#399</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=74">watercrazed</a><br /><strong>Subject:</strong> 139<br /><strong>Posted:</strong> 02-March-2006 at 4:13am<br /><br />I may be way off base but have you tried just pasting all of the the code for the display part of the form between your if and end if? I don't code but here is my guess.<br><br><p>if session("idcustomer")=1200 then</p><p>&lt;-- start form--&gt;<br></p><p>paste all of the form code here</p><p>&lt;!-- end of ordering options and add to cart button --&gt;<br></p><p>end if</p>Really not sure where you put your end if but, that is a guess. Maybe someone that actually knows asp will try to answer.<br><br>]]>
   </description>
   <pubDate>Thu, 02 Mar 2006 04:13:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post399.html#399</guid>
  </item> 
  <item>
   <title><![CDATA[displaying data bases &#111;n customer : Trying to display certain data...]]></title>
   <link>https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post394.html#394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=107">dwatch</a><br /><strong>Subject:</strong> 139<br /><strong>Posted:</strong> 27-February-2006 at 11:23am<br /><br /><P>Trying to display certain data (pricing, etc)&nbsp; on the viewprd.asp base on the customer and the product.</P><P>here is what i have so far</P><P>if session("idcustomer")=1200 then</P><P>'display data here</P><P>end if</P><P>I need help adding in the and idproduct= or idcategory= part of it.&nbsp; Any input will be appreciated.</P>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 11:23:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-data-bases-on-customer_topic139_post394.html#394</guid>
  </item> 
 </channel>
</rss>