Customize View File

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!
User avatar
HitendraKakadiya
Posts: 4
Joined: 30 May 2022, 09:42

Customize View File

Post by HitendraKakadiya » 30 May 2022, 10:29

Hi,
How can I modify the view in aimeos?
Even though there is some view which is not found in the code how can I find it?

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

Re: Customize View File

Post by aimeos » 30 May 2022, 10:30

Which views do you want to customize?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
HitendraKakadiya
Posts: 4
Joined: 30 May 2022, 09:42

Re: Customize View File

Post by HitendraKakadiya » 30 May 2022, 10:33

Hi,
I need to change the product group view. I need to add a one-click event on that "Add to basket" button if there is a "0" quantity selected.

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

Re: Customize View File

Post by aimeos » 30 May 2022, 10:46

Here's the template for the catalog detail groups:
https://github.com/aimeos/ai-client-htm ... /group.php

Please also read the article about customizing the frontend HTML code:
https://aimeos.org/docs/latest/frontend ... templates/

In case you only want to add JS code, then you should add this to a JS file you include into your layout, e.g. the ./public/js/app.js for Laravel.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
HitendraKakadiya
Posts: 4
Joined: 30 May 2022, 09:42

Re: Customize View File

Post by HitendraKakadiya » 30 May 2022, 10:57

I need also a button view which is on that group page which is for "add to basket".

User avatar
HitendraKakadiya
Posts: 4
Joined: 30 May 2022, 09:42

Re: Customize View File

Post by HitendraKakadiya » 30 May 2022, 11:07

Thanks for your help. I also got a button view.

Post Reply