Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1146966
    jared d
    Participant

    on the Billing Details page the information to create an account says:

    Create an account by entering the information below. If you are a returning customer please login at the top of the page.

    I would like to change the wording. I would like to also change the color of the form boxes to white.

    thanks,

    danfordgolfinstruction.com

    #1147167
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To change the wording just add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript and change “Your Text”

    jQuery(document).ready(function($){
    	$('.create-account p:first-child').html("Your Text");
    });

    To change the form box color:

    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        background-color: #fff !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1147335
    jared d
    Participant

    my text is white, when in the text area so i can’t see it, where do i change that?

    #1147339
    jared d
    Participant

    never mind, found it
    thanks

    #1147649
    Lely
    Moderator

    You’re welcome Jared!

    Cheers!

    #1147655
    jared d
    Participant

    I have a login page, and then on my billing page their is another login and i cannot get rid of it.

    https://www.danfordgolfinstruction.com/checkout/

    #1147745
    Lely
    Moderator

    Hello Jared,

    That will happen if you enabled quest checkout. Go to Woocommerce > Settings > Checkout > Checkout Option > Checkout Process > Enable guest checkout: Disable This option. See attached screenshot.

    #1147752
    jared d
    Participant

    will everyone be required to make an account? i want that to be an option

    #1147765
    jared d
    Participant

    here are my issues, i don’t want the account login option on page 2

    #1147792
    Lely
    Moderator

    Hell Jared,

    In that case please try disabling Enable registration on the “Checkout” page.

    #1147813
    jared d
    Participant

    tried that, no change. i cleared the history and page catch. no change. whats the next step?

    #1147834
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! It sounds like you might be having an issue with a third party plugin WooCommerce MultiStep Checkout. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1147837
    Rad
    Moderator

    Hi there,

    You should contact the plugin author. Your checkout process is currently under Woocommerce Multi-checkout plugin. Woocommerce default checkout page doesn’t looks like that 🙂

    Maybe the plugin is overriding some Woocommerce setting.

    Thanks!

    #1148288
    jared d
    Participant

    is there a way to shorten the requirements for the woocommerce account registration requirements?

    #1148507
    Nabeel A
    Moderator

    Hi again,

    Regretfully, we cannot provide support for third party plugins. Any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

  • <script> jQuery(function($){ $("#no-reply-1146966 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>