Posted on : 2020-09-15 18:52:50 View Type: public
Ronald Capodagli

When I put in the ticket number, I am receiving an error, Something is wrong with your submission.
However, when I log into my site as admin, all works just fine, I put my ticket in and the report is generated.
I was receiving the "You do not have sufficient permission..." until I commeted out the code (shown below in RED)
<?php
function wc_computer_repair_print_functionality() {
if (!current_user_can('manage_options')) {
//wp_die( __('You do not have sufficient permissions to access this page.') );
}
Please advise...