0.0
No commit activity in last 3 years
No release in over 3 years
Add link_to_ajax_cart helper for Spree
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

SpreeAjaxCart

Add link_to_ajax_cart helper for Spree

Basic Installation

  1. Add the following to your Gemfile
  gem 'spree_ajax_cart', '~> 1.2.0'
  1. Run bundle install
  2. To copy and apply migrations run:
	rails g spree_ajax_cart:install

Example

  1. add new link to cart nav menu:
	<%= link_to_ajax_cart("Custom Text") %>

Copyright (c) 2012 [Damiano Giacomello], released under the New BSD License