Email field prioritized option nowt woking in my checkout page

This topic has 4 replies, 3 voices, and was last updated 2 months, 4 weeks ago ago by Andrew Mitchell

  • Avatar: shopsangam
    nitin kumar
    Participant
    July 8, 2024 at 17:04

    Hi team,

    This is with reference to the subject cited above , kindly see the attached screenshot in this thread to understand the issue i am facing.

    the main issue is email field prioritize option is not working in my choose checkout page . you can see it with the screenshot, email option still showing in the last of checkout page. Kindly review the issue and fixed it or you can share the process with me too so that i can fixed it self.

    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    July 9, 2024 at 16:40

    Hi @shopsangam,

    We can confirm this issue on our local sites too. Our development team is working on and it should be fix in upcoming updates.

    Right now, to move the email to the top of billing form, please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
        flex: 0 1 100%;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first, 
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last{
        flex: 0 1 50%;
    }
    
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_email_field {
        order: -1;
        margin-bottom: var(--fields-v-gap, 1.43rem);
    }
    

    Hope it helps!

    Avatar: shopsangam
    nitin kumar
    Participant
    July 10, 2024 at 04:36

    Hi Team,

    Thanks for the give the right solution. if problem cant be fixed instance then the better way is to work on that and fixed in future coming updates.

    i will happy to wait for it but thanks to provide the code to fixed the problem.

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    July 10, 2024 at 04:36

    Dear shopsangam,

    In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?

    Click here to share your thoughts: https://themeforest.net/downloads

    Being part of our community means a lot, and your feedback contributes immensely.

    Best Regards,
    The 8Theme Team

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

The issue related to '‘email field prioritized option nowt woking in my checkout page’' has been successfully resolved, and the topic is now closed for further responses

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