<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Raymond Law: Patching Substruct</title>
    <link>http://blog.rayvinly.com/articles/2008/02/05/patching-substruct</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Patching Substruct</title>
      <description>&lt;p&gt;A few weeks ago I found &lt;a href="http://dev.subimage.com/projects/substruct"&gt;Substruct&lt;/a&gt;, a Ruby on Rails E-commerce framework.  I checked it out, played around with it, and decided to fix a few things to the way I think it should work and improved a few things.  I figure it may help some of the folks who&amp;#8217;s using it to run stores as well.  So I am releasing it as a patch.  The patch includes:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Added order fulfillment code&lt;/li&gt;
		&lt;li&gt;Fix OrdersController#ship_orders&lt;/li&gt;
		&lt;li&gt;Fix Email settings&lt;/li&gt;
		&lt;li&gt;Correctly checking &lt;span class="caps"&gt;SMTP&lt;/span&gt; Authentication Type when saving in Admin&amp;#8217;s Preferences page&lt;/li&gt;
		&lt;li&gt;Send emails to all customers whose orders have just been shipped&lt;/li&gt;
		&lt;li&gt;Add user account login&lt;/li&gt;
		&lt;li&gt;Show order details to customers&lt;/li&gt;
		&lt;li&gt;Require login before checkout&lt;/li&gt;
		&lt;li&gt;Use only password, not previous order # to login&lt;/li&gt;
		&lt;li&gt;Fill in product descriptions to look more authentic&lt;/li&gt;
		&lt;li&gt;https support for production&lt;/li&gt;
		&lt;li&gt;Fill in Authorize.net account info&lt;/li&gt;
		&lt;li&gt;Mask CC # except last 4 digits in db (cc_number validation needs to include &amp;#8216;X&amp;#8217;)&lt;/li&gt;
		&lt;li&gt;Encrypt password in DB&lt;/li&gt;
		&lt;li&gt;Add password confirmation&lt;/li&gt;
		&lt;li&gt;Calculate tax (StoreController#add_tax)&lt;/li&gt;
		&lt;li&gt;Add tax line to OrderMailer receipt view template&lt;/li&gt;
		&lt;li&gt;Add tax line to admin interface showing order items (admin/orders/edit.rhtml and show.rhtml)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;I started a &lt;a href="http://groups.google.com/group/substruct/browse_thread/thread/28e62ba4cc7c631b"&gt;Google Group&lt;/a&gt; discussion.&lt;/p&gt;


	&lt;p&gt;You can grab it &lt;a href="http://blog.rayvinly.com/files/substruct_patch-0.1.tgz"&gt;here&lt;/a&gt;.  Enjoy!&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 17:27:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:8a25add0-92b9-4b87-b256-3f382bf29553</guid>
      <author>Raymond Law</author>
      <link>http://blog.rayvinly.com/articles/2008/02/05/patching-substruct</link>
      <category>Ruby on Rails</category>
      <category>Web 2.0</category>
      <category>substruct</category>
      <category>ruby</category>
      <category>rails</category>
      <category>rubyonrails</category>
      <category>ecommerce</category>
      <category>patch</category>
      <enclosure type="application/x-tar" length="29101" url="http://blog.rayvinly.com/files/substruct_patch-0.1.tgz"/>
      <trackback:ping>http://blog.rayvinly.com/articles/trackback/49</trackback:ping>
    </item>
  </channel>
</rss>
