Tagged: x
-
AuthorPosts
-
August 25, 2016 at 12:24 pm #1146966
jared dParticipanton 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
August 25, 2016 at 3:25 pm #1147167
Nabeel AModeratorHi 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!
August 25, 2016 at 6:28 pm #1147335
jared dParticipantmy text is white, when in the text area so i can’t see it, where do i change that?
August 25, 2016 at 6:32 pm #1147339
jared dParticipantnever mind, found it
thanksAugust 25, 2016 at 9:57 pm #1147649
LelyModeratorYou’re welcome Jared!
Cheers!
August 25, 2016 at 9:59 pm #1147655
jared dParticipantI have a login page, and then on my billing page their is another login and i cannot get rid of it.
August 25, 2016 at 11:18 pm #1147745
LelyModeratorHello 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.
August 25, 2016 at 11:22 pm #1147752
jared dParticipantwill everyone be required to make an account? i want that to be an option
August 25, 2016 at 11:41 pm #1147765
jared dParticipanthere are my issues, i don’t want the account login option on page 2
August 26, 2016 at 12:28 am #1147792
LelyModeratorHell Jared,
In that case please try disabling Enable registration on the “Checkout” page.
August 26, 2016 at 12:48 am #1147813
jared dParticipanttried that, no change. i cleared the history and page catch. no change. whats the next step?
August 26, 2016 at 1:15 am #1147834
Rue NelModeratorHello 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.
August 26, 2016 at 1:20 am #1147837
RadModeratorHi 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!
August 26, 2016 at 9:54 am #1148288
jared dParticipantis there a way to shorten the requirements for the woocommerce account registration requirements?
August 26, 2016 at 12:17 pm #1148507
Nabeel AModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1146966 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
