New web sit integration
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: 4
- Joined: 04 Dec 2020, 04:49
New web sit integration
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.
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.
Re: New web sit integration
1. Create extension https://aimeos.org/extensions *yourname*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.
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
Re: New web sit integration
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/
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,
give us a star
If you like Aimeos,
