Search found 9 matches

by Bfr
27 Nov 2017, 16:40
Forum: Help
Topic: JSON admin API File upload
Replies: 1
Views: 1015

JSON admin API File upload

Hello,

I would like to add images to a product via the JSON admin API. Is it possible to do that?
If yes, anyone can tell me how ?

Thanks,
Bernard
by Bfr
13 Oct 2017, 12:58
Forum: Laravel package
Topic: Custom content
Replies: 1
Views: 1512

Custom content

Hello,

I want to add some custom content coming from the database. Is there any module or other way to display custom content? For example add in the footer a text that I can configure in the admin.

Thanks,

Bernard
by Bfr
08 Oct 2017, 10:36
Forum: Help
Topic: Product attributes
Replies: 5
Views: 2829

Re: Product attributes

Yes I’m interested, how can I proceed? Should I do it in aimeos-core project ?
by Bfr
06 Oct 2017, 09:36
Forum: Help
Topic: Product attributes
Replies: 5
Views: 2829

Re: Product attributes

We have 5000 products and a lot of them have different "att type", for example a pen will have : - color of the clip - color of the barrel - color of part1 - color of ink a t-shirt will have - color of collar - color of body - color of sleeve - size - material And each product have their o...
by Bfr
05 Oct 2017, 09:09
Forum: Help
Topic: Product attributes
Replies: 5
Views: 2829

Product attributes

Hello, I want to import products from my other database, I have a lot of product to import and these products all have different options categories, each containing a lot of options. I suppose I have to create "attribute type" for each category but the problem is the translation because at...
by Bfr
03 Oct 2017, 13:26
Forum: Laravel package
Topic: JSON admin API
Replies: 5
Views: 3429

Re: JSON admin API

Hello,

Now I have another problem linked to the JSONadm.
Since I enable base auth for json admin rest, when I go in the admin I always have the basic auth login popup.

Can you help me please?

Thanks,
by Bfr
02 Oct 2017, 13:24
Forum: Laravel package
Topic: JSON admin API
Replies: 5
Views: 3429

Re: JSON admin API

Hello,

Thanks it works.
by Bfr
02 Oct 2017, 12:13
Forum: Laravel package
Topic: JSON admin API
Replies: 5
Views: 3429

Re: JSON admin API

Hello, I fixed the problem with unauthorized access by adding my user to "admin" group and changing this : 'jsonadm' => ['prefix' => 'admin/{site}/jsonadm', 'middleware' => ['web', 'auth.basic']] to this : 'jsonadm' => ['prefix' => 'admin/{site}/jsonadm', 'middleware' => ['web', 'auth.basi...
by Bfr
29 Sep 2017, 08:55
Forum: Laravel package
Topic: JSON admin API
Replies: 5
Views: 3429

JSON admin API

Hello, I'm trying to use the Admin/JSONAPI but when I make the OPTIONS request (with BASIC auth in my header), I'm redirected to the login page. Also request to .../admin/default/jsonadm/product display "The page has expired due to inactivity". If I add the Middleware AuthenticateOnceWithB...