Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-wish-lists
https://github.com/workarea-commerce/workarea-wish-lists
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-wish-lists
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T19:51:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:55:34.000Z (almost 2 years ago)
- Last Synced: 2024-09-17T02:06:11.448Z (3 months ago)
- Language: Ruby
- Size: 624 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
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 Wish Lists
================================================================================A Workarea Commerce plugin to allow customers to create, manage, share, and search wish lists.
Overview
--------------------------------------------------------------------------------* Add products to a wish list from the product details page or cart
* Manage list privacy - public, shared, or private
* Manage wish list items
* View products purchased from the wish lists
* Search public wish lists by customer's name or email address
* Add products to cart from wish lists
* Admin view of a customer's wish list items and purchase stateGetting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-wish_lists'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```Features
--------------------------------------------------------------------------------### Creating and managing wish lists
A customer can manage a list of products associated to their account. These products can be added from the product detail page directly, or from the cart. Wish list items maintain quantity, option, and customization selections for easy addition to orders at a later time. Quantity can be changed from the wish list page.
### Privacy Control
A customer has control over the privacy level of their wish list. Setting a wish list to `public` allows other visitors of the site to search by a user's full name or email address and view a wish list, as well as purchase items off the wish list. Lists set to `shared` are not searchable but can be viewed by other visitors of the site if given a direct link to the wish list by the customer. A `private` wish list can be viewed only by the customer that owns the list.
### Add to cart from wish list
An item can be added to a customer's cart from their own wish list or a wish list they have searched for / been given a link to view. Items purchased from the list will be marked as purchased.
Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Wish Lists is released under the [Business Software License](LICENSE)