Check orders

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!
Amber
Posts: 19
Joined: 09 Sep 2019, 07:02

Check orders

Post by Amber » 10 Sep 2019, 02:51

How do customers log in to the list to check current orders or to search historical orders? (https://localhost/list)

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

Re: Check orders

Post by aimeos » 10 Sep 2019, 07:13

You are most likely use Laravel, don't you?
Set up authentication like desribed in the guide (required for both, admin and frontend login) and add a link to the "my-account" route in your app.blade.php template:
https://github.com/aimeos/aimeos-laravel#admin
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply