Delete Basket Item from Laravel Controller

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!
kartikbhat
Posts: 40
Joined: 02 Dec 2021, 17:18

Delete Basket Item from Laravel Controller

Post by kartikbhat » 06 Jun 2022, 11:09

with the help of default feature in aimeos I can able to delete product from basket; I need an approach to delete a specific item from basket at my laravel controller; I have position of that specific basket item; help me to call available feature at my place conveniently
TIA :)

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

Re: Delete Basket Item from Laravel Controller

Post by aimeos » 07 Jun 2022, 16:04

The related ID is the position of the product to delete:
https://aimeos.org/docs/latest/frontend ... e-products
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply