Search found 29 matches

by rvhelp2
01 Jun 2023, 10:34
Forum: TYPO3 extension
Topic: Updating order status failed: Order with ID "XY" not found
Replies: 10
Views: 48697

Re: Updating order status failed: Order with ID "XY" not found

The Problem is: -> Processing Order "100" with MPay24 -> 1min later -> Updating order status failed: Bestellung mit ID "100" nicht gefunden How can this happen if the order is created first? public function updatePush(ServerRequestInterface $request, ResponseInterface $response)...
by rvhelp2
01 Jun 2023, 09:29
Forum: TYPO3 extension
Topic: Updating order status failed: Order with ID "XY" not found
Replies: 10
Views: 48697

Updating order status failed: Order with ID "XY" not found

Hello, yesterday i got a order, payed with mpay, but the payment was not completed. typo 11.5.18 aimeos 22.4.4 This is the aimeos log: > Processing Order "XY" with MPay24 > Updating order status failed: Bestellung mit ID "xy" nicht gefunden Array( => mpay24 [OPERATION] => CONFIRM...
by rvhelp2
31 May 2023, 09:22
Forum: TYPO3 extension
Topic: Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."
Replies: 8
Views: 39935

Re: Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."

We are having a hard time with TYPO3 v12 either because we are not able to install it form TER at all due to this bug: https://forge.typo3.org/issues/100730 And by composer, DDEV or manual upload? Is it possible to run aimeos on typo12 atm? I have problems with all installation methods. Thanks for ...
by rvhelp2
26 May 2023, 12:26
Forum: TYPO3 extension
Topic: Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."
Replies: 8
Views: 39935

Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."

Hello. I have tried several times now to get Typo 12.4.1 to work with Aimeos 23.4.2. No matter if with Composer, DDEV or TER - always the backend page of Aimeos remains white. The current error is from a fresh new Classic installation of Typo3 and Aimeos via TER . The error message: Fatal error: Dec...
by rvhelp2
26 Apr 2023, 15:22
Forum: TYPO3 extension
Topic: Get all Products
Replies: 1
Views: 15726

Get all Products

Hello, im trying to get all Products and save them into csv for Google Merchant, but i only get 100 Products. $filter = $productManager->filter(true); $limit = 5000; $products = $productManager->search($filter, ['product', 'price', 'attribute', 'product/property'], $limit); Do i have to slice slice ...
by rvhelp2
26 Apr 2023, 15:12
Forum: Laravel package
Topic: How to get all added products
Replies: 3
Views: 3733

Re: How to get all added products

same problem - link is outdated

i always get 100 entries, i tried limit = -1 and limit = 99000
by rvhelp2
24 Mar 2023, 10:25
Forum: TYPO3 extension
Topic: Get the Category Position from Product
Replies: 3
Views: 4602

Re: Get the Category Position from Product

Thx! It is also possible to add the category filter to the attribut filter (if all products with the attribut are in the same category). then it will be auto sorted by relevance/ category index.
by rvhelp2
14 Mar 2023, 18:09
Forum: TYPO3 extension
Topic: Get the Category Position from Product
Replies: 3
Views: 4602

Get the Category Position from Product

Hello, I am searching for certain products by attribute. From these products I need the position in the respective category. I understand that a product has several categories and each its own position. Is there a way how I can include a category to get the positions via JSON API? /shop/json-api?ai[...
by rvhelp2
25 Nov 2022, 09:50
Forum: TYPO3 extension
Topic: CSV Import removes Attributes
Replies: 2
Views: 2485

Re: CSV Import removes Attributes

We created our own Command to Import CSV. Thanks
by rvhelp2
25 Nov 2022, 09:46
Forum: TYPO3 extension
Topic: ckeditor headings
Replies: 4
Views: 3072

Re: ckeditor headings

i replaced CKEditor.js and components/html-editor.js in 22.4 with 22.10. Now it workes. Thanks