<?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: Revised Fake Grid View</title>
	<atom:link href="http://mccormicky.com/1053/revised-fake-grid-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://mccormicky.com/1053/revised-fake-grid-view/</link>
	<description>Freelance Web Designer</description>
	<lastBuildDate>Fri, 18 Nov 2011 12:17:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mccormicky</title>
		<link>http://mccormicky.com/1053/revised-fake-grid-view/comment-page-1/#comment-3907</link>
		<dc:creator>mccormicky</dc:creator>
		<pubDate>Tue, 23 Dec 2008 14:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://mccormicky.com/?p=1053#comment-3907</guid>
		<description>Hey thanks for submitting the comment here.
Interestingly I seem to have only one site using RC 3 or 4... and not using the edits I mentioned because that site usually has no need for grid view(only has a few products to sell at a time).

I was extremely pleased that after upgrading to WP 2.7 and going from WPSC 3.6.7 to RC 3.6.8 3 or 4 there were 0,  count em,  0 problems with the database upgrade, paypal payment getting sent to paypal (usually why I am reluctant to upgrade is because of probs with the payment gateways) or anything else.
The developers of this plugin need and deserve your support. I&#039;ve donated before as well as telling my clients to buy the paid add ons. Just think where designers like you and me would be without this ever evolving plugin? Not that zen cart is bad (it&#039;s actually better in some ways) but hot damn is is difficult for 1st timers to figure out!</description>
		<content:encoded><![CDATA[<p>Hey thanks for submitting the comment here.<br />
Interestingly I seem to have only one site using RC 3 or 4&#8230; and not using the edits I mentioned because that site usually has no need for grid view(only has a few products to sell at a time).</p>
<p>I was extremely pleased that after upgrading to WP 2.7 and going from WPSC 3.6.7 to RC 3.6.8 3 or 4 there were 0,  count em,  0 problems with the database upgrade, paypal payment getting sent to paypal (usually why I am reluctant to upgrade is because of probs with the payment gateways) or anything else.<br />
The developers of this plugin need and deserve your support. I&#8217;ve donated before as well as telling my clients to buy the paid add ons. Just think where designers like you and me would be without this ever evolving plugin? Not that zen cart is bad (it&#8217;s actually better in some ways) but hot damn is is difficult for 1st timers to figure out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farmrchrys</title>
		<link>http://mccormicky.com/1053/revised-fake-grid-view/comment-page-1/#comment-3894</link>
		<dc:creator>farmrchrys</dc:creator>
		<pubDate>Thu, 18 Dec 2008 00:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://mccormicky.com/?p=1053#comment-3894</guid>
		<description>Hi All,

I corresponded with Ms. Mccormicky about her grid view clone and she suggested I share with y&#039;all, so here goes:

Hey mccormicky [says I],

Thanks for the update. I tried your new version, but I like the old one with the add-to-cart button right there (impulse sale!). So it&#039;s the original homepage_products_functions.php and the css from your first post for me. I get four thumbnails across (at my screen res) and it looks nice. Maybe when I get the site live I&#039;ll send you a link.

I have a question: You say &quot;But a Fake Grid View page has one little problem:the thumbnail image does not link to the single product display page(like in Grid View).Instead,it links to the thumbnail image.Which means a thumbnail image will pop up where a full size image should.&quot; As far as I can see, this is the behavior of the out-of-the-box free wpsc default products page. Any ideas as to how the code might be changed to display the full-sized image on the single product pages? I have mine set so that the width of the image on the single products page is the same as the full size image but I am dismayed that it&#039;s just a blow-up if the half-size thumbnail there.

Oh, just a note: For some reason, to avoid a fatal error when using your edited homepage_products_functions.php version, I had to replace this:

foreach((array)$product_list as $product) {
&lt;                                  $wpsc_theme = wpsc_theme_html($product);
&lt;                                  if ($full_view == null) {
&lt;                                           $output .= &quot;\n\r&quot;;
                                   foreach((array)$product_list as $product) {
&gt;                                    if(function_exists(&#039;wpsc_theme_html&#039;)) {
&gt;                                                    $wpsc_theme = wpsc_theme_html($product);
&gt;                                           }

To which Ms. Mccormicky responded:

Hi Chrys [says she]
Great information.I did not get that error but perhaps because on the sites that I use it I am running 3.6.7 and not 3.68 RC1,2 or 3.What version are you using?

[I&#039;m using wp-e-commerce.3.6.8RC3 -Chrys]

I am concerned that removing this line:
 $output .= &quot;\n\r&quot;;
will &quot;break&quot; the html.Unless you have taken care to remove the corresponding $output .= &quot;&quot;;

[Well, I just tested it for a few minutes and it did work, but that&#039;s a very good point - Chrys]

Homepage_products is only for category views and does not apply to single pages...or are you asking how to alter product_display_functions.php?
I&#039;ve found that what you mentioned is possible to achieve by altering the shop theme&#039;s CSS and using your Settings&gt;&gt;Presentation to control the single thumbnail widths.At least this has been my experience.If you would like more info on this I can email you the shop theme css I am using successfully to get better single product images and the sizes I set for single products in Settings-Presentation.
Can I not have a link anyway to your in progress site? I am not that judegemental!

[I have the site hidden behind a curtain using the wet-maintenance plugin while it&#039;s under construction and I&#039;m building it for a client, otherwise I&#039;d let y&#039;all see it -  Chrys]</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I corresponded with Ms. Mccormicky about her grid view clone and she suggested I share with y&#8217;all, so here goes:</p>
<p>Hey mccormicky [says I],</p>
<p>Thanks for the update. I tried your new version, but I like the old one with the add-to-cart button right there (impulse sale!). So it&#8217;s the original homepage_products_functions.php and the css from your first post for me. I get four thumbnails across (at my screen res) and it looks nice. Maybe when I get the site live I&#8217;ll send you a link.</p>
<p>I have a question: You say &#8220;But a Fake Grid View page has one little problem:the thumbnail image does not link to the single product display page(like in Grid View).Instead,it links to the thumbnail image.Which means a thumbnail image will pop up where a full size image should.&#8221; As far as I can see, this is the behavior of the out-of-the-box free wpsc default products page. Any ideas as to how the code might be changed to display the full-sized image on the single product pages? I have mine set so that the width of the image on the single products page is the same as the full size image but I am dismayed that it&#8217;s just a blow-up if the half-size thumbnail there.</p>
<p>Oh, just a note: For some reason, to avoid a fatal error when using your edited homepage_products_functions.php version, I had to replace this:</p>
<p>foreach((array)$product_list as $product) {<br />
&lt;                                  $wpsc_theme = wpsc_theme_html($product);<br />
&lt;                                  if ($full_view == null) {<br />
&lt;                                           $output .= &#8220;\n\r&#8221;;<br />
                                   foreach((array)$product_list as $product) {<br />
&gt;                                    if(function_exists(&#8216;wpsc_theme_html&#8217;)) {<br />
&gt;                                                    $wpsc_theme = wpsc_theme_html($product);<br />
&gt;                                           }</p>
<p>To which Ms. Mccormicky responded:</p>
<p>Hi Chrys [says she]<br />
Great information.I did not get that error but perhaps because on the sites that I use it I am running 3.6.7 and not 3.68 RC1,2 or 3.What version are you using?</p>
<p>[I'm using wp-e-commerce.3.6.8RC3 -Chrys]</p>
<p>I am concerned that removing this line:<br />
 $output .= &#8220;\n\r&#8221;;<br />
will &#8220;break&#8221; the html.Unless you have taken care to remove the corresponding $output .= &#8220;&#8221;;</p>
<p>[Well, I just tested it for a few minutes and it did work, but that's a very good point - Chrys]</p>
<p>Homepage_products is only for category views and does not apply to single pages&#8230;or are you asking how to alter product_display_functions.php?<br />
I&#8217;ve found that what you mentioned is possible to achieve by altering the shop theme&#8217;s CSS and using your Settings&gt;&gt;Presentation to control the single thumbnail widths.At least this has been my experience.If you would like more info on this I can email you the shop theme css I am using successfully to get better single product images and the sizes I set for single products in Settings-Presentation.<br />
Can I not have a link anyway to your in progress site? I am not that judegemental!</p>
<p>[I have the site hidden behind a curtain using the wet-maintenance plugin while it's under construction and I'm building it for a client, otherwise I'd let y'all see it -  Chrys]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

