spree_disable_cart

Spree extension to enable or disable cart

Last updated on: May 29 at 10:02 AM

source code bug tracker
Opensource
1 1 5
owner:  brajpratap17

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

compatible spree versions
tags spree versions
master ~> 3.0.1
authors
Brajpratap Singh