<?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 : Request a Quote -&gt; Order</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using BTO : Request a Quote -&gt; Order]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 17:12:03 +0000</pubDate>
  <lastBuildDate>Sat, 27 Dec 2008 15:28:53 +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=2196</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[Request a Quote -&gt; Order : Scratch that comment about aligning...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7999.html#7999</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1234">cmason</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 27-December-2008 at 3:28pm<br /><br />Scratch that comment about aligning price columns right, it's that darned input field.  Just add "text-align:right;" to the class "transparentField" in pcStoreFront.css.  While you're doing that you may also want to add "font-size:115%;" to make the price in the total large and "font-weight:bold;" just to make sure.<br /><br />Also tr after &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />"<br />pcs_BTOPurchasing<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />' END:  Disallow purchasing. Quote Submission only<br />"<br />is either missing a td or a column span (I also changed the alignment)<br /><br />Result:&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&lt;tr&gt;<br />  &lt;td&gt;&nbsp;&lt;/td&gt;<br />  &lt;td align="right"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pcv_strFuntionCall = "cdDynamic"<br />puts the "Quote" icon under "Add to Cart" which I've also aligned right to be under the totals.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]>
   </description>
   <pubDate>Sat, 27 Dec 2008 15:28:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7999.html#7999</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order : Cross sells - accessory and bundle...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7998.html#7998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1234">cmason</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 27-December-2008 at 3:27pm<br /><br />Cross sells - accessory and bundle with standard products also do not display.<br /><br />If a product is a configure only/totally customized then currently you are dumped directly to configureprd.asp which is a very thin display with no "Save Product", Send A link, addt'l images, cross sells etc.  For standard products you can't "Request A Quote".  Totally customized products need richer displays, not lesser displays of information.  Standard products should be allowed to have quote requests, especially if the cart is turned off.<br /><br />Currently I'm recommending that all BTO products have at least one Standard Feature so that all products will benefit from landing on viewPrd.asp before being redirected to configurePrd.asp.<br /><br />I also changed the routine for pcs_Wishlist to allow saving a BTO product<br />&nbsp;&nbsp;&nbsp;Public Sub pcs_WishList<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if scWL=-1 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'CW show even if BTO<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  'if pserviceSpec=0 then <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  If 1=1 Then<br />It works to "Save" a BTO product to the customer's wishlist.  I've done it with my test customer account and all works well.]]>
   </description>
   <pubDate>Sat, 27 Dec 2008 15:27:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7998.html#7998</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order :   cmason wrote:Just noticed that...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7993.html#7993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1400">DTyler</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 27-December-2008 at 2:06pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by cmason" alt="Originally posted by cmason" style="vertical-align: text-bottom;" /> <strong>cmason wrote:</strong><br /><br />Just noticed that settings for configurePrd.asp do not reflect the product display choices made in the CP for image left/right. Cross sell doesn't display, at least I don't think it does I've posted a separate issue for BTO not displaying cross sells. <BR><BR>Plus, it would make life simpler if all columns with prices were aligned right.</td></tr></table> <DIV>&nbsp;</DIV><DIV>By design, cross sells that have customization options attached do not display.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>The reason for that would be - if you had two bundled products with required options, there wouldn't be an easy&nbsp;way to set the options on the first item and then redirect you to the second item to the set the options.</DIV><DIV>&nbsp;</DIV><DIV>Worse would be if you had a bundle of three or four products with required options and had to code PC to set the options for all four of the products.</DIV><DIV>&nbsp;</DIV><DIV>On the bright side, you can add a simile of standard product options on a BTO page using custom CSS classes on the code for drop down menus in the configureprdcode.asp file and use absolute positioning in your CSS file to place the drop down menus wherever you like (including at the top of the page in your product summary).&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>The one downside would be that you'd lose the ability to add drop down menus to the rest of the build sheet.</DIV>]]>
   </description>
   <pubDate>Sat, 27 Dec 2008 14:06:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7993.html#7993</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order : Just noticed that settings for...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7990.html#7990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1234">cmason</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 27-December-2008 at 9:49am<br /><br />Just noticed that settings for configurePrd.asp do not reflect the product display choices made in the CP for image left/right.  Cross sell doesn't display, at least I don't think it does I've posted a separate issue for BTO not displaying cross sells.<br /><br />Plus, it would make life simpler if all columns with prices were aligned right.]]>
   </description>
   <pubDate>Sat, 27 Dec 2008 09:49:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7990.html#7990</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order : Thanks for the explanation of...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7926.html#7926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1234">cmason</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 22-December-2008 at 9:44am<br /><br />Thanks for the explanation of why the code was separated, that wasn't making sense to me.<br /><br />Ultimately what the site client needs to be able to do is "Send A Link", "Save" and "Request A Quote" no matter what type of product, what type of product configuration, is used.  If it is a totally customized product then it should display the additional images, next/previous, save, send a link, etc just like it is a standard product or BTO with optional configuration.  <br />]]>
   </description>
   <pubDate>Mon, 22 Dec 2008 09:44:39 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7926.html#7926</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order :  Christie, I can assure you that...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7925.html#7925</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 22-December-2008 at 8:59am<br /><br />Christie, I can assure you that there are pretty good technical reasons behind every change you have seen between the 2.x code structure and the v3.x one. "viewprdcode.asp" is used in the Control Panel too, among other reasons why the code was separated out into that file (and related files).<br><br>BTO products are indeed very different from standard products and should be treated differently in the code. Just one example: product bundles don't make absolutely any sense with BTO products, since the bundled items would be an integral part of the product configuration (selectable items on the product configuration page). Having one page do it all would increase, not reduce, complexity.<br><br>Anyway, back to the beginning: it's still unclear what you are ultimately trying to do. If there are feature changes that we can apply that could help your scenario, we will consider them, as long as they don't assume a complete re-write of the whole storefront structure <img src="https://forum.productcart.com/smileys/smiley1.gif" border="0" alt="Smile" /><br><br>So, forget ProductCart and provide an explanation of what it is that your client is expecting customers to be able to do. Are customers saving products (Standard and BTO products) to a "Request an Estimate" document for which they would like to receive an estimate, so that it can then be turned into an actual purchase order?<br><span style="font-size:10px"><br /><br />Edited by earlyimp - 22-December-2008 at 9:01am</span>]]>
   </description>
   <pubDate>Mon, 22 Dec 2008 08:59:45 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7925.html#7925</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order : Not exactly.  I don&amp;#039;t think...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7924.html#7924</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1234">cmason</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 22-December-2008 at 8:19am<br /><br />Not exactly.  I don't think the end user should be offered different functions dependent on if a product is a standard product or a BTO product. A product is a product. Site clients shouldn't notice any difference.  They should be able to "Save", "Send A Link" etc for BTO products and they should be able to "Request A Quote" for standard products.  Simple example where a "Request A Quote" w/b handy for standard products w/b a quantity request.  Yes, quantity discounts can be set up for every product but not every quantity scenario can be covered with simple quantity discount rules.  "No Price" is also another good example.<br /><br />The site client shouldn't have to care, ie receive different functionality, depending on what type of product it is.<br /><br />I customized this on V2.76 so I know it's possible but the task of customizing V3.5 with a minimum of 5 different files involved (viewProd, viewProdCode, viewPrdX or configurePrd, configurePrdCode, ) is a bit daunting.  <br /><br />Which brings me to wondering "Why are there now so many different files now?  I don't see where the use of the XXPrdCode has any benefits, it's stuck back together when the page is run so there's no page size savings server side and it makes tracing functions/variables a real bear. <br /><br />As far as different include files just to switch image placement (appears it only works on viewPrd not configurePrd)...let those that really want a left image switch the column contents, those that want a single column learn html enough to use "td colspan="2"" and remove the second td.  <br /><br />I'd rather see the complexity spent on having configurePrd be an include of viewPrd.  That way there doesn't need to be functions repeated in both pages and functionality w/b the same for all product types.  There's already some BTO code in viewPrd to show standard features (exp http://www.earlyimpact.com/productcart/build_to_order/productcart/pc/viewPrd.asp?idproduct=515&idcategory=118), seems to me it wouldn't be a big deal to expand that to show required or other customize options.]]>
   </description>
   <pubDate>Mon, 22 Dec 2008 08:19:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7924.html#7924</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order : The way the feature is designed...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7922.html#7922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 22-December-2008 at 6:49am<br /><br />The way the feature is designed today, "Request a Quote" and a product being a BTO product are closely tied together. What you are describing sounds like a slightly different "Wish List" where the customer can "Send" the Wish List to the store to receive pricing on the items added to it (assuming pricing is turned off for those products). Is this correct?]]>
   </description>
   <pubDate>Mon, 22 Dec 2008 06:49:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7922.html#7922</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order : Thank you very much for that helpful...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7917.html#7917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1234">cmason</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 21-December-2008 at 9:10am<br /><br />Thank you very much for that helpful response.  Will "Request A Quote" also be available for standard products?]]>
   </description>
   <pubDate>Sun, 21 Dec 2008 09:10:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7917.html#7917</guid>
  </item> 
  <item>
   <title><![CDATA[Request a Quote -&gt; Order :  We agree that if the &amp;#034;Skip...]]></title>
   <link>https://forum.productcart.com/request-a-quote-order_topic2196_post7913.html#7913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 2196<br /><strong>Posted:</strong> 20-December-2008 at 6:59pm<br /><br />We agree that if the "Skip Products Details Page" option is checked, then the BTO configuration page - which by definition becomes the main product page shown to the customer for that particular product - should display more information. <br><br>On the other hand, if the configuration page is shown after the customer clicks on the "Configure" button on the product details page (viewprd.asp), then we should probably leave things "as is" in order to minimize the display of redundant information on consecutive pages.<br><br>This certainly makes sense, it's not difficult to implement, and will be added in a future release. As soon as we have a BETA of the edited file we will post it here.<br><br>Thanks to all for your feedback, as always!<br><span style="font-size:10px"><br /><br />Edited by earlyimp - 20-December-2008 at 7:02pm</span>]]>
   </description>
   <pubDate>Sat, 20 Dec 2008 18:59:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/request-a-quote-order_topic2196_post7913.html#7913</guid>
  </item> 
 </channel>
</rss>