basket data

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
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

basket data

Post by GülsümAkça » 08 Apr 2021, 19:24

Is it possible to see users basket data in the dashboard?
thank you

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

Re: basket data

Post by aimeos » 09 Apr 2021, 16:02

Do you mean the complete order that has been placed?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

Re: basket data

Post by GülsümAkça » 12 Apr 2021, 17:14

We want to see the data of the products that the users didn't order but put on the basket

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

Re: basket data

Post by aimeos » 14 Apr 2021, 08:34

The basket is stored in the user session and is persisted in the database, after the customer clicked on "Buy now" (afterwards, customers proceed to the payment). As long as the basket is only in the user session, you don't have access to. There's a possibility to change the getSession/setSession() methods in the order base manager to store the basket elsewhere but if the customer isn't logged in, you won't have any chance to know which the basket belongs to in ca. 95% of all cases.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply