mediaticus
Forum Replies Created
-
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] Subaccount > Parent, inhert name on orderHi @bighelper
Thanks for asking. We are already working on such a feature, but for now it’s still in its embryonic stage. It should be included in version 1.5 of the plugin.
However we would like to send you a beta of the plugin for you to test, which should be available soon.
Any suggestions or considerations about the feature would be greatly appreciated.
If you are interested, please provide us an email address where we can send the beta version. If you mind sharing your email address here in the forum, please do contact us via the “Contact Us” form of the plugin, in:
Dashboard → WooCommerce → Subaccounts → Contact Us
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] Subaccount > Parent, inhert name on orderHi @bighelper
Thanks for reaching out.
Do you mean the possibility to show subaccount orders together with parent account orders (e.g. show subaccount orders in
My Account ? Orders
of the parent account)?Forum: Plugins
In reply to: [Subaccounts for WooCommerce] auto login links for subaccountsHi @tcmo6
Thank you for your further considerations.
If you add this behavior to the plugin, please let me know and just post here a reply.
Absolutely, we will update you in response to this thread in case there is any news.
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] auto login links for subaccountsHi @tcmo6
Many thanks for the additional details provided.
We may consider creating an add-on specifically for this feature, but it is something the development team needs to discuss first and unfortunately I cannot yet guarantee if or when such an add-on will be released.
In the meantime, the ability for a parent account to deactivate and reactivate its subaccounts is already in our roadmap for Subaccounts Pro.
For now, I’m going to go ahead and mark this thread as resolved. If you have any other questions about the plugin, feel free to contact us again.
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] auto login links for subaccountsHi @tcmo6
Thanks for reaching out and for the details about your feature request.
Should this feature allow a Manager to resend login links to subaccounts that have already been created?
I am asking this because when a subaccount is created by a Manager, an email containing the username and a link to set the password is already automatically sent to the subaccount (which is somewhat similar to your request).
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.
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.
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] How can I give this option to another role?From version 1.3.0 it is possible to choose user roles (including custom ones) to enable the subaccount system for.
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] Subaccounts max numberFrom version 1.3.0 it is possible to limit the number of subaccounts that a parent account can create/add.
From version 1.3.0 it is possible to filter subaccounts by Username (or Full Name/Company Name), email and ID.
Hi @4ugustin
This is possible but would require some customization.
If you are using Subaccounts Pro, please contact us via:
Dashboard → WooCommerce → Subaccounts → Contact Us
.Hi @4ugustin
I’m glad it works.
As for the CSS modification, you can try adding the following rules in the WordPress customizer:
#sfwc-user-switcher-pane {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 10px;
margin: 15px 0 15px;
}
#sfwc-user-switcher-pane form {
order: 1;
margin: auto;
}
#sfwc-user-switcher-pane h3 {
order: 2;
margin: auto 5px auto auto;
}
#sfwc-user-switcher-pane p {
order: 3;
margin: auto auto auto 0;
}Hope this helps.
Hi @4ugustin
Thanks for reaching out.
In order to move the User Switcher panel to another location, you need to place the following piece of code in your child theme’s functions.php file:
function sfwc_change_user_switcher_position() {
remove_action( 'woocommerce_before_account_navigation', 'sfwc_action_woocommerce_account_dashboard' );
add_action('user_switcher_custom_position', 'sfwc_action_woocommerce_account_dashboard');
}
add_action( 'init', 'sfwc_change_user_switcher_position' );and put the following piece of code (remeber to add PHP tags if necessary) where you want the User Switcher to appear (e.g. in the header of your child theme):
do_action( 'user_switcher_custom_position' );
Hope this helps.
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] How can I give this option to another role?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.
Forum: Plugins
In reply to: [Subaccounts for WooCommerce] How can I give this option to another role?Hi @dixxyy
Unfortunately this is not possible at the moment.
However, we have added your request (the ability to exclude specific user roles) among the other feature requests we received.
Hope it’s fine for you.