<?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 : Apparel mod:  search by product options</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Apparel mod:  search by product options]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 19:03:55 +0000</pubDate>
  <lastBuildDate>Mon, 18 Jun 2012 10:48:50 +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=3515</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[Apparel mod:  search by product options : Please contact me directly via...]]></title>
   <link>https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post19796.html#19796</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 3515<br /><strong>Posted:</strong> 18-June-2012 at 10:48am<br /><br />Please contact me directly via my site and I'll prepare a proposal.&nbsp; Do you want specifically what is listed at the site above or something else?]]>
   </description>
   <pubDate>Mon, 18 Jun 2012 10:48:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post19796.html#19796</guid>
  </item> 
  <item>
   <title><![CDATA[Apparel mod:  search by product options :   Hello, we have a shop with...]]></title>
   <link>https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post19795.html#19795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2382">erregi</a><br /><strong>Subject:</strong> 3515<br /><strong>Posted:</strong> 18-June-2012 at 10:29am<br /><br />Hello, we have a shop with PC v4.1a SP 1. <div></div>We would like to know if you can install your add-on for searches of sizes and colors and the cost of the solution. <div></div>thanks <div></div>Roberto Guaini]]>
   </description>
   <pubDate>Mon, 18 Jun 2012 10:29:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post19795.html#19795</guid>
  </item> 
  <item>
   <title><![CDATA[Apparel mod:  search by product options : This looks great Greg - thanks...]]></title>
   <link>https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post13506.html#13506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=190">intour</a><br /><strong>Subject:</strong> 3515<br /><strong>Posted:</strong> 19-March-2010 at 12:41pm<br /><br />This looks great Greg - thanks for letting us know.<DIV>&nbsp;</DIV><DIV>I can see this being very useful</DIV><DIV>&nbsp;</DIV><DIV>Nigel</DIV>]]>
   </description>
   <pubDate>Fri, 19 Mar 2010 12:41:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post13506.html#13506</guid>
  </item> 
  <item>
   <title><![CDATA[Apparel mod:  search by product options : Merchants using EI&amp;#039;s Apparel...]]></title>
   <link>https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post13444.html#13444</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 3515<br /><strong>Posted:</strong> 16-March-2010 at 11:39pm<br /><br />Merchants using EI's Apparel Add-on may find our latest custom programming effort of interest.&nbsp; <DIV>&nbsp;</DIV><DIV>I don't ordinarily post about our custom programming projects but I feel this one may have fairly wide applicability and wanted folks to know about it.</DIV><DIV>&nbsp;</DIV><DIV>Note the size/inseam search tool in the left nav.&nbsp; Switch to one of the shirt categories and there is a size dropdown.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.rockiesjeans.com/shop/pc/viewCategories.asp?idCategory=2" target="_blank">http://www.rockiesjeans.com/shop/pc/viewCategories.asp?idCategory=2</A></DIV><DIV>&nbsp;</DIV><DIV>In the admin we provided a tool that allows the merchant to declare which product options are to be used for a search.&nbsp; Those declarations may be named.&nbsp; So for this store, "inseam" and "size" have been defined as a search option named "jeans", and another product option named "size" was defined as a search option named "shirts".&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>In the category admin, we added a dropdown where the merchant may declare which search option (or none) must be associated with that category.&nbsp; So the jeans category gets the inseam/size search option, and the shirt categories are all assigned their respective search option.</DIV><DIV>&nbsp;</DIV><DIV>Code introduced to header.asp determines when to cause the search options to appear.&nbsp; As a category is rendered, we examine the subproducts and populate the dropdown with only data which is present.&nbsp; So if there are 12 possible sizes (attributes) assigned to a "product option", but only 8 such sizes are actually used by products in the current category, then we only show those sizes in the dropdown.&nbsp; No point is presenting sizes that the site visitor simply won't find as being available for any product in that category.</DIV><DIV>&nbsp;</DIV><DIV>Performing a search based on the&nbsp;shopper's&nbsp;preferred size and inseam will query the subproducts in the current category, then display&nbsp;the screen only those parent products which offer the requested size.</DIV><DIV>&nbsp;</DIV><DIV>If this is a feature you would find useful, please contact us directly via our web site.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 16 Mar 2010 23:39:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/apparel-mod-search-by-product-options_topic3515_post13444.html#13444</guid>
  </item> 
 </channel>
</rss>