• Resolved ardalino

    (@ardalino)


    Hi!

    I just downloaded your plugin and it looks extremely good so far ?? There is just one thing I don’t quite seem to understand. After selecting ‘Subaccounts’ from ‘My account’, there are three tabs. ‘Manage subaccounts’, ‘Add subaccount’ and ‘Subaccount orders’. What is the purpose of the tab ‘Manage subaccounts’?

    It seems to me to be showing the landing page from my own perspective, and if I interact with anything it takes me from the ‘My account’ page and onto the website itself. Is there something here that I am misunderstanding? ??

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mediaticus

    (@mediaticus)

    Hi @ardalino

    I’m glad you like the plugin so far.

    The “Manage Subaccounts” page is useful in case you need to edit/update subaccount details without having to perform an account switch.

    On that page you should be able to see the list of the available subaccounts.

    I seem to understand that you are having issues on that page. Could you please try to deactivate all plugins excluding WooCommerce (and Subaccounts for WooCommerce of course) and let us know if this way everything works as expected?

    Thread Starter ardalino

    (@ardalino)

    Thank you for the quick response! Turns out this code is what caused the issue:
    add_action( 'admin_init', function() {
    if ( ! current_user_can( 'administrator' ) ) {
    wp_redirect( home_url() );
    exit;
    }
    } );

    The purpose was to block non-admins from accessing the WP-admin area. After removing this code, the page looks as expected ??

    Thread Starter ardalino

    (@ardalino)

    After checking out the ‘Manage subaccounts’ page, there were two more things that I couldn’t quite figure out.

    1. I am trying to translate this entire plugin to Swedish using Loco Translate which worked perfectly, except that I was unable to find ‘Password’ for some reason. Do you know why that might be?
    2. I was unable to change the color scheme for when the tabs called ‘Account details’, ‘Billing address’ and ‘Shipping address’ are selected. I was able to change everything else perfectly using the ‘
      Frontend User Switcher Pane Appearance’. Is there a way for me to do this from the plugin, or should I just add some custom CSS?

    Adding an image here to show what I meant ??
    https://i.imgur.com/P5phD4H.png

    Thanks for the support <3

    Plugin Author mediaticus

    (@mediaticus)

    Hi @ardalino

    I am trying to translate this entire plugin to Swedish using Loco Translate which worked perfectly, except that I was unable to find ‘Password’ for some reason. Do you know why that might be?

    Thank you for reporting this issue, we will fix it in the next plugin release. By the way, feel free to add the Swedish translation using GlotPress, that way the translation will be available for other Swedish users too.

    I was unable to change the color scheme for when the tabs called ‘Account details’, ‘Billing address’ and ‘Shipping address’ are selected. I was able to change everything else perfectly using the ‘
    Frontend User Switcher Pane Appearance’. Is there a way for me to do this from the plugin, or should I just add some custom CSS?

    Providing the possibility to customize those tabs is already on our roadmap, for now you can change the background color with some custom CSS, eg:

    #sfwc_form_edit_subaccount_frontend h3.ui-accordion-header {
        background-color: #ffc800;
        border-color: #ffc800;
    }

    Hope this helps. If you have any other questions or concerns about the plugin, please let us know.

    Plugin Author mediaticus

    (@mediaticus)

    We haven’t heard from you in a while so I’m going to go ahead and mark this thread as resolved.

    If you have any other questions about the plugin, please start a new thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Manage subaccounts’ is closed to new replies.