How to remove all items from basket
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!
How to remove all items from basket
Hello, can you help me add a button for user to delete all items in the basket at once?
Thank you in advance...
Laravel - 5.7.28
Aimeos - 2018.07
PHP - 7.1.3
Thank you in advance...
Laravel - 5.7.28
Aimeos - 2018.07
PHP - 7.1.3
Re: How to remove all items from basket
1.) Add code for the new "clear" value for b_action
2.) Call \Aimeos\Controller\Frontend\Factory::createController( $context, 'basket' )->clear()
3.) Create a pull request on Github with your changes (https://github.com/aimeos/ai-client-html)
2.) Call \Aimeos\Controller\Frontend\Factory::createController( $context, 'basket' )->clear()
3.) Create a pull request on Github with your changes (https://github.com/aimeos/ai-client-html)
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