Basket standard Problem

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
tenkraD
Advanced
Posts: 110
Joined: 25 Jul 2017, 08:38

Basket standard Problem

Post by tenkraD » 30 Jan 2018, 16:23

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

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

Re: Basket standard Problem

Post by aimeos » 30 Jan 2018, 18:10

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply