Search found 93 matches

by sixbynine
05 Jul 2018, 11:09
Forum: Laravel package
Topic: A few bugs after update to Aimeos 2018.07
Replies: 7
Views: 3617

Re: A few bugs after update to Aimeos 2018.07

The solution I found for 1/ is to remove users_address table (but data is lost!) For 2/ i can now reach a detailed view of the orders but curiously the link for the order is not correct : i.e. for order 260, the href is : https://myproject/admin/default/jqadm/get/order/265 How can it be explained? T...
by sixbynine
05 Jul 2018, 07:37
Forum: Laravel package
Topic: A few bugs after update to Aimeos 2018.07
Replies: 7
Views: 3617

A few bugs after update to Aimeos 2018.07

1/ When running aimeos:setup Capture_2.PNG 2/ When I try to see an order detail in admin panel : bug_1.PNG 3/ When aimeos tries to duplicate a product (only when the product existed before the update), the image typeid of the product is null: An exception occurred while executing ' INSERT INTO "...
by sixbynine
27 Jun 2018, 08:01
Forum: Laravel package
Topic: Bug reports with selection product and variants
Replies: 8
Views: 3226

Bug reports with selection product and variants

1/ Adding two variant products of a selection product with one variant attribute for each will result in creating two variants products but : - the first one will get the first and the second variant attributes - the second one will have no variant attribute at all. expected : Capture2.png what i ge...
by sixbynine
27 Jun 2018, 05:32
Forum: Help
Topic: How to get transifex languages updates
Replies: 2
Views: 1173

Re: How to get transifex languages updates

Ok thank you very much !
I'll try to translate everything and submit my PR asap then.
by sixbynine
26 Jun 2018, 16:27
Forum: Help
Topic: How to get transifex languages updates
Replies: 2
Views: 1173

How to get transifex languages updates

Hello, I would like to help to translate Aimeos in french via transifex. Since I guess it won't be completely translated, I wonder if it will be possible to update only aimeos languages later and how to do to get the updates in a language? I'm also curious about the delay between a transifex transla...
by sixbynine
25 Jun 2018, 08:09
Forum: Help
Topic: Better understanding of Productstock plugin !
Replies: 3
Views: 1986

Re: Better understanding of Productstock plugin !

Thank you very much !
by sixbynine
20 Jun 2018, 09:01
Forum: Help
Topic: Better understanding of Productstock plugin !
Replies: 3
Views: 1986

Better understanding of Productstock plugin !

Hello, I would like to have a better comprehension of the ProductStock plugin. I read the documentation : This plug-in is applied in the basket and at the end of the checkout process - I wonder where in the code the stock check is called. - With the JSON API, when the product is out of stock, I can'...
by sixbynine
20 Jun 2018, 08:53
Forum: Laravel package
Topic: Problem with checkUserGroup()
Replies: 2
Views: 1084

Re: Problem with checkUserGroup()

Ok !
Thank you :)
by sixbynine
19 Jun 2018, 20:49
Forum: Laravel package
Topic: Problem with checkUserGroup()
Replies: 2
Views: 1084

Problem with checkUserGroup()

Hello, There is something strange with the function checkUserGroup(). In a really simple case checkUserGroup($this, 'admin'), it returns false where it should return true . In my case, the problem is on that line : https://github.com/aimeos/aimeos-laravel/blob/master/src/Aimeos/Shop/Base/Support.php...