This extension adds Q&A Sections for products. Logged users can ask a question, and then admins are able to answer it. All answered (and accepted) questions are displayed on a product page.
Install this extenstion and edit any product. While editing product, there's now a new section in the submenu - Questions and Answers. In this panel you can add or answer any question. Simple enough? :)
If you want to see how it works, visit our demo shop.
You can login using those credentials [email protected]
/ customer
Or take a look at the blog post.
Add spree_products_qa to your Gemfile:
gem 'spree_products_qa', git: 'https://github.com/netguru/spree_products_qa.git', branch: '2-1-stable'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_products_qa:install
Currently supported Spree version: 2.1.X
Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
bundle
bundle exec rake test_app
bundle exec rspec spec
When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_products_qa/factories'
Copyright (c) 2014 Netguru, released under the New BSD License.