• Hello there,

    What was the purpose you are calling the Register button on the checkout page?

    In the plugin > Classes > class-wc-tp-gateway.php file from line 1741 you are calling the Register button if the woocommerce settings enable create account function at the checkout page.

    I don’t understand the reason behind calling the register button there. Because in general (on all other gateways), when the user clicks the Place Order button, it creates the order as well as a user account.

    Now in this scenario user has to click the register button 1st and then click the Place Order button again.

    Just in case, if users click the Place Order button straightaway, then they reload the page without payment going through. However, we can see the Order Processing message at the top of the billing info table. That misleads the customer to think the order has already gone through.

    As I remember, it wasn’t like that before with your plugin. Not sure the latest update caused this issue. Previously we never saw the register button on the checkout page.

  • The topic ‘Unwanted Register Button at Checkout Page’ is closed to new replies.