Livewire

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!
antoniosequeira66
Posts: 19
Joined: 06 Dec 2022, 09:37

Livewire

Post by antoniosequeira66 » 03 May 2024, 08:58

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.

antoniosequeira66
Posts: 19
Joined: 06 Dec 2022, 09:37

Re: Livewire

Post by antoniosequeira66 » 03 May 2024, 13:46

Hi,

Got it :P 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

Post Reply