Spree extension to enable or disable cart
Last updated on: May 29 at 10:02 AM
source code bug trackerManage cart and price listing from Spree site, and enable or disable the cart and price listing from within the Admin panel.
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
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 (c) 2015 Brajpratap Singh, released under the New BSD License
tags | spree versions |
---|---|
master | ~> 3.0.1 |