When the customer hits the magic continue url in Tea Commerce we move the order in the session so it looks like its finalized (Because PayPal and other gateways can be several minutes to send a callback). So you should properly look into the log files and see if anything is written about the callback that isnt done. Be sure you test on a live server - else the gateway can't make a callback :)
Cart not becomming an order though im past paym
Hey :)
I just setup the webshop flow and when a user comes back from quickpay and im fetching it with "TC.GetCurrentFinalizedOrder". It all works.
But in the backend it is never turned from a cart to an order. Any ideas?
Hi Rasmus
When the customer hits the magic continue url in Tea Commerce we move the order in the session so it looks like its finalized (Because PayPal and other gateways can be several minutes to send a callback). So you should properly look into the log files and see if anything is written about the callback that isnt done. Be sure you test on a live server - else the gateway can't make a callback :)
Kind regards
Anders
yo :)
thx is prob' because of the live server i guess its just a localhost test didnt think of the call back just the redirect -.-
is working on a reply...