mshop/price/taxflag set to 0, VAT not added to total

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: mshop/price/taxflag set to 0, VAT not added to total

Post by aimeos » 07 Jul 2019, 13:13

Copy/paste error in the template. Fixed in 2019.07.x-dev:

Code: Select all

composer req "aimeos/ai-client-html:2019.07.x-dev"
Why are the shipping costs missing in your checkout summary?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: mshop/price/taxflag set to 0, VAT not added to total

Post by aimeos » 07 Jul 2019, 16:37

The patch was in the common/summary/detail-standard.php template file. If you copied it, did you adapt it to the updated original one? https://github.com/aimeos/ai-client-htm ... d.php#L382
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: mshop/price/taxflag set to 0, VAT not added to total

Post by aimeos » 08 Jul 2019, 09:47

Shipping costs are visible in your basket AND e-mail screenshot, so it doesn't seem to be a general problem because basket and summary share the same template code or isn't this from the same order?

Using "Actual current price" for the delivery service option leads to undesired results in most cases. You should only use the "Shipping/Payment costs" field if you want the shipping costs to be below the subtotal.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: mshop/price/taxflag set to 0, VAT not added to total

Post by aimeos » 08 Jul 2019, 10:33

Fixed duplicate delivery costs row but you should use "Shipping/Payment costs" in the backend nevertheless and use "0.00" as "Actual current price".
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply