Hey, thanks for reaching out and sorry for the trouble! I’m happy to help troubleshoot this with you to see what’s happening.
First of all, please make sure you are using the latest version of our plugins. Once you’ve done that, will you please follow the steps outlined in this article? This will allow us to determine if there is a problem in our plugin or a conflict with the theme or other installed plugins.
Let’s start there and see what we find!
Thank you. We’ll handle it there.
Here is the custom post type
http://localhost/buddysports/book/test/
View your RSVPs:
http://localhost/buddysports/tickets/183
To
http://localhost/buddysports/book/test/?tribe-edit-orders=1
Here I have changed the url like this.
from $link = home_url( ‘/tickets/’ . $event_id );
to
$link = trailingslashit( get_permalink( $event_id ) ) . ‘?sp-edit-orders=1’;
It is now somehow working correctly. Can you please have look on it?
Hey @kishores,
Sorry this last reply went unattended for so long.
This looks very interesting, but it is lacking a bit of context.
Would you mind sharing where you have tweaked this code (which file and line)?
While you are at it, can you tell me if you are using the latest version of our plugins to achieve this ?
Best regards,
Geoff B.
Howdy Kishores,
I wanted to thank you for sharing that fix here. I also wanted to add that this fix is inside of a theme view file, namely the /tickets/orders-link.php file. Thus, anyone who wants to apply this fix to their plugin can do so without modifying the plugin. You can instead create a theme override and put it inside your theme, then modify that to include this fix.
Further more, for some reason this bug was never logged inside of our bug tracker. 🙁 I have just now logged it, and given it a higher priority than average because of the delay. Thank you for patience, and helping others with this issue!
– Brook
Thanks, I tested with current version, Still it is there.
Hey,
A new maintenance release has been recently shipped addressing this issue 🙂
More information in the release notes and hotfix notes.
Please update the plugins and let us know if the fix works for you,
Best,
Nico