Search found 93 matches

by sixbynine
19 Aug 2018, 15:54
Forum: TYPO3 extension
Topic: Get product category
Replies: 14
Views: 14096

Re: Get product category

Hello, I'm trying to create a new decorator. I had a few beginner questions and I find the answers by testing in the meantime :) So it is solved ! I keep the post just in case it could help someone else ! Basically, my decorator was not working because I needed to clear the cache so aimeos can use t...
by sixbynine
18 Aug 2018, 11:08
Forum: Laravel package
Topic: Bug? Image deleted when I duplicate a select product
Replies: 2
Views: 1217

Re: Bug? Image deleted when I duplicate a select product

It seems solved :) Thank you very much !
by sixbynine
17 Aug 2018, 16:39
Forum: Laravel package
Topic: Bug? Image deleted when I duplicate a select product
Replies: 2
Views: 1217

Bug? Image deleted when I duplicate a select product

Hello, I still encounter a problem with images when I duplicate a select product with Aimeos 2018.07 When I duplicate my select product, - The image of the base product is deleted. - The new product has no image. I tried to find why Aimeos is deleting the file. It happens here : https://github.com/a...
by sixbynine
10 Aug 2018, 06:21
Forum: Help
Topic: Disable service, basket plugin for JSONAPI only
Replies: 1
Views: 1004

Disable service, basket plugin for JSONAPI only

Hello,

Is there a way to disable a given service or basket plugin only for JSONAPI?

Thank you a lot in advance,

sbn
by sixbynine
09 Aug 2018, 13:19
Forum: Laravel package
Topic: View not found when I try to create a simple new page
Replies: 2
Views: 1797

View not found when I try to create a simple new page

Hello, I've a very simple question... I'm trying to add a page to my account page. 0/ I read : https://aimeos.org/docs/Laravel/Create_new_pages 1/ I added body and header in : ext/myext/client/html/templates/account/mypage 2/ I added the route in web.php Route::match( array( 'GET', 'POST' ), 'mypage...
by sixbynine
29 Jul 2018, 11:18
Forum: Help
Topic: Create a $manager to get products details of a stored order
Replies: 1
Views: 1705

Create a $manager to get products details of a stored order

I think it is a simple question. Everything is in the title : I'm still beginning with Aimeos and I would like to access all products details of a given stored order using my own controller. I was hoping that retrieving the order details adding ['product'] domain in the criteria then access it with ...
by sixbynine
26 Jul 2018, 06:07
Forum: Help
Topic: Service > Delivery XML
Replies: 4
Views: 1938

Re: Service > Delivery XML

Hello, 1/ What do you mean exactly when you say : First: The "Standard" delivery provider will be deprecated because it's not as generic as it's name suggests. So maybe it's better to implement something creating an easier XML structure. 2/ I've this error : Error while processing order wi...
by sixbynine
25 Jul 2018, 11:00
Forum: Laravel package
Topic: Bug reports with selection product and variants
Replies: 8
Views: 3170

Re: Bug reports with selection product and variants

I'm still thinking about the duplication of a select products AND ITS VARIANTS. I think it's really useful and logical to have this option. I understand that a loop with 1000 variants to create could cause unstable results because of the max-execution-time of php that will be different on the users'...
by sixbynine
25 Jul 2018, 10:51
Forum: Help
Topic: Service > Delivery XML
Replies: 4
Views: 1938

Re: Service > Delivery XML

Thank you very very much !