This topic has 6 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow
Hello sir, Here is a logged out view of my account page https://prnt.sc/20xz14w
I want to customize sign up form – can you share a code I can add some where!
Here the register now area should first ask Full Name, then Phone Number, then Password then email (email should be an optional field) then register button
In Login area, it should either take phone number or mobile number and then password
Can you please share a code for that!
Hello,
WooCommerce does not have a lot of options to customize the registration form. Read this post https://quadlayers.com/customize-woocommerce-registration-form/
Regards
Hi, I am developing a delivery website and I deliver only in city, so during the checkout I want to add the city and state name by default and no give the user the option to edit it: https://prnt.sc/214teks – check this right now it’s editable
I have searched and tried many codes from stack overflow, somewhere I am doing a mistake!
Kindly help me out – share a code that I can add in my functions.php file of my theme editor which will make both the billing and shipping values of city and state as KADAPA and ANDHRA PRADESH respectively!
I will be really grateful!
Hello,
You ask the same question twice https://www.8theme.com/topic/need-to-add-a-default-city-and-state-in-the-checkout-page/
Regards
Can you please help me with me most recent question here – it’s regarding CSS – https://wordpress.org/support/topic/need-to-add-a-default-city-and-state-in-the-checkout-page/#post-15130314
Screenshot: https://prnt.sc/21kywkq
Hello,
Add the below code to Theme Options > Custom CSS to make that select 100% width
.address-field .select2-container {
width: 100% !important;
}
Regards
Tagged: customize, my account, persuasive, registration, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up