SyliusGiftCardPlugin icon indicating copy to clipboard operation
SyliusGiftCardPlugin copied to clipboard

Sell gift cards on your Sylius store and let users use them in the checkout process

Results 24 SyliusGiftCardPlugin issues
Sort by recently updated
recently updated
newest added

This is more a request/suggestion than a real issue/bug. It seems there is no recipe for this plugin, which is quite the shame. It would be nice if the config...

Would be nice to be able to export all gift cards to a CSV file

enhancement

It would be nice for the customer to have information about why he can not apply a gift card. Something like: * This Gift Card does not exist * This...

## Step to reproduce 1. Add to cart a giftcard with the value of 500€; 2. Use a coupon code with 50% discount; 3. Complete the order. ## Expected result...

bug

In order to prevent using a Gift Card on some specific taxon (like Alcohol ie) it would be nice to be able to exclude some Taxon from a specific Gift...

In `Setono\SyliusGiftCardPlugin\Controller\Action\GiftCardBalanceAction` controller (and same in API when merged to master), we have a performance issue regarding huge amount of GiftCards due to this code block: ``` $giftCardBalanceCollection = GiftCardBalanceCollection::createFromGiftCards(...

If balances not equal (so gift card used) - ability to click on `Used at orders` link/button and see page with `Orders list` where this `GiftCard` was used. - [x]...

enhancement

Instead of having a code like `AKSADFUBMSUA2CSA`, at code could look like `AKSA-DFUB-MSUA-2CSA`. This could also be implemented when displaying the code and then removing anything else but letters and...