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

### Plugin version 0.12.0-alpha.5 ### Sylius version 1.12.10 ### What happened? When a product is added to a cart via API (POST /api/v2/shop/orders/[TOKEN]/items) a new gift card with the value...

bug

### Plugin version v0.12.0-alpha.5 ### Sylius version v1.12.11 ### What happened? Hi, on first add gift card on cart, it's ok but when we update quantity of a gift card...

bug

### Plugin version 0.12.x-dev ### Sylius version 1.12.11 ### What happened? 500 Error while adding gift card product to the cart. I've created new product - gift card. When I...

bug

### Plugin version 0.12 ### Sylius version 1.10 ### What happened? When I add a gift card to my cart, the gift card is persisted in the database. This has...

bug

See https://github.com/Sylius/Sylius/blob/1.13/UPGRADE-API-1.11.md#:~:text=Sylius%5CBundle%5CApiBundle%5CCommand%5CCart%5CApplyCouponToCart%20and%20Sylius%5CBundle%5CApiBundle%5CCommand%5CCheckout%5CAddressOrder%20commands%20have%20been%20replaced%20with%20Sylius%5CBundle%5CApiBundle%5CCommand%5CCheckout%5CUpdateCart.

Updates the requirements on [setono/sylius-catalog-promotion-plugin](https://github.com/Setono/SyliusCatalogPromotionPlugin) to permit the latest version. Release notes Sourced from setono/sylius-catalog-promotion-plugin's releases. v0.5.1 Fix bug where manually discounted was set to true when it was in...

dependencies

We need to look into this method: https://github.com/Setono/SyliusGiftCardPlugin/blob/v0.11.9/src/Doctrine/ORM/GiftCardRepository.php#L57-L62 - where is it used? - what can we do to not use it? because this would be very memory intensive for...

enhancement

At the moment it seems that it is kind of possible to order a gift card with another gift card, the customer can complete the checkout process and the old...

It would be nice to be able to prevent a Gift Card from being applied on shipping costs.