Skip to content

damjack/spree_ajax_cart

Repository files navigation

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

About

Add link_to_ajax_cart helper for Spree

Resources

License

Stars

Watchers

Forks

Packages

No packages published