Page 1 of 1

Small basket not showing up

Posted: 19 Apr 2017, 21:06
by Innonic
Good evening,

hopefully I didn't miss something obvious.
So in my backend, there's a column "Right" defined and it contains the Locale Selector and the Small Basket:
Backend Config
Backend Config
Bildschirmfoto vom 2017-04-19 22-50-58.png (10.81 KiB) Viewed 1903 times
But none of them is shown in the Front End:
Frontend, right column empty
Frontend, right column empty
Bildschirmfoto vom 2017-04-19 22-52-37.png (188.3 KiB) Viewed 1903 times
I added the "Test" to the <div> which proves, that the right column is there. But without any content.

Does the small basket not work out of the box? Do I have to activate it somehow? If so, how?
Like mentioned above, I'm sorry, if I missed something obvious.

Of course I searched for solutions before writing this post, but the solutions I found seem to be based on installations, that do not contain the small basket at all. But in my case, it was already there and I don't want to mix it up since it might be just one little step away from working.

Thank you in advance

P.S. I'm on 6.2.15, PHP 5.6 on a Linux Server

Re: Small basket not showing up

Posted: 20 Apr 2017, 09:15
by aimeos
Most often, this relates to the page layouts of the bootstrap_package but in your case it seems different. Maybe your TypoScript contains a page object definition that only fetches the main column?

Re: Small basket not showing up

Posted: 20 Apr 2017, 13:14
by Innonic
Thanks, you pushed me in the right direction. In my case, somehow, left is right. I realized that when I compared the page setup to other pages. I added a left column, added the missing components and voila... :
left is right
left is right
Bildschirmfoto vom 2017-04-20 15-08-32.png (20.67 KiB) Viewed 1892 times
That leads to the frontend, I wanted:
Frontend with small basket, locale selector, etc...
Frontend with small basket, locale selector, etc...
Bildschirmfoto vom 2017-04-20 15-08-02.png (143.88 KiB) Viewed 1892 times
Funny, isn't it? But it seems to be the right way...