Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-email-signup-popup
https://github.com/workarea-commerce/workarea-email-signup-popup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-email-signup-popup
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T19:22:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T14:02:20.000Z (almost 5 years ago)
- Last Synced: 2024-03-15T02:46:49.649Z (9 months ago)
- Language: Ruby
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Email Signup Popup
================================================================================Workarea Commerce plugin that adds an email signup popup to your storefront.
When using this plugin, first time visitors will be shown a modal windows asking them to signup for your mailing list. Upon dismissal or completion, they will not be prompted again.
Getting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-email_signup_popup'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Email Signup Popup is released under the [Business Software License](LICENSE)