Search found 29 matches

by rvhelp2
21 Feb 2024, 17:12
Forum: TYPO3 extension
Topic: Save Hash as Service Attribute / Value
Replies: 1
Views: 22793

Save Hash as Service Attribute / Value

i try to save hash in paymentprovider: $baseItem = $this->getOrderBase($order->getBaseId()); $serviceItem = $baseItem->getServices('payment'); $serviceItem->setCode('order_hash'); $serviceItem->setValue($hash); $this->saveOrder($order); and then use it in confirm page to verify: $baseItem = $this->g...
by rvhelp2
21 Feb 2024, 14:08
Forum: TYPO3 extension
Topic: Lost session at confirmation page (lost orderid)
Replies: 17
Views: 66919

Re: Lost session at confirmation page (lost orderid)

Is there a possible Workaround or something like that? Like sending a Hash to Mpay and then use the hash in the success url to verify rather than session order id? how can i add a property to order, set("hash" $hash) can be called up directly afterwards but not at the confirm: $unconfirmed...
by rvhelp2
09 Feb 2024, 13:19
Forum: TYPO3 extension
Topic: Lost session at confirmation page (lost orderid)
Replies: 17
Views: 66919

Lost session at confirmation page (lost orderid)

Hello, We have MPay24 as our payment provider. When a user makes a payment, we send a push notification and update the order. However, when a user is redirected back to our Typo3 11, the order ID is no longer contained in the session and the error message mentioned in the title is displayed. We have...
by rvhelp2
23 Aug 2023, 12:39
Forum: TYPO3 extension
Topic: JSONAPI Word excerpt is not found
Replies: 1
Views: 39466

JSONAPI Word excerpt is not found

Hello everyone, I am having trouble with the search function in my Aimeos shop. When I search for the word “kralle” or “krallen”, no results are found even though I have a product called “Befestigungskrallen”. However, when I search for “Befestigungskrallen”, the product is found. Is there a way to ...
by rvhelp2
21 Jun 2023, 10:19
Forum: TYPO3 extension
Topic: Updating order status failed: Order with ID "XY" not found
Replies: 10
Views: 48583

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

baseid 835 = mpay24
baseid 833 = mpay24eps

i fixed it in the meanwhile by only one payment provider. previus i setup the same payment provider in aimeos backend two times with different name. "mpay24" for credit card and mpay24eps for bank sofort payment
by rvhelp2
16 Jun 2023, 12:57
Forum: TYPO3 extension
Topic: Updating order status failed: Order with ID "XY" not found
Replies: 10
Views: 48583

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

no entries: SELECT mord.`id` AS `order.id`, mord.`baseid` AS `order.baseid`, mord.`siteid` AS `order.siteid`, mord.`channel` AS `order.channel`, mord.`datepayment` AS `order.datepayment`, mord.`datedelivery` AS `order.datedelivery`, mord.`statuspayment` AS `order.statuspayment`, mord.`statusdeliver...
by rvhelp2
15 Jun 2023, 12:10
Forum: TYPO3 extension
Topic: Updating order status failed: Order with ID "XY" not found
Replies: 10
Views: 48583

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

Enable debug logging so the SQL statement for fetching the order is written to the madmin_log table: madmin/log/manager/loglevel = 7 See: - https://aimeos.org/docs/2023.x/config/madmin/log-manager/#loglevel - https://aimeos.org/docs/2023.x/typo3/customize/#change-configuration Then, check the SQL s...
by rvhelp2
14 Jun 2023, 15:20
Forum: Help
Topic: Statistik missing old Orders
Replies: 11
Views: 12269

Re: Statistik missing old Orders

Thanks, but where in Typo3 can I adjust the log level? In the localconfiguration or in the typoscript base?

I have in the Typoscript:
madmin.log.manager.loglevel = 7 and config.madmin.log.manager.loglevel = 7
tested
by rvhelp2
02 Jun 2023, 13:48
Forum: TYPO3 extension
Topic: Updating order status failed: Order with ID "XY" not found
Replies: 10
Views: 48583

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

The Error happens in the updatePush() of my Provider:

$this->getOrder($_GET['TID']);

Tried it with intval and strval.
by rvhelp2
02 Jun 2023, 12:04
Forum: TYPO3 extension
Topic: Updating order status failed: Order with ID "XY" not found
Replies: 10
Views: 48583

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

Yes, it is in the database
100
101
1.
NULL
NULL
6
2
2023-05-31
2023-05
2023-22
3
16
2023-05-31 16:27:52
2023-06-01 14:24:42
admin