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?
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 🙂
After checking out the ‘Manage subaccounts’ page, there were two more things that I couldn’t quite figure out.
- 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?
- 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
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.
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.