HomeHome Product Discus... Product Discus...SmithCartSmithCartSkipJack - ProcessSkipJack  - Possible ProblemSkipJack - ProcessSkipJack - Possible Problem
Previous
 
Next
New Post
5/13/2011 2:20 PM
 

The Smith Cart Order Number is not getting as the order number when a credit card order processes through SkipJack.

new Random().Next();

builder.Append("ordernumber="       Random().Next get assigned here.   Shouldn't this be the order # from Smith Cart.  Is there anyway that this could be changed.

 

SmithCart Version 4.28 with Hot Fix.  

DNN 5.6.2

 

 
New Post
5/15/2011 9:33 PM
 
The cart order number is not created at the time that the transaction is sent to the gateway. The cart order number gets created after the response from the gateway/skipjack. The cart stores the skipjack transaction id returned giving you the ability to reconcile the transaction between the cart and skipkack. As long as you have a single unique number across the cart and gateway you will be able to perform your reconciliation and the transaction id is your number.

At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSkipJack - ProcessSkipJack  - Possible ProblemSkipJack - ProcessSkipJack - Possible Problem