Share basket to other via whatsapp

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!
tekgroup
Posts: 7
Joined: 03 Oct 2023, 11:02

Share basket to other via whatsapp

Post by tekgroup » 16 Feb 2024, 08:19

How can I add feature to my basket to "Share It with friends"
that action generate URL for this basket, that can user share with anyone via whatsapp or mail

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

Re: Share basket to other via whatsapp

Post by aimeos » 16 Feb 2024, 17:52

The baskets are stored in the mshop_order_basket table with an unique ID. You may use that information to implement a controller action that retrieves the basket by its key using the order basket manager and push that information into the session basket of the user that clicked on the shared link.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

malik_kat
Posts: 8
Joined: 09 Jan 2024, 09:20

Re: Share basket to other via whatsapp

Post by malik_kat » 01 Mar 2024, 13:00

How to get the order basket id for current basket to unregistered user ?
We get the order basket id for register user using the customerid but unregister user the customerid is null

Post Reply