Developer forum

Forum » Development » Old Cart + Quickpay 3

Old Cart + Quickpay 3


Reply
Hi,

When using the old Cart + Quickpay 3, you've made the feature with the unique ID which is passed on to Quickpay instead of the order number. Now my client complains about their order numbers not beeing visible on the bank statements, which is actually needed!!

Couldn't you just pass on the order number + the unique ID.

I NEED A REPLY TO THIS!

Using time implementing the new Cart v7 is not an option right now! No one is gonna pay me to do it, and it would probably take a day to do so + the shop is active and in it's hi-season!

Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
The reason for using the unique id is that Quickpay actually requires each transaction number to be unique. That is if the customer gets to the Quickpay payment window and cancel out, then the next time they try to pay for the same order, the order id has to be different.

However I do see your problem with this, so I've created a feature request for the option to include the "real" order id in the order id that is sent to Quickpay.
 
Reply
Hi Jeppe,

Is this likely to be included in the next hotfix? To me it seems to be a very easy task :-)
 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
I can't testify to when it'll be out, that's up to "the powers that be". But I do agree that it is a problem and a potential show-stopper, and it will be priotized accordingly.

However I do agree that it shouldn't be a hard fix :)
 
Reply
Is there any way to get the Unique id into the mail sent to the shop-manager?
 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
You can't include it into the mail that CartV1 sends to the shop manager, but you can send your own with the OrderID-GatewayUniqueID relation.
You can do that by hooking into the "Dynamicweb.Notifications.eCommerce.Order.Steps.PaymentSucceded" notification. Here you have access to the entire Order object which contains both the OrderID and the GatewayUniqueID.

 

You must be logged in to post in the forum