Viewing 7 replies - 1 through 7 (of 7 total)
  • Following, same issue

    You get that error message if you open the “thank you”-page without parameters (/342/?key=wc_order_56faec324)

    Michael

    And given that this has only changed with either the latest Wocommerce or the latest Woocommerce Conversion Tracking plugin, how do we add parameters to the “thank you” page?

    The order-received page in WooCommerce SHOULD NOT EXPECT any get or query parameters. It needs to accommodate PayPal redirects for example which do not have order information available.

    The plugin author should update the process_order_markdown() function to account for either the absence of those query parameters /<ID>/?key=wc_order_<hash> or if wc_get_order() fails. Regardless, it shouldn’t fail loudly with php errors and break subsequent functionality.

    Any update on this? So how can I use a return URL in PayPal as it currently fails?

    Plugin Author Tareq Hasan

    (@tareq1988)

    Even if someone returns from PayPal, shouldn’t the url still has this part?
    /<ID>/?key=wc_order_<hash>, or you are trying to access this page manually without the <ID>?

    The theme I have has a different “thank you page”. How can I make this plug in work with the new thank you page instead of the default woocommerce thank you page.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error in Checkout page’ is closed to new replies.