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

https://github.com/workarea-commerce/workarea-gift-wrapping


https://github.com/workarea-commerce/workarea-gift-wrapping

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Workarea Gift Wrapping
================================================================================

A Workarea Commerce plugin that enables customers to add a gift message and/or select gift wrapping for products in their cart during checkout.

Overview
--------------------------------------------------------------------------------

* Adds gift wrapping options for each product in the cart during the shipping step of checkout
* Adds a gift message field for the order during the shipping step of checkout
* Enables admin users to add gift wrapping types and set pricing for each type
* Allows enabling/disabling gift wrapping per product in the catalog
* Uses `config.gift_message_max_length` to limit the length of gift messages

Getting Started
--------------------------------------------------------------------------------

Add the gem to your application's Gemfile:

```ruby
# ...
gem 'workarea-gift_wrapping'
# ...
```

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 Gift Wrapping is released under the [Business Software License](LICENSE)