Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-package-products
https://github.com/workarea-commerce/workarea-package-products
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-package-products
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T19:34:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:02:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T14:55:53.550Z (2 months ago)
- Language: Ruby
- Size: 593 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- 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
This plugin is deprecated. Check out [product bundles](https://github.com/workarea-commerce/workarea-product-bundles) for the latest and greatest!
--------------------------------------------------------------------------------Workarea Package Products
================================================================================A Workarea Commerce plugin that adds support for package products. Package products are a group of products grouped together and displayed on a single product detail page. This enables your storefront to display related items together and offer an easy way to quickly add all the items to cart.
Overview
--------------------------------------------------------------------------------* Adds the ability to associate products through a package product in the admin
* Adds a custom package product creation workflow to the admin
* Adds a `package` product template for the storefront that displays all the packaged products together while still allowing separate add to cart buttons for each product
* Adds a `family` product template for the storefront that displays all the packaged products together, allows selecting multiple products, and adding them all to a cart at the same timeGetting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-package_products'
# ...
```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 Package Products is released under the [Business Software License](LICENSE)