Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/workarea-commerce/workarea-package-products


https://github.com/workarea-commerce/workarea-package-products

Last synced: about 1 month ago
JSON representation

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 time

Getting 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)