Page 1 of 1

Add Mini basket to all pages Aimeos

Posted: 05 Oct 2017, 13:36
by sumit kaushik
Hello,

I want mini basket on header of website. But getting error on all pages. Please suggest me about the issue.

Re: Add Mini basket to all pages Aimeos

Posted: 05 Oct 2017, 17:52
by aimeos
Did you add "basket/mini" to all page types like described here:
https://aimeos.org/docs/Laravel/Adapt_p ... components

Re: Add Mini basket to all pages Aimeos

Posted: 24 Feb 2018, 13:48
by ntnsapre
Does this solution work if I want to add the mini basket to my own pages? (Not pages within the shop)

Re: Add Mini basket to all pages Aimeos

Posted: 25 Feb 2018, 03:11
by Travin
https://aimeos.org/docs/Laravel/Create_new_pages
Please have a look here to know how to include the parts at your own pages

Re: Add Mini basket to all pages Aimeos

Posted: 25 Feb 2018, 11:09
by aimeos
In that case, you have to call and add the output of the mini basket HTML client in your controller action yourself. The code would be similar that one: https://github.com/aimeos/aimeos-larave ... ge.php#L74