Enter voucher on order completion page (in shopping cart) App
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.
Â
- Improved plugin compatibility.
- Compatibility with Shopware 6.7.
- Compatibility with Shopware 6.6.
- Compatibility with Shopware 6.5.
- Change of the plugin name and the manufacturer links.
- Release
Login
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.