Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 608 Bytes

README.markdown

File metadata and controls

15 lines (10 loc) · 608 Bytes

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.