
John Werley
Deal Expert
We’ve seen several of these shows from VIP seats — the upgrade is well worth it.
The Deal
Save up to 80% on 11 shows in Las Vegas at the V and Saxe theaters, located in the Miracle Mile Shops at Planet Hollywood. Upgrade to VIP status for just $10-$15 more to sit in the theaters’ best seats.
Choose from the following shows:
- “Nathan Burton Comedy Magic”: $12.50 (reg. $59.93)
- “Comedy Pet Theater”: $19 for children and $27 for adults (reg. $34.86-$62.11)
- “Marc Savard Comedy Hypnosis”: $15 (reg. $51.22)
- “The Mentalist”: $19 (reg. $66.98)
- “Las Vegas Live Comedy Club”: $19 (reg. $62.68)
- “Beatleshow Orchestra”: $20 (reg. $73.01)
- “All Shook Up, Tribute to the King”: $30 (reg. $66.98)
- “Zombie Burlesque”: $29 (reg. $86.98)
- “V – The Ultimate Variety Show”: $41 (reg. $94.81)
- Michael Carbonaro Live: $48 (reg. $83.91)
- “VEGAS! THE SHOW“: $49* (reg. $116.61)
The prices above are for general admission seats; check the booking page for VIP prices.
This limited-time offer is valid on shows through August 2018.
Many of the performers in these V and Saxe Theater shows have been seen on TV programs including “Ellen,” “America’s Got Talent” and “So You Think You Can Dance.”
*The lower prices mentioned on the V Theater booking page are for limited view seats; prices listed above are for general admission.
Book by June 20.
* Restrictions may apply. Please see the V Theater booking page for a full list of restrictions, show information, dates and times. There are no additional fees with this deal.
When You Can Go
Through Aug. 31
Savings
Up to 80%
How to Book
Book online at V Theater Group
- Use the calendar to select a date of your choice, then select a show.
- Enter a quantity of tickets, and click “Add to Order.” The discount will be automatically applied.
- Review order, and click “Proceed to Checkout” to book.
Your Recently Viewed Deals
Book now at
‘ + value.source + ‘
‘ : “”);
var expirationDate = new Date(value.expirationdate);
var isExpired = !isNaN(expirationDate) && expirationDate ‘;
content += ‘ ‘;
content += ‘
‘ + (isExpired ? ‘SOLD OUT’ : ”) + ‘
‘;
content += ‘
‘ + value.headline + ‘
‘;
content += ‘
‘ + value.meta + ‘
‘;
content += ‘ ‘;
content += ”;
}
//show +X more deals
if (index == 4)
content += ”;
index++;
});
//add placeholders
if (index ‘;
content += ‘ ‘;
content += ‘
content += ‘ ‘;
content += ‘
Search for more deals
‘;
content += ‘
‘;
content += ‘
‘;
content += ‘
‘;
content += ‘ ‘;
content += ”;
}
}
content += ”;
$(‘#recently-viewed-deals’).append(content);
$(‘#ShowMoreRVD’).click(function (e)
moreContent = “”;
$.each(JSON.parse(rvd), function (key, value)
var linkoutContent = (value.directlink == ‘true’ ? ‘
‘ + value.source + ‘
‘ : “”);
var expirationDate = new Date(value.expirationdate);
var isExpired = !isNaN(expirationDate) && expirationDate ‘;
moreContent += ‘ ‘;
moreContent += ‘
‘ + (isExpired ? ‘SOLD OUT’ : ”) + ‘
‘;
moreContent += ‘
‘ + value.headline + ‘
‘;
moreContent += ‘
‘ + value.meta + ‘
‘;
moreContent += ‘
‘ + value.when + ‘
‘;
moreContent += ‘ ‘;
moreContent += ”;
);
$(‘#moreRecentlyViewedDeals ul’).html(moreContent);
$(‘#moreRecentlyViewedDeals’).dialog(‘open’);
e.preventDefault();
);
$(‘#recently-viewed-deals .deal-module a’)
.add(‘#moreRecentlyViewedDeals .deal-module a’)
.not(‘#ShowMoreRVD’)
.bind(‘click’, function()
var dealid = $(this).data(‘dealid’);
var countrycode = $(this).data(‘countrycode’);
var rvd = “”;
rvd = Storages.sessionStorage.get(‘_rvd’);
if(rvd != undefined && typeof rvd == “object”)
rvd = JSON.stringify(rvd);
if (rvd != undefined && JSON.parse(rvd).length > 0)
var dealsList = (typeof rvd == “object”) ? rvd : JSON.parse(rvd);
dealsList = dealsList.filter(function (deal) return deal.adid == dealid );
if(dealsList != undefined && dealsList.length > 0) ” + headline + ” (” +countrycode +”: “+ dealid +”)”;
try
tzoo.gtm.analyticsEvent(‘RecentlyViewed’, ‘Clicked’, sourcePage, 1, undefined, undefined);
catch(err)
console.log(err);
);
$(‘#moreRecentlyViewedDeals’).dialog(
closeOnEscape: true,
autoOpen: false,
modal: true,
closeText: “”,
resizable: false,
draggable: false,
show: effect: ‘fade’ ,
open: function (event, ui)
$(‘#moreRecentlyViewedDeals’).parent().addClass(“moreRecentlyViewedDeals”);
$(‘#moreRecentlyViewedDeals’).prev().hide();
tzoo.imageLoader.loadImagesWithoutScroll();
);
$(‘#closeMoreItems’).click(function ()
$(‘#moreRecentlyViewedDeals’).dialog(‘close’);
);
} else
$(‘#recentlyViewedDealsDiv’).hide();
}