Mini-Basket Tax

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!
heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Mini-Basket Tax

Post by heural » 14 Jul 2023, 06:52

Hi Aimeos-Team,

i try to show the taxrates in the mini-basket, but the values of "taxrates" are 0.00.

Code: Select all

$tax = $this->miniBasket->getProducts()->sum( 'order.base.product.taxrates' );
Is this a bug or is this the wrong way?

Thank you!

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

Re: Mini-Basket Tax

Post by aimeos » 17 Jul 2023, 07:46

The "order.base.product.taxrates" value is a list of tax rate values even if you only use one tax rate. Therefore, sum() won't work on those arrays.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply