Viewing 6 replies - 1 through 6 (of 6 total)
  • Dina S.

    (@themehighsupport)

    Hi,

    Your issue needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you.

    Thank you!

    Thread Starter Alpha Vale Tec

    (@donatelol)

    Ok.

    request (20666)

    Dina S.

    (@themehighsupport)

    We hope our technical team has adequately addressed your question.

    We are going to mark this thread as resolved.

    Thank you!

    Dina S.

    (@themehighsupport)

    Please add the below code?snippet in your child?theme’s functions.php file to resolve this issue on your website.

    add_filter ('thwecmf_user_capabilities_override', 'thwec_user_capability_override');
    
    function thwec_user_capability_override($allowed_roles){
        array_push($allowed_roles, 'shop_manager' );
        return $allowed_roles;
    }

    Thank you!

    Thread Starter Alpha Vale Tec

    (@donatelol)

    Thank you for your support!

    Dina S.

    (@themehighsupport)

    Have a great day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Action failed. Could not verify nonce.’ is closed to new replies.