https://github.com/workarea-commerce/workarea-gift-wrapping
https://github.com/workarea-commerce/workarea-gift-wrapping
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-gift-wrapping
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T20:16:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T15:06:44.000Z (over 6 years ago)
- Last Synced: 2025-12-13T08:12:54.464Z (7 months ago)
- Language: Ruby
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 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)