<?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: Experiences setting up Potion Store</title>
	<atom:link href="http://atastypixel.com/blog/experiences-setting-up-potion-store/feed/" rel="self" type="application/rss+xml" />
	<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 13:25:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Russell</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1793</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Sat, 14 Aug 2010 01:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1793</guid>
		<description>&lt;p&gt;I fixed it!&lt;/p&gt;

&lt;p&gt;...temporary blindness...
I missed the log error directly before the error posted;
and, my dsa key locations were defined wrongly in &quot;envioronments.rb&quot;&lt;/p&gt;

&lt;p&gt;as soon as i fixed that up, it worked!&lt;/p&gt;

&lt;p&gt;thanks so much for the paypal WPS support, it would have taken me weeks/months to figure out how to incorporate that myself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I fixed it!</p>

<p>&#8230;temporary blindness&#8230;
I missed the log error directly before the error posted;
and, my dsa key locations were defined wrongly in &#8220;envioronments.rb&#8221;</p>

<p>as soon as i fixed that up, it worked!</p>

<p>thanks so much for the paypal WPS support, it would have taken me weeks/months to figure out how to incorporate that myself.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1791</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1791</guid>
		<description>&lt;p&gt;Hi Russell,&lt;/p&gt;

&lt;p&gt;Hmm, have you got at least the basic currency configured in store.yml? Something like:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
default_currency: 
  code:        USD
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Yes, that surprised me too - in development/test modes, no emails are sent.  I&#039;m not 100% how to make this happen, but a good place to start is making sure you&#039;ve got &lt;code&gt;production.rb&lt;/code&gt;&#039;s &lt;code&gt;config.action_mailer.delivery_method&lt;/code&gt; set to something like &lt;code&gt;:sendmail&lt;/code&gt;. If you can&#039;t figure it out, the path of least resistance may be putting it into production mode.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Russell,</p>

<p>Hmm, have you got at least the basic currency configured in store.yml? Something like:</p>

<p><pre>
default_currency: 
  code:        USD
</pre></p>

<p>Yes, that surprised me too &#8211; in development/test modes, no emails are sent.  I&#8217;m not 100% how to make this happen, but a good place to start is making sure you&#8217;ve got <code>production.rb</code>&#8216;s <code>config.action_mailer.delivery_method</code> set to something like <code>:sendmail</code>. If you can&#8217;t figure it out, the path of least resistance may be putting it into production mode.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1790</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Fri, 13 Aug 2010 03:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1790</guid>
		<description>&lt;p&gt;Hi Michael,&lt;/p&gt;

&lt;p&gt;I have everything working (i think) except, when I try to add an order manually from the admin page, I always get this error:&lt;/p&gt;

&lt;p&gt;ActionView::TemplateError (You have a nil object when you didn&#039;t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.inject) on line #27 of app/views/admin/orders/_form.rhtml:
24:     
25:     
26:         Currency:
27:          @order.currency.code  %&gt; 
28:     
29:     
30:         Items:&lt;/p&gt;

&lt;p&gt;Do you have any idea how i can fix this?
also, one other question: I have no idea if my licence generator is working, as no emails are sent out in development mode.... is there a way I can test that?
(sorry for the noobie question, but the docs are sparse)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>

<p>I have everything working (i think) except, when I try to add an order manually from the admin page, I always get this error:</p>

<p>ActionView::TemplateError (You have a nil object when you didn&#8217;t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.inject) on line #27 of app/views/admin/orders/_form.rhtml:
24:     
25:     
26:         Currency:
27:          @order.currency.code  %&gt; 
28:     
29:     
30:         Items:</p>

<p>Do you have any idea how i can fix this?
also, one other question: I have no idea if my licence generator is working, as no emails are sent out in development mode&#8230;. is there a way I can test that?
(sorry for the noobie question, but the docs are sparse)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1545</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 10 May 2010 21:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1545</guid>
		<description>&lt;p&gt;Hi Michael,
Thank You for your answer .. And great article !&lt;/p&gt;

&lt;p&gt;Godspeed !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Michael,
Thank You for your answer .. And great article !</p>

<p>Godspeed !</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1538</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 04 May 2010 12:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1538</guid>
		<description>&lt;p&gt;Hi Kevin - glad to hear you got it.  And yes, your guess is right - test and development modes disable email, for some bizarre reason.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Kevin &#8211; glad to hear you got it.  And yes, your guess is right &#8211; test and development modes disable email, for some bizarre reason.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1537</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 03 May 2010 23:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1537</guid>
		<description>&lt;p&gt;actually i succeed to send mail but from the admin/orders but there is no mail on successful order. i don&#039;t have any idea where to look . I&#039;m not in production (is it possible the emails on success to be sent only in production).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>actually i succeed to send mail but from the admin/orders but there is no mail on successful order. i don&#8217;t have any idea where to look . I&#8217;m not in production (is it possible the emails on success to be sent only in production).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1536</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 03 May 2010 22:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1536</guid>
		<description>&lt;p&gt;Hello Michael,
I&#039;m using  also site5 .. but the only thing i can&#039;t setup is the email sending after sucessfull order.. i tried delivery_method = :smtp also delivery_method = :sendmail but in vain. What is your config for the environment.rb .. Thank You !!&lt;/p&gt;

&lt;p&gt;This is a great article !!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Michael,
I&#8217;m using  also site5 .. but the only thing i can&#8217;t setup is the email sending after sucessfull order.. i tried delivery_method = :smtp also delivery_method = :sendmail but in vain. What is your config for the environment.rb .. Thank You !!</p>

<p>This is a great article !!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://atastypixel.com/blog/experiences-setting-up-potion-store/comment-page-1/#comment-1324</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 05 Jan 2010 02:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/?p=1733#comment-1324</guid>
		<description>&lt;p&gt;Glad to hear everything went smooth! Let me know if you run into any problems!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glad to hear everything went smooth! Let me know if you run into any problems!</p>]]></content:encoded>
	</item>
</channel>
</rss>
