Search found 99 matches

by khizar
21 Jan 2021, 08:12
Forum: Help
Topic: store data in site table
Replies: 1
Views: 969

store data in site table

Hi, i am a laravel developer and using laravel8.i have integrated aimeos in laravel successfully.i was given a task to add another field in site form which i achieved successfully by adding a field in front end https://i.imgur.com/y7VcOnK.png also i added a field named city in mshop_locale_site(tabl...
by khizar
21 Jan 2021, 07:37
Forum: Help
Topic: overwirting site template
Replies: 6
Views: 2140

Re: overwirting site template

Help is always welcome! Create a PR and add a clarification to the page or section where information is missing here: https://github.com/aimeos/aimeos-docs Don't be afraid if your sentences are not perfect, we will check, fix and extend your PR before merging. would you please reply me.i am waiting...
by khizar
21 Jan 2021, 06:40
Forum: Help
Topic: overwirting site template
Replies: 6
Views: 2140

Re: overwirting site template

Help is always welcome! Create a PR and add a clarification to the page or section where information is missing here: https://github.com/aimeos/aimeos-docs Don't be afraid if your sentences are not perfect, we will check, fix and extend your PR before merging. Hi, i have successfully added field in...
by khizar
20 Jan 2021, 12:54
Forum: Help
Topic: overwirting site template
Replies: 6
Views: 2140

Re: overwirting site template

Name your template file item-sites.php and add "ai-sites" to the "depends" section of the manifest.php file in the root of your extension. Then, your file is used instead of that from the ai-sites extension. Thank you.it worked perfectly.It would be great if you guys make some v...
by khizar
20 Jan 2021, 12:44
Forum: Help
Topic: overwirting site template
Replies: 6
Views: 2140

overwirting site template

Hi, i have integrated aimeos with laravel 8 and i have given a task to add extra field in site form. https://i.imgur.com/sm4tnLV.png When i try to overwirte the site template there are two directories in with site form is present 1) ext\ai-admin-jqadm\admin\jqadm\templates\locale\site\item-standard....
by khizar
20 Jan 2021, 11:54
Forum: Help
Topic: Site Form- Add New Field
Replies: 3
Views: 1435

Re: Site Form- Add New Field

First of all, think about if you can use the config key/value pairs (right side). They are extensible without adding new columns in the database and you can also make individual fields for them. If that doesn't fit because you need a database column you can filter by, then create a decorator for th...
by khizar
20 Jan 2021, 11:04
Forum: Help
Topic: Site Form- Add New Field
Replies: 3
Views: 1435

Re: Site Form- Add New Field

i have added field in currency form by creating a new file(item-standard) in my extension ext\ai-moudhah\admin\jqadm\templates\locale\currency\item-standard and it worked perfectly https://i.imgur.com/pJuwaWr.png but when i override the site form by creating new file(item-standard) ext\ai-moudhah\ad...
by khizar
20 Jan 2021, 06:18
Forum: Laravel package
Topic: Aimeos Laravel Package - Add more fields in Product form
Replies: 12
Views: 7306

Re: Aimeos Laravel Package - Add more fields in Product form

Thanks to Almighty Allah, I have solved my issue. Complete solution can be found on following link: https://aimeos.org/help/post5939.html#p5939 Thanks! hi brother.i am laravel developer and using aimeos with laravel.i want to add a field in site form under label field.please guide me step by step s...
by khizar
19 Jan 2021, 10:30
Forum: Help
Topic: Site Form- Add New Field
Replies: 3
Views: 1435

Site Form- Add New Field

Hello, i am a laravel developer and building ecommerce app in laravel app.so i integrated aimeos in laravel.i am using laravel 8. now i want to add custom field in site form under the label field.please guide me step by step to perform that task.i tried to do it by reading the documentation but the ...