Voucher and shipment costs presentation

How to configure and adapt Aimeos based shops as developer
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!
nowrap
Posts: 37
Joined: 01 Mar 2023, 23:03

Voucher and shipment costs presentation

Post by nowrap » 08 Apr 2023, 18:54

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
Image
b) normal payment
Image

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

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Voucher and shipment costs presentation

Post by aimeos » 11 Apr 2023, 07:37

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

nowrap
Posts: 37
Joined: 01 Mar 2023, 23:03

Re: Voucher and shipment costs presentation

Post by nowrap » 12 Apr 2023, 20:15

Thx alot for pointing me in the right direction.

Post Reply