Search found 10 matches

by qvotaxon
26 Jan 2018, 10:24
Forum: Laravel package
Topic: Can't delete product through ajax
Replies: 1
Views: 1111

Can't delete product through ajax

Good day! I'm having some trouble getting the remove product ajax/jsonapi functionality to work. I did some debugging and came to the strange conclusion that adding a product works fine. After adding the product the output of $this->get()->getProducts() (in ext\ai-controller-frontend\controller\fron...
by qvotaxon
20 Jan 2018, 11:11
Forum: Laravel package
Topic: Adding/editing images or texts on category in jqadm
Replies: 10
Views: 3467

Re: Adding/editing images or texts on category in jqadm

I will do that! When I get some more knowledge regarding Aimeos I will most definitely help the community on the forum. :D
by qvotaxon
19 Jan 2018, 12:35
Forum: Laravel package
Topic: Adding/editing images or texts on category in jqadm
Replies: 10
Views: 3467

Re: Adding/editing images or texts on category in jqadm

I found the solution and the cause of the problem. I use Google Pagespeed and somehow, for some reason unclear to me, it screws up the javascript. I disabled it using the ModPagespeed=off get parameter and now everything works. Do you have any pointers on how to resolve this issue or on where to loo...
by qvotaxon
19 Jan 2018, 11:06
Forum: Laravel package
Topic: Adding/editing images or texts on category in jqadm
Replies: 10
Views: 3467

Re: Adding/editing images or texts on category in jqadm

The fields are disabled by the html disabled attribute. I will do some more debugging when I get behind my computer and will edit my post accordingly. After some more checking, I noticed that the inputs contained in the 'group-item card prototype' element already contain the disabled property. So I ...
by qvotaxon
18 Jan 2018, 18:51
Forum: Laravel package
Topic: Adding/editing images or texts on category in jqadm
Replies: 10
Views: 3467

Re: Adding/editing images or texts on category in jqadm

This happens to all fields, in all types, but only after pressing the +-sign (so the newly shown fields after clicking). Fields that are already displayed do function properly. Fields added through extadm are also editable. I removed the debugbar from the composer and ran composer update. The output...
by qvotaxon
18 Jan 2018, 17:19
Forum: Laravel package
Topic: Adding/editing images or texts on category in jqadm
Replies: 10
Views: 3467

Re: Adding/editing images or texts on category in jqadm

The output of the composer show command is a bit long, so I uploaded it to pastebin: https://pastebin.com/qybiKP6L . I'm not quite sure how to check for the siteid issue. There is only one shop running, and the admin is newly created using the laravel artisan make::auth command. Should I be looking ...
by qvotaxon
17 Jan 2018, 12:52
Forum: Laravel package
Topic: Adding/editing images or texts on category in jqadm
Replies: 10
Views: 3467

Adding/editing images or texts on category in jqadm

Hi there! Currently I'm setting up a shop with some demo content. To do this I added categories and added products to those categories. Next I wanted to add some images (stage) to these categories and add texts for the multiple languages the webshop supports. However I can't seem to be able to add i...
by qvotaxon
22 Dec 2017, 09:02
Forum: Laravel package
Topic: Add page to JQAdmin
Replies: 3
Views: 2156

Re: Add page to JQAdmin

I read some more posts on the forum and with some luck I found the solution. Probably should have read the docs better :shock: . I added my admin.php config file to the ext/xenoshop/lib/custom/config directory, and now everything works perfectly.

Thanks anyway!
by qvotaxon
22 Dec 2017, 08:25
Forum: Laravel package
Topic: Add page to JQAdmin
Replies: 3
Views: 2156

Re: Add page to JQAdmin

Many thanks for the quick response. I just checked your solution and it seems to work :D ! Although to me it seems as if I'm still doing something wrong. For most of the Aimeos project I can just create a config file in the config directory in the root of my project. This file will then override the...
by qvotaxon
21 Dec 2017, 18:28
Forum: Laravel package
Topic: Add page to JQAdmin
Replies: 3
Views: 2156

Add page to JQAdmin

First of all I want to congratulate you on this awesome project. I am really enjoying all the functionalities and want to compliment you on the professional implementation. The question I have is: I just added a contact page to the frontend. This page enables customers to contact the shop owner and ...