SpreeCommerce Favorite Products - PowerPoint PPT Presentation

About This Presentation
Title:

SpreeCommerce Favorite Products

Description:

Customers can mark/unmark their favorite Products enabling admin to view the same and strategize marketing around customer choices. – PowerPoint PPT presentation

Number of Views:20
Slides: 8
Provided by: vinsol

less

Transcript and Presenter's Notes

Title: SpreeCommerce Favorite Products


1
SpreeCommerce Favorite Products
  • Vinsol.com

2
  • Marking a product as favorite is creating a
    collection of products you like and might want to
    buy in future. Obviously it's super convenient as
    you don't have to search from thousands of
    products each time you want to have a look at or
    buy something from your own personal favorites.

3
  • Our SpreeCommerce Favorite Products Extension
    adds the following features to a SpreeCommerce
    store
  • Ability for the customer to 'Mark a product as
    favorite' on product detail page.
  • Favorite Products tab on header of the fronted
    store
  • Favorite Products tab in administrator section
    for the store owner to view favorites of all
    customers.
  • It is an open source extension. Following are
    the steps to install, test and contribute for
    improvement and/or expansion.

4
Installation
  • Add spree_favorite_products to your Gemfile
  • - gem 'spree_favorite_products', github
    'vinsol/spree_favorite_products', branch
    '3-0-stable'
  • For older versions of spree
  • Spree 2.2.x
  • - gem 'spree_favorite_products', '2.2.3'
  • Spree 2.2.x
  • - gem 'spree_favorite_products', '2.0.3'
  • Spree 2.2.x
  • - gem 'spree_favorite_products', '1.0.0'
  • Bundle your dependencies and run the installation
    generator
  • Spree 2.1.x
  • - bundle exec rail g 'spree_favorite_productsinst
    all

5
Testing
  • 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_favorite_products/factories'

6
Contributing
  • Fork the repo.
  • Clone your repo.
  • Run bundle install.
  • Run bundle exec rake test_app to create the test
    application in spec/test_app.
  • Make your changes.
  • Ensure specs pass by running bundle exec rspec
    spec.
  • Submit your pull request.
  • You can access the code here. follow us on
    twitter for more updates.

7
Summary
  • Customers can mark/unmark their favorite Products
    enabling admin to view the same and strategize
    marketing around customer choices.
  • See more at - http//vinsol.com/spreecommerce-favo
    rite-products
Write a Comment
User Comments (0)
About PowerShow.com