• 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 GitHub

    In 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/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Arnis Arbidans

    (@arnisarbidans)

    Hi @tassos,

    we have not tested our plugin with “Advance Access Manager” but it work perfect with built in roles and WPFront User Role Editor created roles.

    Also it works with Register Plus Redux that has custom role for “unverified” users before they get assigned to one of other custom roles.

    I don’t think there is problem with RBP, most likely Advance Access Manager is the one causing problems.

    best regards
    Arnis

Viewing 1 replies (of 1 total)
  • The topic ‘Compatiblity issue’ is closed to new replies.