mansoorf
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Same products in an Order with just 1 pricehi dear @mohitmishra, Thanks for ur reply,
Is this related to old theme functions with old woocommerce file (not compatible with new wc plugin version ) ?hi this because of new policies of woocommerce .
add the bellow code in your template function file.
note: replace custom-role-x with your role name. (role name)function myextension_shop_manager_role_edit_capabilities( $roles ) { $roles[] = 'custom-role-1'; $roles[] = 'custom-role-2'; $roles[] = 'custom-role-3'; return $roles; }; add_filter( 'woocommerce_shop_manager_editable_roles', 'myextension_shop_manager_role_edit_capabilities' );
Hi Dear PixelPlanet
Thanks for SoLUTION,I’ve a question about this action!
woocommerce_shop_manager_editable_roleswhy i can’t find this action in the woocommerce docs ?
where can I find it original with descriptions ?
tnxHi
Thanks for SoLUTION
I’ve a question about this action!
woocommerce_shop_manager_editable_roleswhy i dont find this action in the woocommerce docs ?
where can I find it original with descriptions ?
tnxDear Kevin, Hi
Thanks For your reply,
Can you tell us how the shopmanager can edit Users With Custom Roles ?
(WHICH capability to check/uncheck)
tnx- This reply was modified 6 years ago by mansoorf.
Hi, Yes the “change role” dropdown is empty for My Shopmanager.
plz help us …
tnxin the previous version before 1.5.x my woocommerce shopmanager can change the user roles and custom roles that I (admin) created but after update the shopmanager capabilities cannot change or edit custom roles :
– cannot see roles
– cannot edit a user within a custom role
– and some limitation to woocommerce settingsplz help me
thaaankssss ??- This reply was modified 6 years ago by mansoorf.
is this question need more description ?
Forum: Plugins
In reply to: [WooCommerce] delete wc-pending orders after 15 minutes …Hi Dear Stuart
none of my orders canceled after 10-15-60 min after set this property.
90% of my products uses inventoryForum: Plugins
In reply to: [WooCommerce] delete wc-pending orders after 15 minutes …Is this work for virtual products with inventory option ?
Forum: Plugins
In reply to: [WooCommerce] delete wc-pending orders after 15 minutes …Hi Dear Luminus
I do this and change the digit to 15 minutes , And a problem appeared :
A product with 300 stock (inventory) , when anyone want to buy this product a message appeared that a problem is in your cart , and try 15minutes …
when I disable Hold stock, that error disappeared .
what u think about this ?Forum: Plugins
In reply to: [New User Approve] User count stuckHi Guys
Yeah I have this problem too after upgrading to new upgrade.
bug report please.Forum: Plugins
In reply to: [New User Approve] Add status to approved/denied usershi
isn’t there any answer?Forum: Plugins
In reply to: [New User Approve] Add status to approved/denied usersHi yeah correct
I want to add a button/link to give a user status to pending.
so many thanks dear joshForum: Plugins
In reply to: [WooCommerce] How Can Search Through Orders Meta?hi
any suggestion after 8 days ? please