How to edit section content

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!
quadri_folo
Posts: 12
Joined: 15 Feb 2021, 22:23

How to edit section content

Post by quadri_folo » 03 May 2022, 23:32

Regarding this documentation https://aimeos.org/docs/2021.x/laravel/ ... dapt-pages and the screenshot below. How would we go about implementing Facebook pixel it requires a script to be added to the <head> </head> section of every page on my website. Should this be done via aimeos_header tag or would it be better to do this manually on every page.
Attachments
aimeos.png
aimeos.png (80.25 KiB) Viewed 444 times

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

Re: How to edit section content

Post by aimeos » 04 May 2022, 06:16

Add it to the base.blade.php file you can copy to your ./resources/views/vendor/shop/ directory:
https://aimeos.org/docs/latest/laravel/ ... -templates
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply