Hi, i''m starting to build a new store - app this week, and i was wondering if someone knew of the best way to store cart sessions, and all of the store-data i need to save up until a purchase... does anyone know of some good way of implementing this? ( a link, or some resource on the net ) i know the pragmatic programmers book has an example of building a store, but i was wondering if there were some more well - known examples of doing this? any help or insights on building a store, will be kindly appreciated... thanks in advance ... :) s -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You might want to look at substruct, an RoR open source ecommerce application. See how they handle the shopping cart, or just use their app as a base for yours. http://www.substruct.com -Larry On 12/25/06, shai rosenfeld <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Hi, i''m starting to build a new store - app this week, and i was > wondering if someone knew of the best way to store cart sessions, and > all of the store-data i need to save up until a purchase... does anyone > know of some good way of implementing this? ( a link, or some resource > on the net ) > i know the pragmatic programmers book has an example of building a > store, but i was wondering if there were some more well - known examples > of doing this? > > any help or insights on building a store, will be kindly appreciated... > thanks in advance ... > :) > > s > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Check out Ben''s e-commerce book. Not expensive, and has good information on how to build a regular online store. http://agilewebdevelopment.com/rails-ecommerce --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks for the plug, but that''s not the URL....that actually goes to some ASP site throwing an error. :) http://dev.subimage.com/projects/substruct - for project information, download, install instructions. and the demo site... http://substruct.subimage.com http://substruct.subimage.com/admin (admin / admin is the login) On 12/25/06, Larry Kelly <ldk2005-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > You might want to look at substruct, an RoR open source ecommerce > application. See how they handle the shopping cart, or just use their app > as a base for yours. > > http://www.substruct.com > > -Larry > On 12/25/06, shai rosenfeld <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > > > > Hi, i''m starting to build a new store - app this week, and i was > > wondering if someone knew of the best way to store cart sessions, and > > all of the store-data i need to save up until a purchase... does anyone > > know of some good way of implementing this? ( a link, or some resource > > on the net ) > > i know the pragmatic programmers book has an example of building a > > store, but i was wondering if there were some more well - known examples > > of doing this? > > > > any help or insights on building a store, will be kindly appreciated... > > thanks in advance ... > > :) > > > > s > > > > -- > > Posted via http://www.ruby-forum.com/. > > > > > > > > > > > -- > Best Regards, > -Larry > "Work, work, work...there is no satisfactory alternative." > --- E.Taft Benson > > >-- -------------------- seth at subimage interactive ----- http://www.subimage.com http://sublog.subimage.com ----- http://www.getcashboard.com http://dev.subimage.com/projects/substruct --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Wow, that is a cool find. Looks like a great start on a basic e-commerce site. The Blog would be better if it had commenting capabilities and syndication. And paypal for the checkout...but those both seem like very straightforward things to add on. Joe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
thanks all; i actually posted this message yesterday, kept on searching the web, and actually found substruct a short while after this post; downloaded and installed it, before catching any replies on this thread :) . anyway, i caught the core of the store-app (all the relavant code i need to get my own niche started) in railsapp/vendor/plugins/substruct/app. i''ll start from there. interestingly enough, this substruct store is based on the store that is designed in the Pragmatic Programmer''s book (Dave Thomas'') -- i recognize some of that code in the substruct application. it makes it somewhat funner. :) anyway, thanks for all the help. much appreciated... s -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Actually it''s not based on the code in the book...(was designed before the book), but there are some similarities. Glad you''re enjoying it. On 12/26/06, shai rosenfeld <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > thanks all; > > i actually posted this message yesterday, kept on searching the web, and > actually found substruct a short while after this post; downloaded and > installed it, before catching any replies on this thread :) . anyway, i > caught the core of the store-app (all the relavant code i need to get my > own niche started) in railsapp/vendor/plugins/substruct/app. i''ll start > from there. interestingly enough, this substruct store is based on the > store that is designed in the Pragmatic Programmer''s book (Dave Thomas'') > -- i recognize some of that code in the substruct application. it makes > it somewhat funner. :) > > anyway, thanks for all the help. > much appreciated... > > s > > -- > Posted via http://www.ruby-forum.com/. > > > >-- -------------------- seth at subimage interactive ----- http://www.subimage.com http://sublog.subimage.com ----- http://www.getcashboard.com http://dev.subimage.com/projects/substruct --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Subimage Interactive wrote:> Actually it''s not based on the code in the book...(was designed before > the > book), but there are some similarities. Glad you''re enjoying it. > seth at subimage interactive > -----thanks ''a seth. warm regards. s -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---