New web sit integration

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!
Alex Kantanda
Posts: 4
Joined: 04 Dec 2020, 04:49

New web sit integration

Post by Alex Kantanda » 04 Dec 2020, 05:06

Hello.
I have html , css and js files for new web site now.
I want to make my website by using aimeos.
but I do not know how to integrate my html and css&js files into aimeos.
I have already checked github provied by aimeos.
I have tried with two ways.
one way is composer create-project aimeos/aimeos myshop and
other way is to composer require aimeos/aimeos-laravel:~2020.10.
after that, I do not know how to do it.
Please guide me,
Best regards.

User avatar
Dinver
Posts: 27
Joined: 26 Oct 2020, 08:42

Re: New web sit integration

Post by Dinver » 04 Dec 2020, 06:48

Alex Kantanda wrote: 04 Dec 2020, 05:06 Hello.
I have html , css and js files for new web site now.
I want to make my website by using aimeos.
but I do not know how to integrate my html and css&js files into aimeos.
I have already checked github provied by aimeos.
I have tried with two ways.
one way is composer create-project aimeos/aimeos myshop and
other way is to composer require aimeos/aimeos-laravel:~2020.10.
after that, I do not know how to do it.
Please guide me,
Best regards.
1. Create extension https://aimeos.org/extensions *yourname*
2. extension add in folder /ext/*yourname*
3. copy template files of /ext/ai-client-html/client/html/templates
in /ext/*yourname*/client/html/templates
4. edit/change template
Admin panel/json api/others similarly. All custom code in your extension.

Custom template page for laravel of /vendor/aimeos/aimeos-laravel/src/views
in /resources/views/vendor/shop

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

Re: New web sit integration

Post by aimeos » 04 Dec 2020, 07:42

More details about how to customize template can be found here:
https://aimeos.org/docs/latest/laravel/customize/

For the CSS/JS files to create a new theme, please have a look at this article:
https://aimeos.org/docs/latest/frontend ... te-themes/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply