Enter voucher on order completion page (in shopping cart) App

Product number: AcrisCheckoutVoucherApp

Product information "Enter voucher on order completion page (in shopping cart) App"

Highlights

Voucher code entry directly on the order completion page Quick and easy redemption of vouchers, even in the final order step Improved user-friendliness at checkout

 

Features

Adds a field for voucher codes on the checkout confirmation page Customers can redeem vouchers directly before completing their order No need to return to the shopping basket

 

In the Shopware standard, voucher codes can only be redeemed in the shopping basket. This is inconvenient for customers who only want to use a voucher code in the final step of the ordering process.

With this plugin, the input field for voucher codes is also displayed on the order completion page. Customers can use it to redeem vouchers quickly and easily before submitting their order.

 

Version
Required Shopware version
Published on
Changelog
Version
4.0.1
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 <6.8.0.0
Published on
17 February 2026
Changelog

- Improved plugin compatibility.

Version
4.0.0
Required Shopware version
Published on
Required Shopware version
>=6.7.0.0 <6.8.0.0
Published on
7 May 2025
Changelog

- Compatibility with Shopware 6.7.

Version
3.0.0
Required Shopware version
Published on
Required Shopware version
>=6.6.0.0 <6.7.0.0
Published on
7 May 2025
Changelog

- Compatibility with Shopware 6.6.

Version
2.0.0
Required Shopware version
Published on
Required Shopware version
/
Published on
14 April 2023
Changelog

- Compatibility with Shopware 6.5.

Version
1.0.1
Required Shopware version
Published on
Required Shopware version
/
Published on
15 February 2023
Changelog

- Change of the plugin name and the manufacturer links.

Version
1.0.0
Required Shopware version
Published on
Required Shopware version
/
Published on
26 November 2022
Changelog

- Release

0 of 0 reviews

Average rating of 0 out of 5 stars

Leave a review!

Share your experiences with other customers.


This works perfectly in Shopware Standard, but if the Shopware Commercial plugin is active, the success message is no longer displayed on the order completion page. The reason for this is an error in line 80 of SwagCommercial/src/B2B/OrderApproval/Storefront/CheckoutControllerDecorator.php In this if-condition, the following line is: $session->getFlashBag()->clear(); This line deletes the "message" on the order completion page. If I removed this line, the alerts (success or error) will be shown after a voucher was submitted. A ticket has been opened by Shopware : https://issues.shopware.com/issues/NEXT-34312 Thanks to Florian R. for searching for the error after we could not find an error in our plugin.