Basket storage
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Basket storage
Hello,
PHP version: 8.1
Laravel version: 10
Aimeos version: 2023.10
Environment: Linux
Where is stored the basket in this version of Aimeos ? Session or database table ?
PHP version: 8.1
Laravel version: 10
Aimeos version: 2023.10
Environment: Linux
Where is stored the basket in this version of Aimeos ? Session or database table ?
Re: Basket storage
In the mshop_order_basket table.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Basket storage
How can we manage the process without using basket? After selecting the products from the page where the products are listed, it will be directed to the address page and then the summary will be converted to pdf
Re: Basket storage
The basket page is required because it's the only way to add products for the checkout if you don't use the JSON:API
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Basket storage
Thanks for your answer. I can use it on the backend side, but I don't want to be directed to the basket on the frontend side.