Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peppapig13132/giftcardify-for-woocommerce
💳 GiftCardify for WooCommerce is a powerful and easy-to-use plugin designed to seamlessly integrate gift card functionality into your WooCommerce store.
https://github.com/peppapig13132/giftcardify-for-woocommerce
giftcard woocommerce wordpress wordpress-plugin
Last synced: 3 days ago
JSON representation
💳 GiftCardify for WooCommerce is a powerful and easy-to-use plugin designed to seamlessly integrate gift card functionality into your WooCommerce store.
- Host: GitHub
- URL: https://github.com/peppapig13132/giftcardify-for-woocommerce
- Owner: peppapig13132
- License: mit
- Created: 2024-06-29T10:17:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T22:03:50.000Z (4 months ago)
- Last Synced: 2024-08-20T15:16:26.461Z (3 months ago)
- Topics: giftcard, woocommerce, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 576 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GiftCardify for WooCommerce
💡 The plugin is in testing stage.
## Key Features
Gift card form includes:
```
Amount:
Preset prices(For example, 100, 250, 500) and custom price
Receiver:
First name
Last name
Email(and Email confirm)
Sender:
Sender name
Gift message
Shipping date
```- [x] Purchase a gift card - cart page, checkout page
- [x] Send custom email to the customer and the gift card receiver
- [x] Buy product with a gift card## How to use GiftCardify?
### Create a product - Gift Card
- Name: Gift Card
- Product Type: Gift Card (GiftCaridfy plugin adds this product type)
- Preset prices with comma
### Modify template - single product gift card
Modify single product gift card template here: `templates/single-product/gift-card.php`.### Modify custom email templates
- Check HTML email templates and then move then to PHP templates in `templates/emails`.## Screenshots
- Single Product Gift Card page: [Click here](https://github.com/peppapig13132/GiftCardify-for-WooCommerce/blob/main/assets/images/others/single-product-gift-card.png)
- Custom order complete notification email: [Click here](https://github.com/peppapig13132/GiftCardify-for-WooCommerce/blob/main/assets/images/others/custom-order-completed-email-html.png)
- Gift card received notification email: [Click here](https://github.com/peppapig13132/GiftCardify-for-WooCommerce/blob/main/assets/images/others/gift-card-received-email-html.png)