Aimeos Create an new extension and Api in it.
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!
- TEJASPARMAR
- Posts: 15
- Joined: 20 Mar 2024, 11:53
Re: Aimeos Create an new extension and Api in it.
I have created a new theme like this.
What do we have to do to publish it in the public folder?
Is there any command to run or anything else?[/img]
- Attachments
-
- Screenshot from 2024-07-09 23-48-13.png (16.68 KiB) Viewed 8843 times
Re: Aimeos Create an new extension and Api in it.
This command will publish the files to the ./public/vendor/ directory and it will be automatically executed if you run "composer update":
https://github.com/aimeos/aimeos/blob/m ... r.json#L63
https://github.com/aimeos/aimeos/blob/m ... r.json#L63
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Aimeos Create an new extension and Api in it.
All your JS code must be in a JS file that is included, inline JS isn't allowed.TEJASPARMAR wrote: ↑09 Jul 2024, 17:31 Getting this error for security policy.
Can please help me for that ?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
- TEJASPARMAR
- Posts: 15
- Joined: 20 Mar 2024, 11:53
Re: Aimeos Create an new extension and Api in it.
I have overridden the checkout template by my own HTML template based on some conditions.
I getting this error on that page.
"A non-recoverable error occurred ".
Can you please help me or give some suggestions about it?
I getting this error on that page.
"A non-recoverable error occurred ".
Can you please help me or give some suggestions about it?
Re: Aimeos Create an new extension and Api in it.
Have a look into the Log panel of the admin backend. There you will find more details about the error.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
- TEJASPARMAR
- Posts: 15
- Joined: 20 Mar 2024, 11:53
Re: Aimeos Create an new extension and Api in it.
There is no logs for the error there.
Re: Aimeos Create an new extension and Api in it.
There must be one because for "A non-recoverable error occurred" an entry is always written to the madmin_log table.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star