• Hi,

    I’m using the Mijirech payment option (with stripe).

    After entering card details, the page redirects to the url http://www.mywebsite.com/wc-api/WC_Gateway_Mijireh/?order_number=29BD18F80BF64BF57C6A71F3 (diff order numbers).

    The link directs to an otherwise blank page displaying the number “1” at the top left corner.

    The payments are being successfully billed but there’s no indication of that front end.

    Both Mijireh and Stripe are live on the account so it’s a bit frustrating paying commission while trying to fix this.

    I’d really appreciate some assistance with redirecting from mijireh secure checkout back to my website upon successful billing.

    I’ve run out of ideas trying to fix this.

    Many thanks,

    Cay

    https://wordpress.org/plugins/woocommerce/

Viewing 16 replies (of 16 total)
  • x7tech

    (@x7tech)

    After thinking the PHP handler changed fixed the issue, it reared its ugly head again.

    However, the solution presented in this thread by pandosia did fix the issue: https://wordpress.org/support/topic/order-confirmation-page-not-found

    He added the following to his functions.php file in the Theme Root Directory (I did, too) and it fixed the issue:

    function flush_rules(){
    flush_rewrite_rules();
    }
    add_action('init','flush_rules');
Viewing 16 replies (of 16 total)

The topic ‘Checkout redirection issues’ is closed to new replies.