[SOLVED] Job order/email/payment : "Undefined variable: taxRate"

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: 7893
Joined: 01 Jan 1970, 00:00

Re: Job order/email/payment : "Undefined variable: taxRate"

Post by aimeos » 06 Jul 2019, 15:27

Can you add this code here: https://github.com/aimeos/ai-client-htm ... d.php#L235

Code: Select all

$context->getLogger()->log( $e->getTraceAsString() );
We need the stack strace you will get in the Log Panel of the admin interface.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Job order/email/payment : "Undefined variable: taxRate"

Post by aimeos » 06 Jul 2019, 16:03

Can you please run that command:

Code: Select all

composer req "aimeos/ai-client-html:2019.07.x-dev"
If it works for you, we will tag a new release afterwards.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Job order/email/payment : "Undefined variable: taxRate"

Post by aimeos » 06 Jul 2019, 16:21

You didn't do something wrong. The ai-controller-frontend commit with the fix still needs to be tagged. Use that in the meantime:

Code: Select all

composer req "aimeos/ai-controller-frontend:2019.07.x-dev"
We will tag it as soon as we have more response.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Job order/email/payment : "Undefined variable: taxRate"

Post by aimeos » 06 Jul 2019, 16:43

Did you make a copy of the e-mail templates? If yes, they are used instead of the fixed ones
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply