<?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 both retail and wholesale prices</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Displaying both retail and wholesale prices]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 13:15:14 +0000</pubDate>
  <lastBuildDate>Mon, 04 Jan 2010 12:56:18 +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=3311</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 both retail and wholesale prices : If you need this behavior across...]]></title>
   <link>https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12521.html#12521</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 3311<br /><strong>Posted:</strong> 04-January-2010 at 12:56pm<br /><br />If you need this behavior across the board, then there are a few files to edit. In all cases, you will need to edit the portion of the code that looks to see if you are a wholesale customer and/or belong to a special Customer Pricing Category. You could edit it to simply show the wholesale price, removing all conditional statements.<br /><br />Since there are a few files to edit, we recommend working with a developer to accomplish the code change.<br /><br />Here is an example. In "pc/pcShowProductH.asp", locate:<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% 'if customer category type logged in - show pricing<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if session("customerCategory")&lt;&gt;0 and (dblpcCC_Price&gt;"0") and (pcv_intHideBTOPrice&lt;&gt;"1") then %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p class="pcShowProductPriceW"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% response.write session("customerCategoryDesc")& " " & scCursign & money(dblpcCC_Price)%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% else %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% if (dblpcCC_Price&gt;"0") and (session("customerType")="1") and (pcv_intHideBTOPrice&lt;&gt;"1") then %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p class="pcShowProductPriceW"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% response.write dictLanguage.Item(Session("language")&"_prdD1_4")& " " & scCursign & money(dblpcCC_Price)%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% end if <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if %&gt;<br /></pre></td></tr></table><br />... and replace with (all conditional statements are removed, wholesale price always shown, pricing category disregarded):<br /><table width="99%"><tr><td><pre class="BBcode"><br />&lt;p class="pcShowProductPriceW"&gt;<br />&lt;% response.write dictLanguage.Item(Session("language")&"_prdD1_4")& " " & scCursign & money(dblpcCC_Price)%&gt;<br />&lt;/p&gt;<br /></pre></td></tr></table>]]>
   </description>
   <pubDate>Mon, 04 Jan 2010 12:56:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12521.html#12521</guid>
  </item> 
  <item>
   <title><![CDATA[Displaying both retail and wholesale prices : Bump ]]></title>
   <link>https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12516.html#12516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1803">sue.powers</a><br /><strong>Subject:</strong> 3311<br /><strong>Posted:</strong> 04-January-2010 at 8:00am<br /><br />Bump]]>
   </description>
   <pubDate>Mon, 04 Jan 2010 08:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12516.html#12516</guid>
  </item> 
  <item>
   <title><![CDATA[Displaying both retail and wholesale prices : Actually, its the scenario that...]]></title>
   <link>https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12468.html#12468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1803">sue.powers</a><br /><strong>Subject:</strong> 3311<br /><strong>Posted:</strong> 27-December-2009 at 9:44pm<br /><br />Actually, its the scenario that I need for my system.&nbsp; We have member prices (wholesale) and non member prices (retail).&nbsp; I need both to be visible so that the members know how much it is without logging in and non members need to see the retail price and the wholesale price that might encourage them to become members in order to save.&nbsp; <DIV>&nbsp;</DIV><DIV>Is it a simple code customization?&nbsp; </DIV>]]>
   </description>
   <pubDate>Sun, 27 Dec 2009 21:44:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12468.html#12468</guid>
  </item> 
  <item>
   <title><![CDATA[Displaying both retail and wholesale prices : Hi Sue, Not by default, but it&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12467.html#12467</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 3311<br /><strong>Posted:</strong> 27-December-2009 at 7:21pm<br /><br />Hi Sue,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not by default, but it's possible to do so by customizing the code. However, I'm trying to work out the scenario where this would be desirable. The only one I can imagine is where you will only sell at wholesale prices and wish to show customers how much they saved over retail prices, in which case use "Online Price", "List Price" and check "Show Savings".<br>Otherwise, showing your wholesale price to those who cannot obtain them is a bad idea as if people see a lower price than the one available to them they will feel put out and go and shop elsewhere.&nbsp; <br>I just did this myself over a "special offer" I was offered on some software where I was left feeling ripped off and shopped elsewhere.&nbsp; <br>]]>
   </description>
   <pubDate>Sun, 27 Dec 2009 19:21:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12467.html#12467</guid>
  </item> 
  <item>
   <title><![CDATA[Displaying both retail and wholesale prices : Is there a way to show both prices...]]></title>
   <link>https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12466.html#12466</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1803">sue.powers</a><br /><strong>Subject:</strong> 3311<br /><strong>Posted:</strong> 27-December-2009 at 7:01pm<br /><br />Is there a way to show both prices whether anyone is logged in or not?]]>
   </description>
   <pubDate>Sun, 27 Dec 2009 19:01:48 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/displaying-both-retail-and-wholesale-prices_topic3311_post12466.html#12466</guid>
  </item> 
 </channel>
</rss>