Sha256: 476b2cea4fbf8b3cf0e63414d9e2b2b5ead420a104ddcfa4a0c4162fde9b74c7

Contents?: true

Size: 844 Bytes

Versions: 1

Compression:

Stored size: 844 Bytes

Contents

Spree Custom Notifications
========================

This gem is used to display custom notifications added by spree admin on
Spree Store's Home page.

1. Spree Admin -

  Notification link is added in `Configuration Menu`.

  Admin is able to CURD on Notification.

2. Spree Store -

  If the notifications are disclosed by user, they are not displayed again during same session.

  The Notification is displayed during its start date and end date added
by admin while creating it.

Installation
------------

Add spree_custom_notifications to your Gemfile:

```ruby
gem 'spree_custom_notifications'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g spree_custom_notifications:install
```


Copyright (c) 2014 [Cuberoot Software](http://www.cuberoot.in), released under the New BSD License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_custom_notifications-0.1 README.md