I fixed a few things in the trunk and released a patch at
http://blog.rayvinly.com/articles/2008/02/05/patching-substruct
These are the things that were fixed/improved:
+ Added order fulfillment code
+ Fix OrdersController#ship_orders
+ Fix Email settings
+ Correctly checking SMTP Authentication Type when saving in Admin's
Preferences page
+ Send emails to all customers whose orders have just been shipped
+ Add user account login
+ Show order details to customers
+ Require login before checkout
+ Use only password, not previous order # to login
+ Fill in product descriptions to look more authentic
+ https support for production
+ Fill in Authorize.net account info
+ Mask CC # except last 4 digits in db (cc_number validation needs to
include 'X')
+ Encrypt password in DB
+ Add password confirmation
+ Calculate tax (StoreController#add_tax)
+ Add tax line to OrderMailer receipt view template
+ Add tax line to admin interface showing order items (admin/orders/
edit.rhtml and show.rhtml)
Maybe this can get patched in the trunk?
Ray,