<?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: Adding Customer Comments on Invoice PDFs in Magento (using OneStepCheckout)</title>
	<atom:link href="http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/</link>
	<description>Refresh your vision</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:12:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: emon</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-1161</link>
		<dc:creator>emon</dc:creator>
		<pubDate>Fri, 23 Sep 2011 16:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-1161</guid>
		<description>hey thanks for the posts. Really helpful.</description>
		<content:encoded><![CDATA[<p>hey thanks for the posts. Really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vunguyen</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-1120</link>
		<dc:creator>vunguyen</dc:creator>
		<pubDate>Fri, 20 May 2011 03:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-1120</guid>
		<description>Thank you very much. we go it working great!</description>
		<content:encoded><![CDATA[<p>Thank you very much. we go it working great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Airbox</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-901</link>
		<dc:creator>Airbox</dc:creator>
		<pubDate>Fri, 05 Nov 2010 00:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-901</guid>
		<description>thanks christian!  we got it working great!

if you or any of your users are interested, here is the code to display it on the order email templates:

                    
                      
                        
                          Order Comments:
                        
                      
                      
                        
                          {{var order.getOnestepcheckoutCustomercomment()}}
                        
                      
                    </description>
		<content:encoded><![CDATA[<p>thanks christian!  we got it working great!</p>
<p>if you or any of your users are interested, here is the code to display it on the order email templates:</p>
<p>                          Order Comments:</p>
<p>                          {{var order.getOnestepcheckoutCustomercomment()}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-894</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Thu, 04 Nov 2010 10:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-894</guid>
		<description>Here are a few things to check:
- place an order and add customer comments - i&#039;m assuming they&#039;re enabled from the admin
- check the order in the admin and make sure they appear on the view order page
- if they don&#039;t, check the database to see if the comments get stored
- if they do, see if the field is still named &quot;onestepcheckout_customercomments&quot; - it really important, cause right now you&#039;re probably calling $order-&gt;getOnestepcheckoutCustomerComments()
- if everything so far looks good, but the comments still don&#039;t show up on the invoice, add a print_R($order); die(); and try printing an invoice - check the dump and see if the comments are in there.
- if they are, it&#039;s a pdf/spooling problem - most probably a color or coordinate issue</description>
		<content:encoded><![CDATA[<p>Here are a few things to check:<br />
- place an order and add customer comments &#8211; i&#8217;m assuming they&#8217;re enabled from the admin<br />
- check the order in the admin and make sure they appear on the view order page<br />
- if they don&#8217;t, check the database to see if the comments get stored<br />
- if they do, see if the field is still named &#8220;onestepcheckout_customercomments&#8221; &#8211; it really important, cause right now you&#8217;re probably calling $order->getOnestepcheckoutCustomerComments()<br />
- if everything so far looks good, but the comments still don&#8217;t show up on the invoice, add a print_R($order); die(); and try printing an invoice &#8211; check the dump and see if the comments are in there.<br />
- if they are, it&#8217;s a pdf/spooling problem &#8211; most probably a color or coordinate issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Airbox</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-890</link>
		<dc:creator>Airbox</dc:creator>
		<pubDate>Thu, 04 Nov 2010 01:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-890</guid>
		<description>No error message, just nothing being displayed after the order totals.  You are correct, it looks like nothing has changed since the 1.3 versions of magento, but maybe the module for OneStepCheckout???  I am happy to contact you via your contact form on the site if you like i can send you the file that we created and you can take a look at if you re able.</description>
		<content:encoded><![CDATA[<p>No error message, just nothing being displayed after the order totals.  You are correct, it looks like nothing has changed since the 1.3 versions of magento, but maybe the module for OneStepCheckout???  I am happy to contact you via your contact form on the site if you like i can send you the file that we created and you can take a look at if you re able.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-883</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Wed, 03 Nov 2010 08:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-883</guid>
		<description>This was developed on Mage 1.3.x, but I don&#039;t see any major differences between Invoice.php v1.3 and v.1.4. insertOscComments should stay the same and should work and the call to it should go after insert totals. 
What&#039;s the error message saying?</description>
		<content:encoded><![CDATA[<p>This was developed on Mage 1.3.x, but I don&#8217;t see any major differences between Invoice.php v1.3 and v.1.4. insertOscComments should stay the same and should work and the call to it should go after insert totals.<br />
What&#8217;s the error message saying?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Airbox</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-880</link>
		<dc:creator>Airbox</dc:creator>
		<pubDate>Tue, 02 Nov 2010 22:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-880</guid>
		<description>thank you for this great article!  we have tried to implement this solution for one of our clients as well, but have not been able to get it to work, do you know if this will work on 1.4.0.1?  if so would it be possible for you to post your full working invoice.php file so that we can compare ours to see if we have made a mistake?</description>
		<content:encoded><![CDATA[<p>thank you for this great article!  we have tried to implement this solution for one of our clients as well, but have not been able to get it to work, do you know if this will work on 1.4.0.1?  if so would it be possible for you to post your full working invoice.php file so that we can compare ours to see if we have made a mistake?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manas Andhare</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-785</link>
		<dc:creator>Manas Andhare</dc:creator>
		<pubDate>Thu, 21 Oct 2010 09:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-785</guid>
		<description>hey thanks, 

this has worked and helped me a lot to print a new field in invoice pdf

but one thing I modified was function insertOscComments(&amp;$page, $order) to function insertOscComments($page, $order).
no &#039;&amp;&#039; in the first argument :D</description>
		<content:encoded><![CDATA[<p>hey thanks, </p>
<p>this has worked and helped me a lot to print a new field in invoice pdf</p>
<p>but one thing I modified was function insertOscComments(&amp;$page, $order) to function insertOscComments($page, $order).<br />
no &#8216;&amp;&#8217; in the first argument <img src='http://mandagreen.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Alexandre</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-718</link>
		<dc:creator>Bruno Alexandre</dc:creator>
		<pubDate>Sat, 17 Jul 2010 08:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-718</guid>
		<description>It&#039;s not there by default, but I think it&#039;s a failure from Magento... There are extensions that add it to the Order page, like:  

http://cl.ly/1gGT

and in my Abstract.php page I did this:

http://pastebin.com/JHsjRaEs

It&#039;s easy to change the 3 lines into infinite lines, just by refactoring the code, when the client pays for it, I will do it and place in the same link the correct code :)

In the spirit of sharing open source, I hope this helps someone.

Once again Chris, Thank you for the first push as I had no idea where to start :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s not there by default, but I think it&#8217;s a failure from Magento&#8230; There are extensions that add it to the Order page, like:  </p>
<p><a href="http://cl.ly/1gGT" rel="nofollow">http://cl.ly/1gGT</a></p>
<p>and in my Abstract.php page I did this:</p>
<p><a href="http://pastebin.com/JHsjRaEs" rel="nofollow">http://pastebin.com/JHsjRaEs</a></p>
<p>It&#8217;s easy to change the 3 lines into infinite lines, just by refactoring the code, when the client pays for it, I will do it and place in the same link the correct code <img src='http://mandagreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In the spirit of sharing open source, I hope this helps someone.</p>
<p>Once again Chris, Thank you for the first push as I had no idea where to start <img src='http://mandagreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristi</title>
		<link>http://mandagreen.com/adding-customer-comments-invoice-pdf-magento/comment-page-1/#comment-711</link>
		<dc:creator>Cristi</dc:creator>
		<pubDate>Fri, 09 Jul 2010 11:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://mandagreen.com/?p=123#comment-711</guid>
		<description>I can&#039;t seen to find the print button/action, but I assume that it should be the same thing as with the invoice. As far as I remember, at some point one was able to print an order to pdf or html. For both of them those customer comments can be added. In html is simpler and it&#039;s almost identical to editing sales/order/view/tab/info.phtml. For the pdf, it shouldn&#039;t be harder than adding the code from the invoice pdf. This is just the top of my head, so I might be wrong :)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seen to find the print button/action, but I assume that it should be the same thing as with the invoice. As far as I remember, at some point one was able to print an order to pdf or html. For both of them those customer comments can be added. In html is simpler and it&#8217;s almost identical to editing sales/order/view/tab/info.phtml. For the pdf, it shouldn&#8217;t be harder than adding the code from the invoice pdf. This is just the top of my head, so I might be wrong <img src='http://mandagreen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

