Basket storage

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!
Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Basket storage

Post by Gagik » 21 Dec 2023, 16:04

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 ?

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

Re: Basket storage

Post by aimeos » 22 Dec 2023, 09:35

In the mshop_order_basket table.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

hyalcin
Posts: 11
Joined: 09 Aug 2024, 13:22

Re: Basket storage

Post by hyalcin » 09 Aug 2024, 13:51

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

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

Re: Basket storage

Post by aimeos » 13 Aug 2024, 04:44

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, Image give us a star

hyalcin
Posts: 11
Joined: 09 Aug 2024, 13:22

Re: Basket storage

Post by hyalcin » 14 Aug 2024, 09:39

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.

Post Reply