Perhaps this could be changed so that the orders that are not finalised are only hidden and can be displayed via a filter. This would give the seller the possibility to also see the orders for which an error occurred during the purchase transaction.
This is the second time that our customer has had problems with payment for individual orders. The customer wanted to collect the goods and it would have been helpful to be able to see which items were in the order.
Hi,
Same thing is happening to me when using Vendr.PaymentProviders.Klarna 2.0.3 in test mode. How can I make unfinalized order appear in Vendr in order to be able to test it before going live?
Missing orders
Hi Matt,
I have noticed that some Orders listed in the db (vendrOrder table) are not showing in the Commerce > Orders list.
Are there any filters that prevent the display?
Thanks, Edgar
Hmm, only if you have specific view filters.
The back office list should query the database directly so shouldn't be a caching issue.
Maybe check what queries are being made on the DB and then double check why the orders in the DB might not match that query.
Matt
I figured out that it must be related to the payment not getting through.
These 2 orders have a PaymentMethod Id (stripe) but i guess the payment never got through.
Therefore the transactionId stays NULL and there the amountAuthorized is 0.
Are those not displayed in the backoffice?
Hi Edgar,
No, the back office currently only displays orders that are finalized.
Looks like the orders weren't completed.
Matt
Perhaps this could be changed so that the orders that are not finalised are only hidden and can be displayed via a filter. This would give the seller the possibility to also see the orders for which an error occurred during the purchase transaction. This is the second time that our customer has had problems with payment for individual orders. The customer wanted to collect the goods and it would have been helpful to be able to see which items were in the order.
Yea, it’s the next item on the list to view and edit unfinalized orders. We’ll be looking at it after we’ve sorted the .NET Core support.
Hi, Same thing is happening to me when using Vendr.PaymentProviders.Klarna 2.0.3 in test mode. How can I make unfinalized order appear in Vendr in order to be able to test it before going live?
Br Ali
Hi Ali,
Can you please raise this as a separate post please?
is working on a reply...