Forum Replies Created

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

    (@mediaticus)

    Hi @menzeler,

    Thank you for reaching out!

    Unfortunately there are some negative points i need help with or want to mention so you could improve your plugin for all users:

    • No error message if username is already existing on “Add Subaccount” page is displayed
    • No error message if email is already existing on “Add Subaccount” page is displayed
    • Newly created users get only the link to login page in theyr first email, not the link for setting a password (“/mein-konto/” or english “/my-account” page i think). This way newly created users need to use the forgot password feature as first to get a password which is a bit confusing because wordpress offers a password setting feature. Why is this not used in the email?
    • Newly created user is not linked to parent automatically and does not show up under the “manage subaccounts” list. (“There is no subaccount yet.” is displayed but i created a new subaccount minutes ago with this test user)
    • measse “Subaccount successfully added.
      You can now switch to the newly added subaccount by selecting it from the drop-down menu.” is showing even if this is not possible because this is not the premium plugin. This is confusing for the users

    All of the above should not happen. Could you please try to:

    • Deactivate all plugins excluding: WooCommerce and Subaccounts for WooCommerce
    • Install/activate the Storefront theme: https://wordpress.org/themes/storefront/
    • Make sure you are using default shortcode based WooCommerce pages for the My Account area

    We recommend performing all the above tasks on a staging/clone site.

    Also i have some feature requests i would like to have:

    • Newly crated user should get a special role wich e.g. could be defined as default in plugin settings for every new child account

    The ability to assign a specific role to subaccounts is already on our roadmap and will be implemented soon.

    For now, you can add the following snippet of code into your child theme’s functions.php file (remember to replace ‘subscriber’ with the default role you want to assign to subaccounts)

    // Assign specific role to subaccounts created on frontend.
    function m3di4ticus_sfwc_assign_specific_role_to_subaccounts_created_on_frontend( $parent_user_id, $user_id ) {
    if ( is_user_logged_in() ) {

    // Get subaccount data.
    $subaccount = get_userdata( $user_id );

    // Assign specific role.
    // Remember to replace 'subscriber' with the role you want to assign to subaccounts.
    $subaccount->add_role( 'subscriber' );
    }
    }
    add_action( 'sfwc_frontend_after_add_subaccount_validation', 'm3di4ticus_sfwc_assign_specific_role_to_subaccounts_created_on_frontend', 10, 2);

    Important note: The above functionality will soon be included in the plugin. To avoid any conflicts or race conditions, remember to remove the above code from your functions.php file or from any code snippet plugin (you can take a look at our plugin’s changelog to see if the above functionality is present).

    Possibility to apply for the membership of a parent account for users with already existing accounts

    This would require some customization. To implement this, we need to know which membership plugin you are using. If you need this to be implemented, feel free to contact us via: Dashboard → WooCommerce → Subaccounts → Contact Us.

    Hope this helps.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @garryknapper,

    Thank you for reaching out!

    Unfortunately we are not allowed to provide information regarding our commercial products here in the forum: https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products.

    Could you please reach out to us via: Dashboard → WooCommerce → Subaccounts → Contact Us.

    We apologize for the inconvenience.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @ethanfiggs,

    Thank you for reaching out!

    Yes, this is possible but requires some customization. If you are using Subaccounts Pro, please contact us via: Dashboard → WooCommerce → Subaccounts → Contact Us.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @ethanfiggs,

    Thank you for reaching out!

    Sounds like an interesting feature request, we have added it to our roadmap.

    Thanks for suggesting it 🙂

    For now, in case a manager needs to place an order on behalf of a subaccount, he/she can do so using the User Switcher.

    Please let us know if you have any other questions or concerns.

    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.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @vitorcherulli,

    Thank you for reaching out!

    Could you please try to add the following snippet of code to your child theme’s functions.php file and let us know the result?

    function m3di4ticus_sfwc_change_user_switcher_position() {
    remove_action( 'woocommerce_before_account_navigation', 'sfwc_action_woocommerce_account_dashboard' );
    add_action( 'woocommerce_account_navigation', 'sfwc_action_woocommerce_account_dashboard', 0 );
    }
    add_action( 'init', 'm3di4ticus_sfwc_change_user_switcher_position' );

    Plugin Author mediaticus

    (@mediaticus)

    Hi @elizabethdempsey,

    Thank you for reaching out!

    Is there not support for this?

    Sure, there is 🙂

    We recently responded to your email. We look forward to receiving temporary admin credentials for your site.

    I’ll go ahead and mark this thread as resolved to avoid confusion during the support phase.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @brandenc,

    Thanks for confirming this!

    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.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @brandenc,

    The reported issue has been addressed on version 1.6.4. Could you please test the activation process and let us know the result?

    Please note that activating the plugin on the entire network is not supported at this time. However you may want to try activating it individually on all the sites you need to use it on.

    Feel free to report any issues you may encounter, via: Dashboard → WooCommerce → Subaccounts → Contact Us.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @brandenc,

    Could you please try to download and install the 1.6.2 version (“Previous Versions” section, on this page: https://wordpress.org/plugins/subaccounts-for-woocommerce/advanced/) and let us know if this fixes the reported issue?

    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.

    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.

    Plugin Author mediaticus

    (@mediaticus)

    Hi @brandenc,

    Thank you for reaching out!

    If you activate the plugin, is the following page on your site reachable? Dashboard → WooCommerce → Subaccounts → Contact Us

    If so, could you contact us via the contact form and provide us with both administrative and FTP access to your site?

    Plugin Author mediaticus

    (@mediaticus)

    The reported issue has been addressed on version 1.6.3. If you still have any issues, feel free to start a new thread.

Viewing 15 replies - 1 through 15 (of 170 total)