A spree extension for a call to actions gallery
Last updated on: March 11 at 04:02 AM
source code bug trackerAn ecommerce store wants to entice its visitors to specific behaviors as: Acquisition (ex: Sign Up for an Account), Activation (ex: Purchasing a Product), Retention (ex: Recurrent Customers buying new Product or using Promotions), Referral (ex: Inviting friends to join the ecommerce store), this are part of the Dave McClure's startup metrics for pirates AARRR. One way to achieve this is to communicate a call to action for the visitor. This extension allows to manage a gallery with call to actions and associated pictures.
Add spree_call_to_action_gallery to your Gemfile:
gem 'spree_call_to_action_gallery'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_call_to_action_gallery:install
First bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rake
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_call_to_action_gallery/factories'
Copyright (c) 2014 Manuel Vidaurre, released under the New BSD License
tags | spree versions |
---|---|
master | ~> 3.1.0.beta |