Share basket to other via whatsapp
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Share basket to other via whatsapp
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
that action generate URL for this basket, that can user share with anyone via whatsapp or mail
Re: Share basket to other via whatsapp
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, give us a star
If you like Aimeos, give us a star
Re: Share basket to other via whatsapp
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
We get the order basket id for register user using the customerid but unregister user the customerid is null