No commit activity in last 3 years
No release in over 3 years
Spree extension to enable or disable cart
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.0.1
 Project Readme

SpreeDisableCart

Manage cart and price listing from Spree site, and enable or disable the cart and price listing from within the Admin panel.

Requirements

  • Required: Spree 3.0 or higher.

Installation

To install, add spree_disable_cart to your Gemfile and run bundle install:

gem 'spree_disable_cart', github: 'brajpratap17/spree_disable_cart'

After bundle install run the installation generator:

bundle exec rails g spree_disable_cart:install

Uses

  • By default after installation, it disable the cart and price listing.

  • To mange the functionality goto "Admin Panel > Configurations > Cart Status".

  • Form contains a checkbox to enable or disable the cart functionality.

  • Checked: Enable Cart and price listing.

  • Unchecked: Disable Cart and price listing.

Copyright

Copyright (c) 2015 Brajpratap Singh, released under the New BSD License