One-Click Post Checkout Registration for WooCommerce

Descripción

This plugin provides seamless registration option for your guest customers. When they reach the order confirmation page after checkout, they’ll be prompted to create an account with a single click, only if they don’t have one already.

The plugin will automatically create a user account from the guest details, generate a password for them, logging them in. Moreover, it will trigger a ‘new-account’ email, and redirect the user to their dashboard.

How to use

  • Install the plugin and activate it
  • Head to WooCommerce settings from WP admin dashboard
  • Open the “Accounts & Privacy” tab
  • Find and check the “Post-checkout registration” option
  • Save changes

Development

If you’d like to view the source code and contribute to this plugin, check out the plugin’s github repo.

Capturas

  • Settings
  • Order Received Page
  • Account Page

Preguntas frecuentes

Can I change the prompt message?

Yes, you can. You have the option to set your own message in WC account settings.

What if I’m using a custom thank you page?

That’s easy, just use the [wc_pcr_message] shortcode where you want the prompt to appear. Just make sure to pass the order id in the URL (eg: /?order_id=1), or as a shortcode attribute (eg: [wc_pcr_message order_id=”1″])

Reseñas

24 de julio de 2022 1 respuesta
Great and simple plugin to help customer engagement! Thanks a lot Ali, keep up the good work. My thank you page plugin messed up with the create account button though. It would be great if I could edit it. Will try!
1 de octubre de 2021
I was looking for a plugin to do this after Jilt has discontinued their services. It allows the best of both worlds, guest checkout + optional account creation and linking purchases.
11 de junio de 2021
This plugin allows customers to link their just placed order with their account if they have one, or let’s them create a new account if they don’t have one and links that order to it. This is very helpful for customers. Great plugin. Developer is very responsive.
10 de junio de 2021
Very simple but powerful plugin. I won't miss the emails from customers who register an account a few days after the order was placed wondering why they don't see their order.
Leer todas las 4 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Registro de cambios

1.0.0

  • First release

1.0.1

  • Added shortcode [wc_pcr_message] to allow displaying prompt on custom checkout page
  • Added options to change prompt message text.
  • Link order to existing account even after the user moves outside the login page and sign in later within 6 hours
  • Clean-up

1.0.2

  • Tested with latest WordPress and WooCommerce versions

1.0.3

  • Prevent error when “When creating an account, send the new user a link to set their password” option is disabled.

1.0.4

  • Allow passing the order id in the shortcode as an attribute (eg; [wc_pcr_message order_id=”1″])

1.0.5

  • Fixed: order ID was not being pulled correctly in some cases when passed as a shortcode attribute.

1.0.6

  • Added the ability to auto link orders to the customer if they have an existing account.
  • Add an option to show login form below the post-checkout notice.

1.0.7

  • Bug fix ( issue with [wc_pcr_message] shortcode on custom thank you pages )

1.0.8

  • Bug fix ( fix woocommerce notices for the login form )