• Resolved Lori Boone

    (@pleazo)


    Hello,

    I have enabled users to create an account at the checkout page as seen here

    However, I need to add some text here that says “Create an account?
    Registering for an account allows you to contact sellers, access your order status & history, follow shops and more!” I am using the Loco Translate plugin but have no idea where to find this text.

    Also how is it possible to have the “create an account” box to be checked off by default?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @pleazo

    Thanks for reaching out!

    However, I need to add some text here that says “Create an account?
    Registering for an account allows you to contact sellers, access your order status & history, follow shops and more!” I am using the Loco Translate plugin but have no idea where to find this text.

    Please go to Loco Translate > WooCommerce > Select language > Edit. Under filter translations textbox, input Create an Account. Select the text, add your translations and click Save.

    Image Link: https://snipboard.io/srD6mL.jpg

    Also how is it possible to have the “create an account” box to be checked off by default?

    We can use the woocommerce_create_account_default_checked filter to do this. This can be done by creating a child theme and in your functions.php file add the following piece of code below or add this via the Code Snippets plugin:

    add_filter('woocommerce_create_account_default_checked', '__return_true');

    Hope this helps!

    Thread Starter Lori Boone

    (@pleazo)

    Perfect! Thank you @xue28

    Hi @pleazo

    I’m glad we were able to help! ??

    If you have a few minutes, we’d love it if you could leave us a review:

    https://www.ads-software.com/support/plugin/woocommerce/reviews/

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create account at checkout page (text & checked box)’ is closed to new replies.