Add Mini basket to all pages Aimeos

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
sumit kaushik
Posts: 30
Joined: 08 Aug 2017, 07:20

Add Mini basket to all pages Aimeos

Post by sumit kaushik » 05 Oct 2017, 13:36

Hello,

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

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

Re: Add Mini basket to all pages Aimeos

Post by aimeos » 05 Oct 2017, 17:52

Did you add "basket/mini" to all page types like described here:
https://aimeos.org/docs/Laravel/Adapt_p ... components
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ntnsapre
Posts: 21
Joined: 16 Jan 2018, 20:31

Re: Add Mini basket to all pages Aimeos

Post by ntnsapre » 24 Feb 2018, 13:48

Does this solution work if I want to add the mini basket to my own pages? (Not pages within the shop)

Travin
Posts: 70
Joined: 18 Dec 2017, 03:12

Re: Add Mini basket to all pages Aimeos

Post by Travin » 25 Feb 2018, 03:11

https://aimeos.org/docs/Laravel/Create_new_pages
Please have a look here to know how to include the parts at your own pages
Laravel 6.18.19 | php 7.4.7 | Xubuntu | Aimeos Laravel 2019.10.5

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

Re: Add Mini basket to all pages Aimeos

Post by aimeos » 25 Feb 2018, 11:09

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

Post Reply