This topic has 15 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Can you tell me where the stylesheets/styles are that control the look of the checkout page ? Specifically, the first paragraph for returning customers. And then later on – the Additional Information — Order Notes are; where would I find the code to modify the default text that is in the box, ‘Notes about your order…”
Here’s a link: https://fabiusindoorsports.com/checkout/
Thankyou
Hello,
The text “Notes about your order…” can be changed in the file wp-content/plugins/woocommerce/includes/class-wc-checkout.php (line 116).
And the text for returning customer is placed in the file wp-content/plugins/woocommerce/templates/checkout/form-login.php.
Thank you.
Regards,
Eva Kemp.
Thank you —
One more – sorry to piecemeal this; can you tell me in the Billing Details area if (and where) I can change the state size dropdown to be smaller (it’s quite large); and delete the second address line (apartment, etc.)?
Hello,
Add this code in custom.css file:
.woocommerce-checkout .form-row .chosen-container-single .chosen-single, .woocommerce-checkout .form-row .chosen-container .chosen-drop {
width: 300px !important;
}
p#billing_address_2_field input {
display: none;
}
Thank you.
Regards,
Eva Kemp.
Neither of those edits changed anything; any other suggestions?
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Please see below
Can you also provide instruction to fix the ‘Returning Customer Click here to login’ on the Checkout page? The show/hide functionality isn’t working.
Hello,
In the code you added previously in custom.css }
was missed, that’s why other code that was added after, wasn’t recognized. I’ve added }
and now the changes are visible on the Checkout page. Please check.
Could you clarify concerning “Returning Customer Click here to login”?
What exactly do you want to do?
Thank you.
Regards,
Eva Kemp.
I can’t believe I missed the ‘}’, I’m sorry to waste your time with that issue!!
About the other issue — if you are not logged in and get to the checkout page, you see wording, “Returning Customer? Click here to login” — with the login user name/password boxes displayed.
If you click on the ‘Click here to login‘ (it is a link); the login user name/password boxes disappear.
I’m thinking the issue is a show/hide thing that isn’t working correctly; where the user is just supposed to see ‘Returning Customer? Click here to login‘ — and upon clicking the link, the login user name/password boxes appear.
Does this explain better?
Hello,
“Click here to login” form fields are already opened by default on the Checkout page:
http://i.imgur.com/mOC1aAO.png
When you click that link again the form is hidden when you click it once more the form is shown again.
Please check.
Thank you.
Regards,
Eva Kemp.
Is there anyway to make the default hidden and have the login display upon clicking link to login? It’s confusing to my users.
Hello,
This form is loaded from Woocommerce plugin folder and you need contact their support to modify that block.
Thank you.
Regards,
Eva Kemp.
OK, thank you for all your help with me!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘How to change styles in Checkout page’' has been successfully resolved, and the topic is now closed for further responses