Comments 3Trevor Lee started the conversationJanuary 11, 2023 at 2:48amHi, sorry, just found this,Under Tickets menu, on any Ticket click view orders.on the next screen if you click details it works fine and takes you to the WC product, however if you click on the order id, you well get a critical error.Attached files: critical error.PNG 877Zhivko repliedJanuary 11, 2023 at 11:50amI recently noticed the url there is wrong.Open file view\admin\tickets\orders.phpon line 32,33 replace <a href='<?php echo esc_url(sprintf(admin_url('post.php?post=%d&action=edit'), $order)); ?>'> <?php printf('Order #%s', $order) ?></a>with: <a href='<?php echo esc_url(sprintf(admin_url('post.php?post=%d&action=edit'), $order)); ?>'> <?php printf('Order #%s', $order) ?></a> Stachethemes Developer 3Trevor Lee repliedJanuary 19, 2023 at 1:46amThanks you can close this Sign in to reply ...
Hi, sorry, just found this,
Under Tickets menu, on any Ticket click view orders.
on the next screen if you click details it works fine and takes you to the WC product, however if you click on the order id, you well get a critical error.
Attached files: critical error.PNG
I recently noticed the url there is wrong.
Open file view\admin\tickets\orders.php
on line 32,33 replace
with:
Stachethemes Developer
Thanks you can close this