By checking this box you allow people to buy any number of tickets they would like from you. If you don't want to split up your tickets . . . don't check this box.
Addition Information:
Section:
Row:
Seat(s):
Price:
Specify price per ticket
Allow tickets to be sold in different quantities.
By checking this box you allow people to buy any number of tickets they would like from you. If you don't want to split up your tickets . . . don't check this box.
Addition Information:
Tickets Information
Qty
Price
Delivery Options select only one
eTickets by TixxFixx
Select this option and we will generate an eTicket for the purchaser to download and bring to your event. We will also create and will call sheet for you so you can cross check all tickets as they come to your event.
Fed Ex
Select this option if you are planning on shipping the tickets to the purchaser via Fed Ex. Shipping cost will be calculated at the time of checkout and you will be able to print a Fed Ex shipping label right from the system.
Will Call
Select this option if you are going to leave the tickets at Will Call or create a Will Call List of everyone who purchased tickets from TixxFixx.
Make Your Own Arragments
By selecting this option you will be put in contact with the purcheser to make your own arrangments on how to deliver the tickets to them.
You just added some tickets. You can track your tickets in the "My Tickets" section of the site.
Update Image:
URL:
SEARCH:
Feature Option
How would you like to feature this event?
Sign in to the TixxFixx.com with Facebook and Twitter
We've made it easy for you to sign into TixxFixx.com with the ability to use your Facebook and Twitter credentials. Here's why:
It provides a simple one click access to all tickets and events on TixxFixx.com
It means that you don't have to keep track of another username and password
No long sign-up forms to fill out
This is really the quickest, fastest way to get you what you want
We hope you agree. Please let us know if you have any questions.
select
Namespace,
e.*,
v.Name as VenueName,
v.Address,
v.City,
v.Region,
v.PostalCode,
v.Country,
v.Latitude,
v.Longitude,
v.Source as VenueSource,
v.SourceURL as VenueSourceUrl,
(select count(*) from tickets where EventID = e.EventID) as Tickets
from
data_events e
inner join data_venues v on e.VenueID = v.VenueID
inner join data_event_categories ec on e.EventID = ec.EventID
where
e.Status = 3
and Namespace in ('164.html') and StartTime > NOW() order by
e.StartTime
Limit 50