<?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: Add Adwords tracking code to order confirmation page in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:34:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: peeler</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-22493</link>
		<dc:creator>peeler</dc:creator>
		<pubDate>Tue, 30 Aug 2011 01:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-22493</guid>
		<description>hi I want to put a custom external tracking link on the customers page so they can track their order.    Any help as to what page to add the code to?  I&#039;ve been looking for a couple hours already and con&#039;t seem to find it.</description>
		<content:encoded><![CDATA[<p>hi I want to put a custom external tracking link on the customers page so they can track their order.    Any help as to what page to add the code to?  I&#8217;ve been looking for a couple hours already and con&#8217;t seem to find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suraj</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-6380</link>
		<dc:creator>suraj</dc:creator>
		<pubDate>Mon, 08 Mar 2010 08:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-6380</guid>
		<description>Hello all,
I have made a payment extension and that will create a pdf after the successful checkout. for that i want to put a link in the success page so the user can download the pdf from there. how coukld i make this happen from my module itself please help .......</description>
		<content:encoded><![CDATA[<p>Hello all,<br />
I have made a payment extension and that will create a pdf after the successful checkout. for that i want to put a link in the success page so the user can download the pdf from there. how coukld i make this happen from my module itself please help &#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-5864</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-5864</guid>
		<description>Great, was looking for a way to implement the new asynchronous tracking code of Google analytics in the header. Is quite easy to do now, much appreciated!</description>
		<content:encoded><![CDATA[<p>Great, was looking for a way to implement the new asynchronous tracking code of Google analytics in the header. Is quite easy to do now, much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuan</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-5625</link>
		<dc:creator>Yuan</dc:creator>
		<pubDate>Wed, 16 Dec 2009 18:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-5625</guid>
		<description>Sorry, here my Layout code....

&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;layout version=&quot;0.1.0&quot;&gt;
    &lt;default&gt;
    &lt;/default&gt;
    
    &lt;checkout_onepage_success&gt;
        &lt;reference name=&quot;root&quot;&gt;
            &lt;action method=&quot;setTemplate&quot;&gt;&lt;template&gt;page/2columns-right.phtml&lt;/template&gt;&lt;/action&gt;
        &lt;/reference&gt;
        &lt;reference name=&quot;content&quot; before=&quot;-&quot;&gt;
            &lt;action method=&quot;unsetChild&quot;&gt;&lt;name&gt;checkout.success&lt;/name&gt;&lt;/action&gt;
            &lt;block name=&quot;checkout.success&quot; template=&quot;safetypay/confirmation.phtml&quot; type=&quot;safetypay/confirmation&quot; /&gt;
        &lt;/reference&gt;
    &lt;/checkout_onepage_success&gt;
&lt;/layout&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, here my Layout code&#8230;.</p>
<p>&lt;?xml version=&quot;1.0&quot;?&gt;<br />
&lt;layout version=&quot;0.1.0&quot;&gt;<br />
    &lt;default&gt;<br />
    &lt;/default&gt;</p>
<p>    &lt;checkout_onepage_success&gt;<br />
        &lt;reference name=&quot;root&quot;&gt;<br />
            &lt;action method=&quot;setTemplate&quot;&gt;&lt;template&gt;page/2columns-right.phtml&lt;/template&gt;&lt;/action&gt;<br />
        &lt;/reference&gt;<br />
        &lt;reference name=&quot;content&quot; before=&quot;-&quot;&gt;<br />
            &lt;action method=&quot;unsetChild&quot;&gt;&lt;name&gt;checkout.success&lt;/name&gt;&lt;/action&gt;<br />
            &lt;block name=&quot;checkout.success&quot; template=&quot;safetypay/confirmation.phtml&quot; type=&quot;safetypay/confirmation&quot; /&gt;<br />
        &lt;/reference&gt;<br />
    &lt;/checkout_onepage_success&gt;<br />
&lt;/layout&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuan</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-5624</link>
		<dc:creator>Yuan</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-5624</guid>
		<description>Hi Branko, 

Excellent article...

One Question:
*************************
If you wish to include more data in the template success.phtml. 
What labels should I use?

*** I try to make something like this:
http://pikchurimages.s3.amazonaws.com/pic_KYQ_l.jpg

You see, i need to combine both data: existing and custom (show only if is used my extension: a payment method).

This is my layout file:


    
    
    
    
        
            page/2columns-right.phtml
        
        
            checkout.success
            
        
    


** This layout fail, replace completely the Success page. Only display when my payment method is selected. Currently showing all types of payment... :P

** The &quot;safetypay/confirmation.phtml&quot; template, is responsible for recover all the information of the Success page (include information for default).



Thanks friends! Wait yours comments!</description>
		<content:encoded><![CDATA[<p>Hi Branko, </p>
<p>Excellent article&#8230;</p>
<p>One Question:<br />
*************************<br />
If you wish to include more data in the template success.phtml.<br />
What labels should I use?</p>
<p>*** I try to make something like this:<br />
<a href="http://pikchurimages.s3.amazonaws.com/pic_KYQ_l.jpg" rel="nofollow">http://pikchurimages.s3.amazonaws.com/pic_KYQ_l.jpg</a></p>
<p>You see, i need to combine both data: existing and custom (show only if is used my extension: a payment method).</p>
<p>This is my layout file:</p>
<p>            page/2columns-right.phtml</p>
<p>            checkout.success</p>
<p>** This layout fail, replace completely the Success page. Only display when my payment method is selected. Currently showing all types of payment&#8230; <img src='http://inchoo.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>** The &#8220;safetypay/confirmation.phtml&#8221; template, is responsible for recover all the information of the Success page (include information for default).</p>
<p>Thanks friends! Wait yours comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asbar</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-5472</link>
		<dc:creator>Asbar</dc:creator>
		<pubDate>Sun, 13 Dec 2009 16:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-5472</guid>
		<description>i m Working with adwords for last 5 Year and finally i have made a masterpiece which contains all the solution about Adwords Soo Do me Feedback soo i can make it Better for you people to understand</description>
		<content:encoded><![CDATA[<p>i m Working with adwords for last 5 Year and finally i have made a masterpiece which contains all the solution about Adwords Soo Do me Feedback soo i can make it Better for you people to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quicoto</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-3722</link>
		<dc:creator>quicoto</dc:creator>
		<pubDate>Mon, 09 Nov 2009 11:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-3722</guid>
		<description>Works, thanks.</description>
		<content:encoded><![CDATA[<p>Works, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluec</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-3492</link>
		<dc:creator>bluec</dc:creator>
		<pubDate>Sun, 11 Oct 2009 01:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-3492</guid>
		<description>Hey,

Do you knw how to generate below values on Magento confirmation page.


For each purchased item.....iterate below values
........getProductID()
.........getProductPrice()
........getQuantity()
Next Item in cart</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Do you knw how to generate below values on Magento confirmation page.</p>
<p>For each purchased item&#8230;..iterate below values<br />
&#8230;&#8230;..getProductID()<br />
&#8230;&#8230;&#8230;getProductPrice()<br />
&#8230;&#8230;..getQuantity()<br />
Next Item in cart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Kirsch</title>
		<link>http://inchoo.net/ecommerce/magento/add-adwords-tracking-code-to-order-confirmation-page-in-magento/comment-page-1/#comment-3487</link>
		<dc:creator>Alex Kirsch</dc:creator>
		<pubDate>Fri, 09 Oct 2009 15:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3019#comment-3487</guid>
		<description>I would recommend rendering the tracking code in the page content rather then at body end.. It also is a requirement by Google AdWords that it be visible.

All themes (except iphone) include  getChildHtml() ?&gt; in success.phtml, so your child html blocks will be rendered in the page content.

so your checkout.xml file would be

        
            
				
			
        </description>
		<content:encoded><![CDATA[<p>I would recommend rendering the tracking code in the page content rather then at body end.. It also is a requirement by Google AdWords that it be visible.</p>
<p>All themes (except iphone) include  getChildHtml() ?&gt; in success.phtml, so your child html blocks will be rendered in the page content.</p>
<p>so your checkout.xml file would be</p>
]]></content:encoded>
	</item>
</channel>
</rss>

