This Spree extensions Gives a logged in user a possibility to upload picture of a product. It is later reviewed by an admin.
Last updated on: February 25 at 09:52 AM
source code bug trackerThis extensions Gives a logged in user a possibility to upload picture of a product. It is later reviewed by an admin.
As a logged in user:
As a logged in admin i can:
If you want to see how it works, visit our demo shop.
You can login:
customer@example.com
/ customer
salesman@example.com
/ salesman
Add spree_user_product_photos to your Gemfile:
gem 'spree_user_product_photos'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_user_product_photos:install
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_user_product_photos/factories'
Copyright (c) 2014 Netguru, released under the New BSD License
tags | spree versions |
---|---|
master | ~> 2.1.4 |