• Resolved tayyba11

    (@tayyba11)


    Hi, I want to arrange the fields can you tell me the code for it actually I was using one addon plugin to add extra fields in my account forms but then I also add a confirmed password field using adding code in a function.php after that the confirm password filed start showing at the end of form but I want its show after password filed.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @tayyba11

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    form.woocommerce-form.woocommerce-form-register.register p.form-row.form-row-wide:nth-child(8) {
    order: 4;
    }
    form.woocommerce-form.woocommerce-form-register.register {
        display: flex;
        flex-flow: column;
    }
    form.woocommerce-form.woocommerce-form-register.register .afreg_extra_fields {
        order: 8;
    }
    form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {order: 9;}
    form.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row.form-row {
        order: 10;
    }

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Thread Starter tayyba11

    (@tayyba11)

    Thank you for your help really appreciated its work.I have one more question please hope you share any solution

    I have one home and 2 landing page for my website I want one customer to land on my website so that when he comes on the website first the home page show after that, for example, two landing pages one man and the other for women when he goes to select landing page link then he can’t say again home page even when next time he visits in my website he lands on direct women and men landing page which he chooses last time but he can’t visit and see the home page again

    I just want the customer only see the home page the first time then he cants view the home page again

    https://www.asos.com/

    same like this site`

    Hi @tayyba11

    Looking at the extensions listed on the WooCommerce.com marketplace, regrettably, I was unable to find an extension that would provide the functionality you’re requesting.

    Researching on Google, I could see many third-party plugins, and you can try any one of them according to your requirements.

    I didn’t have the chance to test those plugins on my own, usually, it’s a good routine to check with the plugin’s developer if there are issues.

    Another option is, It may be possible to have a developer write some custom code to achieve this, though. If you would like to investigate that possibility further, you could reach out to some of the official WooCommerce development partners via the link below.

    https://woocommerce.com/experts/

    You can also visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers also hang out there.`

    Thread Starter tayyba11

    (@tayyba11)

    ok thank you for it

    I have one more question I was going to add my different vendor’s products but I want my vendors can only there products selling analytics can you tell me how its possible please?

    Hi there @tayyba11 ??

    I have one more question I was going to add my different vendor’s products but I want my vendors can only there products selling analytics can you tell me how its possible please?

    Thanks for reaching out about this. I understand that you would like to see per-product performance, for reporting it to each vendor.

    As I can see, the site at https://www.andanni.com/my-account/ has Google Analytics already installed, as seen in the screenshot here. Therefore, you should be able to see results, under Conversions > Ecommerce > Product performance, in Google Analytics.

    I trust that points you in the right direction, but if you have more questions, let us know. We’re happy to help.

    Thread Starter tayyba11

    (@tayyba11)

    hi thank you for response but sorry this is not my question i want the vendors of my website can view the analytics just only analytics of there own products they have no rights to see another thinks he can only view analytics how is possible?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Reorder my account fields’ is closed to new replies.