Page 1 of 1

Basket standard Problem

Posted: 30 Jan 2018, 16:23
by tenkraD
Hi again,

i try to display the standard basket if i click on buy on the detail side.
So for this i changed the plugin from mini basket to standard basket.
Now i should see in the basket the products other users bought with, but it dosn't work.
I just see the mini basket.

How can i do that? Do i misunderstood something?

Typo3 7.6.x / Aimeos 17.10.0

Many Thanks

Re: Basket standard Problem

Posted: 30 Jan 2018, 18:10
by aimeos
If you put something into the basket, the standard basket is loaded from the basket page via AJAX and only that part is displayed - regardless of the basket related plugin that may be also on this page. You can change that behavior if you overwrite the JS method to jump to the basket page directly:
https://github.com/aimeos/ai-client-htm ... os.js#L533