<?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 : Hide BTO item prices?</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing BTO : Hide BTO item prices?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 12:32:00 +0000</pubDate>
  <lastBuildDate>Mon, 28 Apr 2008 08:26:29 +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=1561</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[Hide BTO item prices? : Yeah i understand, and i&amp;#039;m...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4824.html#4824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=576">bigrasta4life</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 28-April-2008 at 8:26am<br /><br /><P>Yeah i understand, and i'm not overly concerned with the prices being shown in emails or saved quotes etc....once they have requested for the quote they can see the price wherever..</P><P>thanks again</P>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 08:26:29 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4824.html#4824</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : Happy to help - The tweak I gave...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4821.html#4821</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 28-April-2008 at 7:57am<br /><br />Happy to help - The tweak I gave doesn't impact any prices shown in a drop-down selection box, or radio buttons AFAIK, but If your not using them it's not an issue.<br><br>Don't forget to work through the full&nbsp; "customer experience" - checking other places the option prices may be given such as emails, saved quotes, checkout process etc.<br>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 07:57:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4821.html#4821</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : seems to work fine...thanks for...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4820.html#4820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=576">bigrasta4life</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 28-April-2008 at 7:51am<br /><br />seems to work fine...thanks for everything]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 07:51:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4820.html#4820</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : Kyle, I&amp;#039;ve taken a look at...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4797.html#4797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 24-April-2008 at 8:31pm<br /><br />Kyle,<br>&nbsp;&nbsp; I've taken a look at the version of configurePrdCode I have - which is V3.11.<br>To hide the lines on BTO items that are selectable via <span style="font-weight: bold;">TICK BOXES </span>search for 14%.<br>You should find the following lines :-<br><br style="font-weight: bold;">&lt;td width="14%"&gt; <br>&nbsp; &lt;div align="right"&gt;<br>&nbsp; &lt;% if pnoprices&lt;2 then%&gt;&lt;<span style="color: rgb(0, 0, 255);">%=scCurSign &amp; money(prdPrice)%&gt;</span>&lt;%end if%&gt;<br>&nbsp; &lt;/div&gt;<br><br>The text I have highlighted in blue is the code that displays the price next to tick boxes. Change it to something like :- <br><br><br style="font-weight: bold;">&lt;td width="14%"&gt; <br>&nbsp; &lt;div align="right"&gt;<br>&nbsp; &lt;% if pnoprices&lt;2 then%&gt;&lt;<span style="color: rgb(0, 0, 255);">% <span style="color: rgb(255, 0, 0);">' &#091;RVCW - Comment out option prices&#093;</span> =scCurSign &amp; money(prdPrice)%&gt;</span>&lt;%end if%&gt;<br>&nbsp; &lt;/div&gt;<br><br>The KEY thing is the ' which comments out the code - the rest of the text is to assist in finding changes that ay need to be RE-APPLIED whenever you upgrade the code. See <a href="http://www.earlyimpact.com/forum/forum_posts.asp?TID=1460&amp;PN=3" target="_blank"> http://www.earlyimpact.com/forum/forum_posts.asp?TID=1460&am p;PN=3 </a><br>for thoughts on keeping track of changes.<br><br>Then search for the NEXT 14% where you will find almost identical code - repeat the change there as well.<br><br>Apologies if I'm "teaching grandma to suck eggs" here - I've no idea what your skill / experience levels are &amp; anyway, others may find it useful.<br><br>I only looked at the tick boxes as per your example page - I also strongly suggest checking all the other pages where the option prices <span style="text-decorati&#111;n: underline;">may</span> be revealed - Recalled quote/estimate - emails that are sent etc.<br><br>HTH <img src="https://forum.productcart.com/smileys/smiley1.gif" border="0"><br><br><br><br>]]>
   </description>
   <pubDate>Thu, 24 Apr 2008 20:31:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4797.html#4797</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : I&amp;#039;m sure you are right. I&amp;#039;ll...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4782.html#4782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 23-April-2008 at 1:01pm<br /><br />I'm sure you are right. I'll let you know when I've taken a look tomorrow.&nbsp;]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 13:01:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4782.html#4782</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : I believe the code changes need...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4781.html#4781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=576">bigrasta4life</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 23-April-2008 at 12:07pm<br /><br />I believe the code changes need to be made in the configurePrdCode.asp page.&nbsp; My asp knowledge is sketchy at best.&nbsp; Any help appreciated]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 12:07:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4781.html#4781</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? :   Hamish wrote:The link is working...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4780.html#4780</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=576">bigrasta4life</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 23-April-2008 at 10:54am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Hamish" alt="Originally posted by Hamish" style="vertical-align: text-bottom;" /> <strong>Hamish wrote:</strong><br /><br />The link is working for me now! - First 2 attempts failed - ah well.<BR>Do you ALWAYS want to hide the option prices, or to be able to select when this is done? - The former is likely to be a much simpler solution.<BR><BR>Are they aware it's a very simple task, even with the option prices hidden, to work out the cost of each option - either mentally or with a calculator - just untick / tick &amp; do the math. <BR>Hiding the option price is really a psychological thing I guess, but&nbsp; if that's what they want that's fine. <BR><BR><BR></td></tr></table> </P><P>yes they are aware that with a calculator the cost can be figured...they just do not want it shown......hiding the option price always would be just fine with me...</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 10:54:15 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4780.html#4780</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : Hamish - the pricing restriction...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4779.html#4779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 23-April-2008 at 10:53am<br /><br />Hamish - the pricing restriction the manufacturers are enforcing may be similar to the MAP pricing rules of (for example) the electronics industry.&nbsp; Manufacturers don't want certain levels of discount pricing visible on the sites until the item is placed in the cart.&nbsp; <BR><BR>An example would be the products marked "see our price" on <A href="http://www.starmarinedepot.com/" target="_blank">http://www.starmarinedepot.com/</A>.&nbsp; I&nbsp;have this mod for PC stores as well, but the store where I did it doesn't seem to have any products coded for that pricing model at the present time.]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 10:53:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4779.html#4779</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : Hi Greg, That&amp;#039;s what I tried...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4778.html#4778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 23-April-2008 at 10:38am<br /><br />Hi Greg, That's what I tried the 1st time it failed - with no joy, still, my later attempt just went straight there - the wonders of the web :-) &nbsp;]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 10:38:29 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4778.html#4778</guid>
  </item> 
  <item>
   <title><![CDATA[Hide BTO item prices? : The link is working for me now!...]]></title>
   <link>https://forum.productcart.com/hide-bto-item-prices_topic1561_post4777.html#4777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1561<br /><strong>Posted:</strong> 23-April-2008 at 10:36am<br /><br />The link is working for me now! - First 2 attempts failed - ah well.<br>Do you ALWAYS want to hide the option prices, or to be able to select when this is done? - The former is likely to be a much simpler solution.<br><br>Are they aware it's a very simple task, even with the option prices hidden, to work out the cost of each option  - either mentally or with a calculator - just untick / tick &amp; do the math. <br>Hiding the option price is really a psychological thing I guess, but&nbsp; if that's what they want that's fine. <br><br><br>]]>
   </description>
   <pubDate>Wed, 23 Apr 2008 10:36:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-bto-item-prices_topic1561_post4777.html#4777</guid>
  </item> 
 </channel>
</rss>