Add To Basket Functionality From Product List Page.

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!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

Add To Basket Functionality From Product List Page.

Post by awaidqureshi » 09 Feb 2019, 14:04

We Want This Functionality That When We Click On Specific Product "Add To Cart" Button Form Category Product List .
That Item Can Be Added To Basket.
For Reference:
http://prntscr.com/mis2ye

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

Re: Add To Basket Functionality From Product List Page.

Post by aimeos » 09 Feb 2019, 14:08

Use this configuration option and don't forget to add the option for the mentioned domains:
https://aimeos.org/docs/Configuration/C ... basket-add
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
parmonov98
Posts: 33
Joined: 24 Sep 2020, 12:12

Re: Add To Basket Functionality From Product List Page.

Post by parmonov98 » 10 Oct 2020, 13:41

aimeos wrote: 09 Feb 2019, 14:08 Use this configuration option and don't forget to add the option for the mentioned domains:
https://aimeos.org/docs/Configuration/C ... basket-add
Admin! I dunno why, somehow your answers don't kick my head. :)

Can you tell me how to use the basket-add step-by-step?

I mean, where to add this line, and what to change on what components/templates?

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

Re: Add To Basket Functionality From Product List Page.

Post by aimeos » 11 Oct 2020, 09:01

Nothing, it's only a configuration option you have to set in your ./config/shop.php:

Code: Select all

'client' => [
	'html' => [
		'catalog' => [
			'lists' => [
				'basket-add' => 1
				'domains' => array( 'attribute', 'media', 'price', 'product', 'text' )
			]
		]
	]
]
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply