Compatiblity issue
-
Hi
I have been testing the plugin with the following:
wordpress 4.53
WooCommerce Version 2.6.2 & WooCommerce Version 2.6.4
WooCommerce Role Based Price Version 2.8.8 & 3.0.0 from GitHubIn both versions of the plugin there is a bug when you are dealing with custom roles and Advance Access Manager. I can create in AAC my custom roles and they show up just fine everywhere including in the setup of the plugin and when you add the prices. The problem is that once you go to add prices then you can only use one custom role and the second one although it shows up there is nothing that you can do.
If on the other hand I create the new roles directly in the function.php file of the theme with the following code it works:
add_role(‘premium_customer’, ‘Premium Customer’, array(
‘read’ => true,
‘edit_posts’ => false,
‘delete_posts’ => false,
));
add_role(‘vip_customer’, ‘VIP Customer’, array(
‘read’ => true,
‘edit_posts’ => false,
‘delete_posts’ => false,
));Of course my worry is that something is wrong and the moment that there is an update the whole thing will crash again so any ideas will help.
Thanks
https://www.ads-software.com/plugins/woocommerce-role-based-price/
- The topic ‘Compatiblity issue’ is closed to new replies.