Search found 15 matches

by TEJASPARMAR
26 Jul 2024, 10:25
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

There is no logs for the error there.
by TEJASPARMAR
15 Jul 2024, 13:07
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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?
by TEJASPARMAR
09 Jul 2024, 17:52
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

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? [/img] Screens...
by TEJASPARMAR
09 Jul 2024, 17:31
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

Refused to execute inline event handler because it violates the following Content Security Policy directive: "default-src 'self' 'nonce-/nqamicZj8GcbZ9UY9FyUQ=='". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. No...
by TEJASPARMAR
03 Jul 2024, 11:57
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

I have added javascript within an extension. But it is taking path of "public" folder in the web page.
Is there anyway to deploy our extension in the public/vendor or any way to change javascript path to our extension ?
by TEJASPARMAR
25 Jun 2024, 13:17
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

Can we get products from the basket using code within an extension?
Also, can we add the javascript in an extension?
If yes, where can we add javascript?
by TEJASPARMAR
17 Jun 2024, 11:57
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

Can we modify/override the checkout page within an extension on the same URL, but the content should be changed for the checkout page?
by TEJASPARMAR
14 Jun 2024, 07:58
Forum: Laravel package
Topic: make a new route for a template
Replies: 5
Views: 52769

Re: make a new route for a template

So, we can't define a route within an extension we have created?
by TEJASPARMAR
13 Jun 2024, 19:41
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

I just want to create a new page within an extension and load it on some URL/route.
How can we do that in an extension?
by TEJASPARMAR
12 Jun 2024, 11:35
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 26
Views: 109548

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

Can we create a page in an extension?
if yes.
How can we create a page and define its route in an extension only?