Remove specific div and nav at aimeos project

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!
User avatar
ArthurHenrique
Posts: 18
Joined: 28 Jan 2021, 18:30

Remove specific div and nav at aimeos project

Post by ArthurHenrique » 02 Mar 2021, 12:13

Hi, I need some help in delete some things in my project aimeos, I need to delete some div and nav but I really dont know how to do it, I readed the topic remove components but it doesnt helped me.

Thanks, Arthur.

Enviroment:
Windows 10
PHP = 7.2
Laravel = 6.0
Aimeos = 2020.10

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

Re: Remove specific div and nav at aimeos project

Post by aimeos » 04 Mar 2021, 13:05

Can you please be more specific about what you want to achieve?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
ArthurHenrique
Posts: 18
Joined: 28 Jan 2021, 18:30

Re: Remove specific div and nav at aimeos project

Post by ArthurHenrique » 19 Apr 2021, 13:51

Hi
I need pull out elements like these:
Attachments
Sem título.png
Sem título.png (98.43 KiB) Viewed 1467 times

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

Re: Remove specific div and nav at aimeos project

Post by aimeos » 20 Apr 2021, 10:45

Overwrite the catalog/detail/body-standard template in your own extension and remove these lines:
https://github.com/aimeos/ai-client-htm ... #L287-L320
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
ArthurHenrique
Posts: 18
Joined: 28 Jan 2021, 18:30

Re: Remove specific div and nav at aimeos project

Post by ArthurHenrique » 20 Apr 2021, 11:39

Thank you for the answer, but I already do this and nothing happen, I remove exactly these lines and doesnt work, I was thinking about a cache problem, so I do the comand php artisan cache:clear and again nothing happen. Are there another solution for this problem? Thanks again

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

Re: Remove specific div and nav at aimeos project

Post by aimeos » 20 Apr 2021, 11:43

To clear the Aimeos content cache, use:

Code: Select all

php artisan aimeos:clear
During development, you should deactivate the cache:
https://github.com/aimeos/aimeos-laravel#hints
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply