Add basket box on list page for every product...

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Add basket box on list page for every product...

Post by Bollerx » 19 May 2016, 12:41

is it possible to Add basket box-button on list page for every product?

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

Re: Add basket box on list page for every product...

Post by aimeos » 19 May 2016, 12:48

Yes, enable this configuration option: 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

Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Re: Add basket box on list page for every product...

Post by Bollerx » 19 May 2016, 13:00

plugin.tx_aimeos.settings.client.html.catalog.lists.basket-add = 1
i tried to put in the root template, but i cant see any changes!?

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

Re: Add basket box on list page for every product...

Post by aimeos » 19 May 2016, 13:47

Yes, that's correct for version 16.4.x. Which one do you use?

For 2.4.x it's https://aimeos.org/docs/Configuration/C ... basket-add
("list" vs. "lists", due to the PSR-4 changes)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Re: Add basket box on list page for every product...

Post by Bollerx » 19 May 2016, 14:21

yes i'm using Aimeos 2.4.x, i included this to the template but stil not working>
plugin.tx_aimeos.settings.client.html.catalog.list.basket-add = 1

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

Re: Add basket box on list page for every product...

Post by aimeos » 19 May 2016, 15:30

Did you cleared the caches?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Re: Add basket box on list page for every product...

Post by Bollerx » 20 May 2016, 06:37

yes, i cleared the cache, i even did executed the scheduler with aimeos tasks. I can't see any changes, i have also two different(ver 2.4.x and 16.x.x) installation i tried on both as you described but still not working.

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

Re: Add basket box on list page for every product...

Post by aimeos » 20 May 2016, 08:59

Sorry, my fault. It's not implemented in 2.4.x but only available in 16.4.x.

The configuration you've posted for 16.4 is correct:

Code: Select all

plugin.tx_aimeos.settings.client.html.catalog.lists.basket-add = 1
After clearing the frontend cache is looks like this: http://typo76.test.aimeos.com/index.php?id=13
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply