<?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&#8217;s Onepage Checkout in a nutshell</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:58:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: onestepcheckout</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-5898</link>
		<dc:creator>onestepcheckout</dc:creator>
		<pubDate>Sat, 16 Jan 2010 10:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-5898</guid>
		<description>...or simpely take a look at www.onestepcheckout.com.</description>
		<content:encoded><![CDATA[<p>&#8230;or simpely take a look at <a href="http://www.onestepcheckout.com" rel="nofollow">http://www.onestepcheckout.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3757</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 14 Nov 2009 22:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3757</guid>
		<description>I could find out how the cart is updated in the onepage checkout process:
If the order has been saved, the customer is redirected to /checkout/onepage/success. The successAction of the onepage controller clears the shopping cart (to be precise: calls Mage::getModel(&#039;checkout/session&#039;)-&gt;clear()).
best,
erik</description>
		<content:encoded><![CDATA[<p>I could find out how the cart is updated in the onepage checkout process:<br />
If the order has been saved, the customer is redirected to /checkout/onepage/success. The successAction of the onepage controller clears the shopping cart (to be precise: calls Mage::getModel(&#8216;checkout/session&#8217;)-&gt;clear()).<br />
best,<br />
erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3753</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 14 Nov 2009 14:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3753</guid>
		<description>Hi,
very useful article!
Saving the order works well. Hower, do I have to manually remove the ordered products from shopping cart?
Best,
erik</description>
		<content:encoded><![CDATA[<p>Hi,<br />
very useful article!<br />
Saving the order works well. Hower, do I have to manually remove the ordered products from shopping cart?<br />
Best,<br />
erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3747</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3747</guid>
		<description>Hi Branko, can you assist me with the following which is related to checkout:

What I am trying to do is the following:

When a customer orders a product, before he/she clicks on “proceed to checkout”, I would like to check to see if what the customer is trying to order has already been ordered by him/her before.  If it has, I would like to display a message to the customer that he/she can’t order the product again.  This should be done before the order actually gets saved in the database.  The other part that I would like to check for is if the customer has more than 1 of the same item in the cart and give them a “you can only order 1 of these items” message. 

I believe it should be possible, but I just don’t know php very well and I am still learning Magento.

Thanks for you help in advance.</description>
		<content:encoded><![CDATA[<p>Hi Branko, can you assist me with the following which is related to checkout:</p>
<p>What I am trying to do is the following:</p>
<p>When a customer orders a product, before he/she clicks on “proceed to checkout”, I would like to check to see if what the customer is trying to order has already been ordered by him/her before.  If it has, I would like to display a message to the customer that he/she can’t order the product again.  This should be done before the order actually gets saved in the database.  The other part that I would like to check for is if the customer has more than 1 of the same item in the cart and give them a “you can only order 1 of these items” message. </p>
<p>I believe it should be possible, but I just don’t know php very well and I am still learning Magento.</p>
<p>Thanks for you help in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanislav Puffler</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3664</link>
		<dc:creator>Stanislav Puffler</dc:creator>
		<pubDate>Fri, 30 Oct 2009 09:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3664</guid>
		<description>Hi, thanks a lot for this tutorial. Actually I need to get total price for the whole order with shipping and taxes... But if I try to retrive this data from $this-&gt;getRequest()-&gt;getParam(’review’) on success page, there is only empty array. How can I get this total price via PHP or JS pls?</description>
		<content:encoded><![CDATA[<p>Hi, thanks a lot for this tutorial. Actually I need to get total price for the whole order with shipping and taxes&#8230; But if I try to retrive this data from $this-&gt;getRequest()-&gt;getParam(’review’) on success page, there is only empty array. How can I get this total price via PHP or JS pls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavvy</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3619</link>
		<dc:creator>Bhavvy</dc:creator>
		<pubDate>Sat, 24 Oct 2009 18:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3619</guid>
		<description>Hi,
How do I change the error message coming from the payment gateway e.g. Failed AVS Check: 10505-This transaction cannot be processed.  It&#039;s not the friendliest message and want to make it more informative.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How do I change the error message coming from the payment gateway e.g. Failed AVS Check: 10505-This transaction cannot be processed.  It&#8217;s not the friendliest message and want to make it more informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranga</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3491</link>
		<dc:creator>Ranga</dc:creator>
		<pubDate>Sun, 11 Oct 2009 00:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3491</guid>
		<description>This works perfectly and thanks for the your code, Branko Ajzele and keep on doing good work. :-)

Regards,
Ranga</description>
		<content:encoded><![CDATA[<p>This works perfectly and thanks for the your code, Branko Ajzele and keep on doing good work. <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards,<br />
Ranga</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3475</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 07 Oct 2009 15:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3475</guid>
		<description>About the paypal redirecting, I did a separate script that reads the session and manually redirects to paypal.

Thanks for this great tutorial,
George</description>
		<content:encoded><![CDATA[<p>About the paypal redirecting, I did a separate script that reads the session and manually redirects to paypal.</p>
<p>Thanks for this great tutorial,<br />
George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garima</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3465</link>
		<dc:creator>Garima</dc:creator>
		<pubDate>Tue, 06 Oct 2009 00:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3465</guid>
		<description>Hello,

I want to combine onepage checkout and cart together. How do I add onepage checkout to my cart page, so that the user basically sees just one page and is required to do just a single click to place the order?

Thanks,
Garima</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I want to combine onepage checkout and cart together. How do I add onepage checkout to my cart page, so that the user basically sees just one page and is required to do just a single click to place the order?</p>
<p>Thanks,<br />
Garima</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-3446</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 02 Oct 2009 14:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-3446</guid>
		<description>Thanks a lot for this article. It really helped me out. Although now I am having trouble in redirecting to Paypal after the order is placed. I replaced payment method with paypal_standard. In the worst case scenario I will make the sending data and redirection manually.

Thanks,
George</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this article. It really helped me out. Although now I am having trouble in redirecting to Paypal after the order is placed. I replaced payment method with paypal_standard. In the worst case scenario I will make the sending data and redirection manually.</p>
<p>Thanks,<br />
George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dina</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-2993</link>
		<dc:creator>Dina</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-2993</guid>
		<description>hi Branko.  thank you very much for identifying these checkout methods.  I am trying to build a custom checkout page, but when I call savePayment($payment) I get an error &#039;Credit card number mismatch with credit card type&#039;. 

i am sending...

$payment[&quot;method&quot;] = &#039;plugnpay&#039;;
$payment[&quot;cc_type&quot;] = &#039;MC&#039;;
$payment[&quot;cc_number&quot;] = &#039;5105105105105100&#039;;
$payment[&quot;cc_exp_month&quot;] = &#039;2&#039;;
$payment[&quot;cc_exp_year&quot;] = &#039;2013&#039;;
$payment[&quot;cc_cid&quot;] = &#039;123&#039;;	

This is a test cc and it works when I checkout via the default install.  what am i missing?  I can provide code and pay for answers too.

thanks,
- dina</description>
		<content:encoded><![CDATA[<p>hi Branko.  thank you very much for identifying these checkout methods.  I am trying to build a custom checkout page, but when I call savePayment($payment) I get an error &#8216;Credit card number mismatch with credit card type&#8217;. </p>
<p>i am sending&#8230;</p>
<p>$payment["method"] = &#8216;plugnpay&#8217;;<br />
$payment["cc_type"] = &#8216;MC&#8217;;<br />
$payment["cc_number"] = &#8216;5105105105105100&#8242;;<br />
$payment["cc_exp_month"] = &#8216;2&#8242;;<br />
$payment["cc_exp_year"] = &#8216;2013&#8242;;<br />
$payment["cc_cid"] = &#8216;123&#8242;;	</p>
<p>This is a test cc and it works when I checkout via the default install.  what am i missing?  I can provide code and pay for answers too.</p>
<p>thanks,<br />
- dina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-2729</link>
		<dc:creator>Jakub</dc:creator>
		<pubDate>Sat, 04 Jul 2009 23:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-2729</guid>
		<description>Hi Branko, 

thank you very much for great article about magento checkout. It is perfect! I have created my own checkout module based on it. 

I have just one question - how should I redirect to the Payment gateway or checkout/onepage/success/ after submitting order? 

I can give you my code if you want and also pay for the answer.</description>
		<content:encoded><![CDATA[<p>Hi Branko, </p>
<p>thank you very much for great article about magento checkout. It is perfect! I have created my own checkout module based on it. </p>
<p>I have just one question &#8211; how should I redirect to the Payment gateway or checkout/onepage/success/ after submitting order? </p>
<p>I can give you my code if you want and also pay for the answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajendra</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-2666</link>
		<dc:creator>Rajendra</dc:creator>
		<pubDate>Mon, 29 Jun 2009 10:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-2666</guid>
		<description>hi i would like to know how to add some amount say $1.0 to the grand total when use pays through certain payment method. 
Anyway to hack grandTotal() from payment module ??</description>
		<content:encoded><![CDATA[<p>hi i would like to know how to add some amount say $1.0 to the grand total when use pays through certain payment method.<br />
Anyway to hack grandTotal() from payment module ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nightfly</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-2662</link>
		<dc:creator>Nightfly</dc:creator>
		<pubDate>Mon, 29 Jun 2009 00:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-2662</guid>
		<description>Thanks, most useful article!</description>
		<content:encoded><![CDATA[<p>Thanks, most useful article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babu laal</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-1659</link>
		<dc:creator>Babu laal</dc:creator>
		<pubDate>Wed, 06 May 2009 09:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-1659</guid>
		<description>Hi I want to redirect  the link  Place Order  to Payment Gateway of bank s site with
passing some variables like grand total .

thanks</description>
		<content:encoded><![CDATA[<p>Hi I want to redirect  the link  Place Order  to Payment Gateway of bank s site with<br />
passing some variables like grand total .</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pravin</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-1628</link>
		<dc:creator>pravin</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-1628</guid>
		<description>Hi 
I am using One step checkout method. but i am facing one problem during the submit order .In step 4
$checkout-&gt;saveShippingMethod(’flatrate_flatrate’);

In my site i have enabled United Parcel Service,United States Postal Service . I am getting error &quot;Please specify shipping method&quot;. when i replaced flatrate_flatrate with &quot;United Parcel Service&quot; .
Can u tell me that how i can solve this problem.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am using One step checkout method. but i am facing one problem during the submit order .In step 4<br />
$checkout-&gt;saveShippingMethod(’flatrate_flatrate’);</p>
<p>In my site i have enabled United Parcel Service,United States Postal Service . I am getting error &#8220;Please specify shipping method&#8221;. when i replaced flatrate_flatrate with &#8220;United Parcel Service&#8221; .<br />
Can u tell me that how i can solve this problem.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raoul Duke</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-1555</link>
		<dc:creator>Raoul Duke</dc:creator>
		<pubDate>Mon, 13 Apr 2009 12:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-1555</guid>
		<description>Excellent!  Extremely concise, to-the-point and helpful!  Thanks so much for taking the time that all of us developers should take to write down things as we learn them for each other to learn from...  Awesome dude...</description>
		<content:encoded><![CDATA[<p>Excellent!  Extremely concise, to-the-point and helpful!  Thanks so much for taking the time that all of us developers should take to write down things as we learn them for each other to learn from&#8230;  Awesome dude&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spuff</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-975</link>
		<dc:creator>Spuff</dc:creator>
		<pubDate>Tue, 03 Feb 2009 11:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-975</guid>
		<description>@Branko: cool thanks, it&#039;s good to know the checkout page will work for everybody.
@Chinesedream: Nice, I&#039;ll look into those. We actually managed to change the side nav to use jquery accordian and I&#039;m hoping to replace all Prototype with jQuery (but it looks like a huge task).</description>
		<content:encoded><![CDATA[<p>@Branko: cool thanks, it&#8217;s good to know the checkout page will work for everybody.<br />
@Chinesedream: Nice, I&#8217;ll look into those. We actually managed to change the side nav to use jquery accordian and I&#8217;m hoping to replace all Prototype with jQuery (but it looks like a huge task).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branko Ajzele</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-970</link>
		<dc:creator>Branko Ajzele</dc:creator>
		<pubDate>Mon, 02 Feb 2009 13:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-970</guid>
		<description>If it brings you confusion then do not mess with it. This is advanced stuff, and poking around checkout if you do not understand the basis is a no no. Above article is a basis. Took me 6 days to wrote fully functional version as per client request, it has around 800 lines of code. I have no time, or wish, to explain that in detail. Besides, Margarita seems to be ok with it. 

If you require such functionality, feel free to request a quote. Cheers...</description>
		<content:encoded><![CDATA[<p>If it brings you confusion then do not mess with it. This is advanced stuff, and poking around checkout if you do not understand the basis is a no no. Above article is a basis. Took me 6 days to wrote fully functional version as per client request, it has around 800 lines of code. I have no time, or wish, to explain that in detail. Besides, Margarita seems to be ok with it. </p>
<p>If you require such functionality, feel free to request a quote. Cheers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahsan</title>
		<link>http://inchoo.net/ecommerce/magento/magentos-onepage-checkout-in-a-nutshell/comment-page-1/#comment-969</link>
		<dc:creator>Ahsan</dc:creator>
		<pubDate>Mon, 02 Feb 2009 13:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=599#comment-969</guid>
		<description>why don&#039;t you explain it more ?
it brings more confusions :(</description>
		<content:encoded><![CDATA[<p>why don&#8217;t you explain it more ?<br />
it brings more confusions <img src='http://inchoo.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
