Skip to content

kritik/spree-contact-us

 
 

Repository files navigation

Contact Us

This is an extension for [Spree][1], put together by [Bryan Mahoney][2]

This extension adds a contact form to your website to help your customers give you feedback. All inquiries are mailed to the email in Spree::Config[:contact_form_to] and saved to the database for later review in the backend.

Installation

  1. Copy to your project's vendor/extensions dir, and make sure the naming is right (remove the 'spree-' prefix).
  2. Run rake db:migrate.
  3. In script/console, type:
    Spree::Config.set(:contact_form_to => "[email protected]")
  4. Reboot the server.

About

Contact us form and admin interface for spree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%