Sha256: f51d11ab1491636352452fc7367f38c51e755f4cad146bdf8781d213121dcabe
Contents?: true
Size: 1.63 KB
Versions: 3
Compression:
Stored size: 1.63 KB
Contents
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)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
workarea-package_products-3.4.1 | README.md |
workarea-package_products-3.4.0 | README.md |
workarea-package_products-3.3.3 | README.md |