<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Passing $cPath thru Advanced Search&#8230;</title>
	<atom:link href="http://www.clubosc.com/passing-cpath-thru-advanced-search.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clubosc.com/passing-cpath-thru-advanced-search.html</link>
	<description>Showcasing osCommerce...the good, the bad and the ugly!</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:32:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/passing-cpath-thru-advanced-search.html/comment-page-1#comment-5370</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 01 Jul 2011 17:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/passing-cpath-thru-advanced-search.html#comment-5370</guid>
		<description>Good spot.  Forget the change in the advanced_search file.  In the listing module, just make this code change in place of the other;

if (tep_not_null($listing[&#039;products_id&#039;])) {
        $cPath = tep_get_product_path($listing[&#039;products_id&#039;]);
      }</description>
		<content:encoded><![CDATA[<p>Good spot.  Forget the change in the advanced_search file.  In the listing module, just make this code change in place of the other;</p>
<p>if (tep_not_null($listing['products_id'])) {<br />
        $cPath = tep_get_product_path($listing['products_id']);<br />
      }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://www.clubosc.com/passing-cpath-thru-advanced-search.html/comment-page-1#comment-5366</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Thu, 30 Jun 2011 16:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/passing-cpath-thru-advanced-search.html#comment-5366</guid>
		<description>Advanced_search_result is returning the incorrect cpath. For example, it returns a cpath of 37_54 when the correct cpath is 72_398_80.
I suspect it must be one of the category functions, but they all look correct when compared to the stock install. 

Any pointers on where to start?</description>
		<content:encoded><![CDATA[<p>Advanced_search_result is returning the incorrect cpath. For example, it returns a cpath of 37_54 when the correct cpath is 72_398_80.<br />
I suspect it must be one of the category functions, but they all look correct when compared to the stock install. </p>
<p>Any pointers on where to start?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

