Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 17, 2018
1 parent 1c0f7ef commit c7021a1
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,29 @@
<img width="500" src="https://verbb.io/uploads/plugins/gift-voucher/_800x455_crop_center-center/gift-voucher-social-card.png">

Gift Voucher is a Craft Commerce plugin allowing your customers to purchase digital gift vouchers, which can be redeemed by other customers during checkout for a discount on their order. Support for intelligent redemptions, PDF generation, customer-entered amounts, and lots more!


## Requirements

This plugin requires Craft CMS 3.0.0 or later.

## Installation

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
cd /path/to/project
```

2. Then tell Composer to load the plugin:

```
composer require verbb/giftvoucher
```

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Gift Voucher.

## Documentation

Visit the [Gift Voucher Plugin page](https://verbb.io/craft-plugins/gift-voucher) for all documentation, guides, pricing and developer resources.
Expand Down

0 comments on commit c7021a1

Please sign in to comment.