PixelPlanet
Forum Replies Created
-
Hi Joost,
that’s good to know. It would have been better if this had also been stated in the last release notes.I ask for a short term improvement *please*, because we have mostly new customers who sign up for a subscription. The account is created with the first order.
Thank you,
ThiloForum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] PHP Error on new March 11th releaseI just rolled back to 1.8.14. Both newer versions (15/16) are crashing.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] PHP Error on new March 11th releaseNearly the same here!
Warning: include(Functions/EWD_UFAQ_Initial_Data.php): failed to open stream: No such file or directory in /***/wp-content/plugins/ultimate-faqs/Main.php on line 372
Warning: include(): Failed opening ‘Functions/EWD_UFAQ_Initial_Data.php’ for inclusion (include_path=’.:/usr/lib/php7.2′) in /***/wp-content/plugins/ultimate-faqs/Main.php on line 372
Warning: Cannot modify header information – headers already sent by (output started at /homepages/11/d578131266/htdocs/pixelplanet_com/wp-content/plugins/ultimate-faqs/Main.php:372) in /***/wp-admin/includes/misc.php on line 1198
- This reply was modified 5 years, 8 months ago by PixelPlanet.
Forum: Plugins
In reply to: [WinOrder-WPPizza-Connector] More DocumentationHi webreload,
the synchronize feature is currently used only for the WinOrder mobile inhouse ordering system.
Synchronizing articles to your onlineshop will be in upcoming WinOrder version..Forum: Plugins
In reply to: [WinOrder-WPPizza-Connector] Activate PluginHi webreload,
just install the plugin, you don’t have to conigure anything. The plugin attach the order as json file to the shop-email. Just make sure you setup the email templates properly.
Forum: Fixing WordPress
In reply to: list order hidden (woocommerce) after upgrade 5.0.2The same here. Fortunately, only the “ALL” list is affected. If you choose one of the filters, i.e. “on hold”, it works
Forum: Plugins
In reply to: [WooCommerce] No Orders FoundThe same here. How to roll back to 5.0.1?
- This reply was modified 5 years, 11 months ago by PixelPlanet.
I solved it by adding this to my functions.php:
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' );
While ‘custom-role-x’ is the slag of my custom role
My ‘Shop Manager’ has role level ‘9’ and all the other (custom) users have ‘0’. But with the shop manager loged in I am only able to choose role ‘Customer’ for new users. The same when I try to change the role for an existing user.
Any ideas?same here (subscribe)
The same problem!
Worked before the last WooCommerce update. Which right/capability do I have to edit or add to give the ShopManger the right to use and see all roles in the “Change role to…” dropdown?Thanks!
- This reply was modified 6 years ago by PixelPlanet.
- This reply was modified 6 years ago by PixelPlanet.
- This reply was modified 6 years ago by PixelPlanet.
Forum: Themes and Templates
In reply to: [OceanWP] Chrome Autofill WooCommerce checkoutThanks a lot, this topic helped a lot ??