I came across this post when trying to figure out why the venue website link wasn’t working in the customers ticket email.
I discovered that the href for the venue url anchor tag just has the pound sign for a url. Updating the href of that anchor tag to use <?php echo $venue_web;?> fixes the issue.
This might be something to consider fixing so it works out-of-the-box.