- eShop is LIVE (so not in test)
- Merchant gateway used = BANK (wire transfer)
everything seems to work fine , but the redirect on the shopping-cart/checkout/?eshopaction=redirect page doesn't work.
It's just stuck there.
Clickin on Proceed does get me to the "Succes" page.
I'm wondering... what is the checkout page waiting for? Confirmation from my bank ? :)
I checked out bank.class.php file and there it reads:
function submit_bank_post() {
// The user will briefly see a message on the screen that reads:
// "Please wait, your order is being processed..." and then immediately
// is redirected.
So , it should only display the message briefly before redirecting to the success page...am I right ?