The customer goes to the amazon page.
And the customer back to the zen cart page using following code.
But I guess they cannot come back from the amazon page to the zen cart page.
checkout.js 39
confirmationURL is redirect URL address.Code:return_url: confirmationURL,
The URL comes from create.php 62
Can you try following code?PHP Code:$confirmationURL = '"' . HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . 'index.php?main_page=checkout_confirmation"';
checkout.js 39
Code:return_url: https://YOUR DOMEIN/index.php?main_page=checkout_confirmation,


Reply With Quote
