Livewire
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 19
- Joined: 06 Dec 2022, 09:37
Livewire
Hi team mates,
I'm trying to add livewire to aimeos to add some tweeks.
I did and it works for some parts of the page but not for product body template.
I suspect some compatibility problem between livewire version 3 and aimeos.
Anyone has some idea?
Appreciate.
Regards
A.
I'm trying to add livewire to aimeos to add some tweeks.
I did and it works for some parts of the page but not for product body template.
I suspect some compatibility problem between livewire version 3 and aimeos.
Anyone has some idea?
Appreciate.
Regards
A.
-
- Posts: 19
- Joined: 06 Dec 2022, 09:37
Re: Livewire
Hi,
Got it but don't know how to solve it:
I have my own theme and my detail.blade.php has this
@section('aimeos_body')
<?= $aibody['catalog/detail'] ?? '' ?>
<?= $aibody['cms/page'] ?? '' ?>
@stop
when $aibody['catalog/detail'] is set up, the livewire is not rended.
any ideas?
I would like to keep as much as possible the base aimeos structure
Thanks
Got it but don't know how to solve it:
I have my own theme and my detail.blade.php has this
@section('aimeos_body')
<?= $aibody['catalog/detail'] ?? '' ?>
<?= $aibody['cms/page'] ?? '' ?>
@stop
when $aibody['catalog/detail'] is set up, the livewire is not rended.
any ideas?
I would like to keep as much as possible the base aimeos structure
Thanks