Hi Britney!
For instance, in the invitation email, I’d like either a ticket widget within the email or a button that links them directly to purchasing tickets without having to scroll all the way down to the bottom of the event page.
You could customize things so that the ticket form is enveloped within a div, to which you could assign a specific ID such as buy-tickets.
In your emails, you could like back to the event page and include that ID in the URL:
http://example.com/events/my-event/#buy-tickets
And that should take anyone following the link straight to the relevant part of the page.
ikewise, I’d like to be able to put ticket sales in the sidebar of the event as a widget; again, so that people don’t have to scroll all the way down.
You mean the same ticket form displayed by default at the bottom of the single event page?
If so, that may be possible but might introduce a few challenges. It would be comparatively easy to move the ticket form higher up in the page, though.