activeadmin/demo.activeadmin.info

Payments Using Paypal Gateway

safarista opened this issue · 2 comments

How would you implement the payment side of things. This is a great demo but for newbies it falls short where it really matters. Would be grateful is someone was kind enough to give a few pointers or extend the demo for noobness sake.

Thanks for taking the time.

Hi safarista,

The purpose of the demo is not to show you how to build a store, rather how you would implement the administration tools with Active Admin.

If you would like to learn about ecommerce with Ruby on Rails, checkout http://peepcode.com/products/activemerchant-pdf or http://spreecommerce.com.

Cheers,

Greg

Thank you very mush Greg.

One last question. Given a site has users and admins. AA deals very well with the admin side. How would you deal with the users side? I mean user accounts.

Not tried yet but is it possible to declare multiple namespaces for example in config.default_namespace = :admin, :client, :etc ?