Need to Customize registration from on My-account page

This topic has 6 replies, 3 voices, and was last updated 2 years, 4 months ago ago by Olga Barlow

  • 5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2021 at 10:40

    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

    Avatar: Ansar
    Ansar
    Participant
    December 1, 2021 at 06:57

    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!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 1, 2021 at 16:16
    Avatar: Ansar
    Ansar
    Participant
    December 3, 2021 at 18:24

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 3, 2021 at 19:04

    Hello,

    Add the below code to Theme Options > Custom CSS to make that select 100% width

    .address-field .select2-container {
        width: 100% !important;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.