Search found 3 matches

by haha
01 Apr 2022, 12:18
Forum: Help
Topic: How to customize Aimeos Shop App
Replies: 5
Views: 9869

Re: How to customize Aimeos Shop App

Thanks for replying. What I meant was, how to change something in the code so that it is reflected on the shop pages.
I disabled caching and created an extension. Copied over the ai-client template files and try to change the code inside it, but it doesn't change the site.

When '/' endpoint is ...
by haha
31 Mar 2022, 09:03
Forum: Help
Topic: How to customize Aimeos Shop App
Replies: 5
Views: 9869

Re: How to customize Aimeos Shop App

Hi, thanks for getting back. I tried to read through some of the material that was pointed in your reply but I still don't understand well enough as I am new to development.

Can you like give me an idea of how to change the logo or something of the homepage?
by haha
30 Mar 2022, 16:26
Forum: Help
Topic: How to customize Aimeos Shop App
Replies: 5
Views: 9869

How to customize Aimeos Shop App

Hi,
I am new to the aimeos package and laravel-php.
I have set up the full shop application and have been trying to change things to reflect the changes on the frontend.

If I change the code in this file,
vendor/aimeos/ai-client-html/client/html/templates/catalog/home/body-standard.php

It doesn't ...