<?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 : Order BTO items by price</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing BTO : Order BTO items by price]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 15:51:41 +0000</pubDate>
  <lastBuildDate>Sun, 21 Mar 2010 13:43:47 +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=1198</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[Order BTO items by price : Yey I found the solution today!...]]></title>
   <link>https://forum.productcart.com/order-bto-items-by-price_topic1198_post13547.html#13547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=709">k5l7v9l</a><br /><strong>Subject:</strong> 1198<br /><strong>Posted:</strong> 21-March-2010 at 1:43pm<br /><br />Yey I found the solution today! Just thought other BTO users would be interested as it's useful to have the BTO customisation options in order of price by default...rather than sorted by name and then having to change the display order for each BTO product...its in configureprodcode file...and&nbsp;you need to find this&nbsp;section (there's 2 of them, one for reconfigure page too):<DIV><BR>query="SELECT categories.idCategory, categories.categoryDesc, configSpec_products.multiSelect,products.pcprod_qtyvalidate,products.pcprod_minimumqty,products.idproduct, products.weight, products.description, configSpec_products.prdSort, configSpec_products.price, configSpec_products.Wprice, configSpec_products.showInfo, configSpec_products.cdefault, configSpec_products.requiredCategory, configSpec_products.displayQF,configSpec_products.pcConfPro_ShowDesc,configSpec_products.pcConfPro_ShowImg,configSpec_products.pcConfPro_ImgWidth,configSpec_products.pcConfPro_ShowSKU,products.sku,products.smallImageUrl,products.stock,products.noStock, products.pcProd_BackOrder, products.pcProd_ShipNDays,products.pcprod_minimumqty,configSpec_Products.pcConfPro_UseRadio,products.pcProd_multiQty,products.details,products.sDesc,configSpec_products.Notes FROM categories INNER JOIN (products INNER JOIN configSpec_products ON (products.idproduct=configSpec_products.configProduct AND products.active&lt;&gt;0 AND products.removed=0" &amp; tmpquery &amp; ")) ON categories.idCategory = configSpec_products.configProductCategory WHERE configSpec_products.specProduct="&amp;pIdProduct&amp;" ORDER BY configSpec_products.catSort, categories.idCategory, configSpec_products.prdSort,products.description;"<BR><BR>Just change the last variable products.description to products.price</DIV>]]>
   </description>
   <pubDate>Sun, 21 Mar 2010 13:43:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/order-bto-items-by-price_topic1198_post13547.html#13547</guid>
  </item> 
  <item>
   <title><![CDATA[Order BTO items by price : Hi, I&amp;#039;m sure that will involve...]]></title>
   <link>https://forum.productcart.com/order-bto-items-by-price_topic1198_post8414.html#8414</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1198<br /><strong>Posted:</strong> 21-January-2009 at 8:48pm<br /><br />Hi,&nbsp; I'm sure that will involve a custom code change, to make it the default and I suspect it will be a very minor change. The code will almost certainly be in pc/configurePrdCode.asp and you will be looking for the ORDER in the SQL statements. I don't have the code to hand right now as I'm not on my usual PC<br>&nbsp;&nbsp; <br>]]>
   </description>
   <pubDate>Wed, 21 Jan 2009 20:48:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/order-bto-items-by-price_topic1198_post8414.html#8414</guid>
  </item> 
  <item>
   <title><![CDATA[Order BTO items by price : Thanks for your help, that&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/order-bto-items-by-price_topic1198_post8369.html#8369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=709">k5l7v9l</a><br /><strong>Subject:</strong> 1198<br /><strong>Posted:</strong> 19-January-2009 at 7:27pm<br /><br />Thanks for your help, that's not quite what I was referring to. If you click Configure for one of the BTO products, then you can see categories, e.g. CPU, motherboard, memory and each category has products added to it, such as 2GB or 4GB RAM with an order field next to them. By default these products are ordered by name, I want them to be in order of price without having to fill in the order field as it's too time consuming for my particular use. I've tried all the ProductCart settings, they don't relate to that...]]>
   </description>
   <pubDate>Mon, 19 Jan 2009 19:27:45 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/order-bto-items-by-price_topic1198_post8369.html#8369</guid>
  </item> 
  <item>
   <title><![CDATA[Order BTO items by price : Hi, Do you mean order the BTO...]]></title>
   <link>https://forum.productcart.com/order-bto-items-by-price_topic1198_post8334.html#8334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1198<br /><strong>Posted:</strong> 15-January-2009 at 10:15am<br /><br />Hi,<br>&nbsp;&nbsp; Do you mean order the BTO ITEMS (within a BTO product) - In which case it's "order" on the right of the page. The default is just the order you add the BTO items to the product.<br><br>&nbsp;If you mean products within a category then that is controlled globally from the "Settings &gt; Display setting" or can be managed individually via "Manage Categories" and then selecting "Products" for the category you wish to control the display order and the order column is shown on the right. <br><br><br>]]>
   </description>
   <pubDate>Thu, 15 Jan 2009 10:15:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/order-bto-items-by-price_topic1198_post8334.html#8334</guid>
  </item> 
  <item>
   <title><![CDATA[Order BTO items by price : I still haven&amp;#039;t managed to...]]></title>
   <link>https://forum.productcart.com/order-bto-items-by-price_topic1198_post8333.html#8333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=709">k5l7v9l</a><br /><strong>Subject:</strong> 1198<br /><strong>Posted:</strong> 15-January-2009 at 9:43am<br /><br />I still haven't managed to find out how to get this simple tweak done, any ideas someone? The last suggestion didn't help as that doesn't relate to the order the BTO items are ordered...]]>
   </description>
   <pubDate>Thu, 15 Jan 2009 09:43:48 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/order-bto-items-by-price_topic1198_post8333.html#8333</guid>
  </item> 
  <item>
   <title><![CDATA[Order BTO items by price : I&amp;#039;m sure you have already...]]></title>
   <link>https://forum.productcart.com/order-bto-items-by-price_topic1198_post3791.html#3791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=206">M Robles</a><br /><strong>Subject:</strong> 1198<br /><strong>Posted:</strong> 05-December-2007 at 11:00am<br /><br />I'm sure you have already seen this option, but the you can globally sort the product by price in the "Display" section of the control panel. ]]>
   </description>
   <pubDate>Wed, 05 Dec 2007 11:00:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/order-bto-items-by-price_topic1198_post3791.html#3791</guid>
  </item> 
  <item>
   <title><![CDATA[Order BTO items by price : At the moment the shopping cart...]]></title>
   <link>https://forum.productcart.com/order-bto-items-by-price_topic1198_post3580.html#3580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=709">k5l7v9l</a><br /><strong>Subject:</strong> 1198<br /><strong>Posted:</strong> 24-October-2007 at 8:57am<br /><br /><FONT face=Arial size=2>At the moment the shopping cart automatically places selectable items within a BTO category by alphabetical order, I wish to change this so that it orders BTO products by price, how do I go about doing this? At the moment I have to do this manually by putting a number in the field box on the left to put the products in order, this takes a lot of time as I regularly add and remove BTO products. If anyone knows how to tweak this or can offer to mod the cart for a charge please let me know.</FONT>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 08:57:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/order-bto-items-by-price_topic1198_post3580.html#3580</guid>
  </item> 
 </channel>
</rss>