Aimeos Create an new extension and Api in it.

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
TEJASPARMAR
Posts: 15
Joined: 20 Mar 2024, 11:53

Re: Aimeos Create an new extension and Api in it.

Post by TEJASPARMAR » 09 Jul 2024, 17:52

aimeos wrote: 04 Jul 2024, 09:44 If you copy the existing theme into a new directory besides, you can create a new theme that will be published to ./public/vendor/shop/themes/
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?Image[/img]ImageImage
Attachments
Screenshot from 2024-07-09 23-48-13.png
Screenshot from 2024-07-09 23-48-13.png (16.68 KiB) Viewed 7195 times

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

Re: Aimeos Create an new extension and Api in it.

Post by aimeos » 11 Jul 2024, 07:30

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Aimeos Create an new extension and Api in it.

Post by aimeos » 11 Jul 2024, 07:31

TEJASPARMAR wrote: 09 Jul 2024, 17:31 Getting this error for security policy.
Can please help me for that ?
All your JS code must be in a JS file that is included, inline JS isn't allowed.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
TEJASPARMAR
Posts: 15
Joined: 20 Mar 2024, 11:53

Re: Aimeos Create an new extension and Api in it.

Post by TEJASPARMAR » 15 Jul 2024, 13:07

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?

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

Re: Aimeos Create an new extension and Api in it.

Post by aimeos » 17 Jul 2024, 11:34

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, Image give us a star

User avatar
TEJASPARMAR
Posts: 15
Joined: 20 Mar 2024, 11:53

Re: Aimeos Create an new extension and Api in it.

Post by TEJASPARMAR » 26 Jul 2024, 10:25

There is no logs for the error there.

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

Re: Aimeos Create an new extension and Api in it.

Post by aimeos » 28 Jul 2024, 09:22

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, Image give us a star

Post Reply