Pre-sales question:
Is it possible to remove the ticket/RSVP form from the Single Event page and add as a link to a seperate page? I’d envisage using a popup or iframe window to access this.
Any clues or suggestions appreciated. Happy to customise code or use code snippets.
Good question. Yes, I do think that would be possible.
To hide the ticket form on a single event, you could use CSS. Something like this:
form.cart {
display: none;
}
Then you could link to the product page that WooCommerce creates for it. First, though, you may need to change the visibility settings for that ticket in the editor (screenshot).
Would that accomplish what you’re looking for? Please let me know. 🙂