Hide booking button

Sometimes you don't want to show the booking button, the easiest way is hiding it via CSS:

.mat_btn_book, #btn_book, #mat_tickets {
  display: none;
}

Just add that to your templates CSS file (like custom.css or template.css)