Voucher and shipment costs presentation
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Voucher and shipment costs presentation
Hello,
we try to implement voucher coupon codes - as buyable gift cards or predefined coupon codes with a custom coupon provider (as mentioned here in the board)
We made some progress but we have a question regards the shipment cost presentation.
a) with applied coupon

b) normal payment

We like to add for the second coupon code row in the summary the reduced shipment costs amount instead of 0.00 Euros.
And if possible we like also to show the shipment costs with the subtotal. It should look like the "normal payment".
Can this be somehow configured or do we have to use a provider or custom template for this?
Regards
nowrap
we try to implement voucher coupon codes - as buyable gift cards or predefined coupon codes with a custom coupon provider (as mentioned here in the board)
We made some progress but we have a question regards the shipment cost presentation.
a) with applied coupon
b) normal payment
We like to add for the second coupon code row in the summary the reduced shipment costs amount instead of 0.00 Euros.
And if possible we like also to show the shipment costs with the subtotal. It should look like the "normal payment".
Can this be somehow configured or do we have to use a provider or custom template for this?
Regards
nowrap
Re: Voucher and shipment costs presentation
You need to overwrite this template in your own extension:
https://github.com/aimeos/ai-client-htm ... detail.php
There, you can adapt displaying the rebate values for shipping costs according to your needs.
https://github.com/aimeos/ai-client-htm ... detail.php
There, you can adapt displaying the rebate values for shipping costs according to your needs.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Voucher and shipment costs presentation
Thx alot for pointing me in the right direction.