<?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: Magento : display product image on invoice + shipping PDF</title>
	<atom:link href="http://www.webmasterbulletin.net/2009/06/magento-display-product-image-on-invoice-shipping-pdf/873/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webmasterbulletin.net/2009/06/magento-display-product-image-on-invoice-shipping-pdf/873</link>
	<description>Rambling around the web publishing industry</description>
	<lastBuildDate>Tue, 08 Jun 2010 19:15:56 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thillai</title>
		<link>http://www.webmasterbulletin.net/2009/06/magento-display-product-image-on-invoice-shipping-pdf/873/comment-page-1#comment-4245</link>
		<dc:creator>Thillai</dc:creator>
		<pubDate>Mon, 10 May 2010 06:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=873#comment-4245</guid>
		<description>Hi


   I have created a new transactional email template for my website for processed status . 

   I would like to edit some values dynamically in the email template.

   Could please tell me on which file(*.phtml) i have to make my changes.

Please help me how to resolve this issue as early as possible.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>   I have created a new transactional email template for my website for processed status . </p>
<p>   I would like to edit some values dynamically in the email template.</p>
<p>   Could please tell me on which file(*.phtml) i have to make my changes.</p>
<p>Please help me how to resolve this issue as early as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shanthi</title>
		<link>http://www.webmasterbulletin.net/2009/06/magento-display-product-image-on-invoice-shipping-pdf/873/comment-page-1#comment-3918</link>
		<dc:creator>shanthi</dc:creator>
		<pubDate>Sat, 18 Jul 2009 09:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=873#comment-3918</guid>
		<description>I have the following code in 
magento-1.3.2.2\magento\app\design\frontend\default\default\template\checkout\cart\item\default.phtml 
$cs = Mage::getModel(&#039;catalog/product&#039;)-&gt;load($_item-&gt;getProductId();

if ($cs-&gt;getOptionById($_option[&#039;option_id&#039;])-&gt;getPriceType() == &#039;fixed&#039;)

{
//do something here
} 
The above works perfect for the TEXT type and other field types 
But it does not work for the select drop down custom option 
The value $cs-&gt;getOptionById($_option[’option_id’])-&gt;getPriceType() is empty for the select custom option 
Can anyone point me how to make it work for drop down option too ? 
Shanthi</description>
		<content:encoded><![CDATA[<p>I have the following code in<br />
magento-1.3.2.2\magento\app\design\frontend\default\default\template\checkout\cart\item\default.phtml<br />
$cs = Mage::getModel(&#8217;catalog/product&#8217;)-&gt;load($_item-&gt;getProductId();</p>
<p>if ($cs-&gt;getOptionById($_option['option_id'])-&gt;getPriceType() == &#8216;fixed&#8217;)</p>
<p>{<br />
//do something here<br />
}<br />
The above works perfect for the TEXT type and other field types<br />
But it does not work for the select drop down custom option<br />
The value $cs-&gt;getOptionById($_option[’option_id’])-&gt;getPriceType() is empty for the select custom option<br />
Can anyone point me how to make it work for drop down option too ?<br />
Shanthi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
