Hi,
I’m trying to get a grip on just how the whole checkout proces works with order statuses. I’m working with the ‘Ideal’ plugin but I’m getting quite confused over the messages;
Once the order is processed, the admin mail is sent upon ct_completed.
In the admin mail I’ve got:
{exp:cartthrob:submitted_order_info}
{if authorized}SUCCES{if:else}FAILED: {error_message}{/if}
{/exp:cartthrob:submitted_order_info}
This returns FAILED: Transaction in process offsite. So the payment is NOT authorized?
At the same time the return-template works like this:
{if authorized}
Your order has succeeded!
{status}, {error_message}
{/if}
Authorized is TRUE here, but with the status ‘processing’ and again “Transaction in process offsite”. Since the plugin only has cancel, succes and error I do not understand how the status can become ‘processing’ and authorized at the same time?
Thanks for your help!
