<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>willoller.com &#187; xcart hacks</title>
	<atom:link href="http://www.willoller.com/category/xcart-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willoller.com</link>
	<description>Learning to match the beat of the Old World man.</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:34:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>XCart Thumbnails on checkout page</title>
		<link>http://www.willoller.com/xcart-thumbnails-on-checkout-page/</link>
		<comments>http://www.willoller.com/xcart-thumbnails-on-checkout-page/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 17:17:55 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[xcart hacks]]></category>

		<guid isPermaLink="false">http://www.willoller.com/xcart-thumbnails-on-checkout-page/</guid>
		<description><![CDATA[Change customer/main/cart_details.tpl Change {section name=prod_num loop=$cart.products} to {section name=prod_num loop=$products} Add [php]{if $products[prod_num].is_pimage eq &#8216;W&#8217; }{as sign var=&#8221;imageid&#8221; value=$products[prod_num].variantid}{else}{assign var=&#8221;imageid&#8221; value=$products[prod_num].productid}{/if}{include file=&#8221;product_thumbnail.tpl&#8221; productid=$imageid image_x=80 product=$products[prod_num].product tmbn_url=$products[prod_num].pimage_url type=$products[prod_num].is_pimage}[/php] Note the bit image_x=80; change to taste. Also, you can restore the config default by making it image_x=$config.Appearance.thumbnail_width]]></description>
			<content:encoded><![CDATA[	<p>Change <code>customer/main/cart_details.tpl</code></p>
	<p>Change <code>{section name=prod_num loop=$cart.products}</code> to <code>{section name=prod_num loop=$products}</code></p>
	<p>Add  [php]<a href="product.php?productid={$products[prod_num].productid}">{if $products[prod_num].is_pimage eq &#8216;W&#8217; }{as sign var=&#8221;imageid&#8221; value=$products[prod_num].variantid}{else}{assign var=&#8221;imageid&#8221; value=$products[prod_num].productid}{/if}{include file=&#8221;product_thumbnail.tpl&#8221; productid=$imageid image_x=80 product=$products[prod_num].product tmbn_url=$products[prod_num].pimage_url type=$products[prod_num].is_pimage}</a>[/php]</p>
<p>Note the bit <code>image_x=80</code>; change to taste.<br />

Also, you can restore the config default by making it <code>image_x=$config.Appearance.thumbnail_width</code><br />
</p>


 ]]></content:encoded>
			<wfw:commentRss>http://www.willoller.com/xcart-thumbnails-on-checkout-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

