How to add new banner section in shop

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!
patelekta58@yahoo.in
Posts: 1
Joined: 12 Jul 2020, 15:53

How to add new banner section in shop

Post by patelekta58@yahoo.in » 12 Jul 2020, 16:02

Hello,
I am trying to add new banner section in shop.
I am following the steps:
1.resources/views/vendor/shop/catalog/list.blade.php
@section('aimeos_banner')
<?= $aibody['catalog/banner'] ?>
@stop
2.resources/views/app.blade.php:
@yield('aimeos_banner')
But not working, so how can I add new section in shop.

Environment:
"require": {
"php": "^7.2",
"fideloper/proxy": "^4.0",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0",
"laravel/ui": "^1.0",
"aimeos/aimeos-laravel": "~2019.10"
},
OS:ubuntu 20.04

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

Re: How to add new banner section in shop

Post by aimeos » 14 Jul 2020, 10:31

You can use the "catalog/stage" component to display images/banners per category and you can extend it to display the image/banner for the root category by default if no category is given.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply