Checkout Process - Error on Summary Tab

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

Re: Checkout Process - Error on Summary Tab

Post by aimeos » 07 Oct 2021, 07:41

The "aimeos_shop_privacy" route is defined by default if you didn't disable it (by accident):
https://github.com/aimeos/aimeos-larave ... #L252-L266

Check the "routes" section in your ./config/shop.php file and try to add this:

Code: Select all

'legal' => [],
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

taimoorbadar
Posts: 6
Joined: 28 Sep 2021, 08:35

Re: Checkout Process - Error on Summary Tab

Post by taimoorbadar » 07 Oct 2021, 19:44

unfortunately still did not work. yes the shop terms and shop privacy routes are already there in package routes.php file. and i have added
'legal' => [],
in my config/shop.php in the routes section. i cleared the configuration and cache but still does not work. and i get the same error in my admin logs.
Route [aimeos_shop_privacy] not defined.

taimoorbadar
Posts: 6
Joined: 28 Sep 2021, 08:35

Re: Checkout Process - Error on Summary Tab

Post by taimoorbadar » 07 Oct 2021, 20:08

I am also started to get this error in my admin panel and no tab works, i can not open the catlog or anything else, only the dashboard page and logs page is being open but that also does not work propely
Attachments
Now i started to get this error on my admin panel
Now i started to get this error on my admin panel
Screenshot from 2021-10-08 01-02-50.png (128.37 KiB) Viewed 4898 times

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

Re: Checkout Process - Error on Summary Tab

Post by aimeos » 08 Oct 2021, 16:15

Can you post a screenshot after you've clicked on the "js?locale=en:3547" link right of the error message?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply