“Shamrock Stroll” St Patrick’s Day Weekend Pub Crawl [Houston Heights]
Event info
![“Shamrock Stroll” St Patrick’s Day Weekend Pub Crawl [Houston Heights]](https://pubcrawls.com/wp-content/uploads/2017/09/st-patty.jpg)
Houston St Patrick’s Day Weekend Crawl
Who’s up for our Luck Of The Irish Houston St. Patrick’s Day Weekend Crawl? This is one of the biggest events of the year, as well as one of the first to take place in warmer weather! Take all of your favorite drinks with you as you explore the streets of Houston bar hopping! Put on your lucky green clothes and join us in celebrating this incredible event! This event lasts all day, from 12 p.m. to 8 p.m. Bar Crawl with a large group of people looking to have a good time! Enjoy the best drinks and music at all of Houston’s top-rated bars! When you check in, show your ticket to our pub crawl staff to receive your pubcrawls.com wristband!
You will also have access to our digital map, which will show all of the crawl’s participating venues as well as their food and drink specials For our Houston St Patrick’s Day Weekend Crawl! There is no better event for singles looking for their pot of gold than St. Patrick’s Day Weekend! Know where the bars are on the map and decide whether to follow the crawl or forge your own path with friends! Make sure to eat plenty of food before embarking on this crawl, as it will be a long and enjoyable day of drinking to celebrate St. Patrick’s Day in Houston! Kung Fu Saloon is where you will check in! Get your tickets as soon as possible before we sell out!
What’s Included?
- Admission Into Multiple Bars
- Pubcrawls.com Wristband
- Access To Our Digital Map
- Exclusive Drink Specials
- Helpful Staff
Disclaimer: Must be 21 years or older to participate in our events. All Participating bars, food and drink specials are subject to change at the venue’s discretion. State Covid regulations may apply. Prices are subject to change as we get closer to the event.
purchase Tickets
“Shamrock Stroll” St Patrick’s Day Weekend Pub Crawl [Houston Heights]
<!–Create Button–>
<a class=”launch-modal-btn” href=”#” role=”button” data-event-id=”50790″>BUY NOW</a>
<!–Link bootstrap–>
<link href=”https://s3.amazonaws.
<link href=”//netdna.bootstrapcdn.
<!–Add Styles–>
<!– BEGIN Modal HTML –>
<div class=”modal fade” tabindex=”-1″ role=”dialog” id=”myModal”>
<div class=”modal-dialog” role=”document”>
<div class=”modal-content”>
<div class=”modal-header”>
<button type=”button” class=”close” data-dismiss=”modal” aria-label=”Close”><span>&
<h4 class=”modal-title”>Purchase Tickets</h4>
</div>
<div class=”modal-body”>
<div id=”squadup-checkout”></div>
</div>
<div class=”modal-footer”>
<button type=”button” class=”btn btn-default” data-dismiss=”modal”>Close</
</div>
</div>
</div>
</div>
<!– END Modal HTML–>
<!– BEGIN SquadUP Embed Code –>
<script>
window.squadup = {
title: ‘SquadUP Events’,
image: ‘https://s3.amazonaws.com/
root: ‘squadup-checkout’,
userId: [3438001],
onDomReady: false,
shoppingCartEnabled: true,
ticketGuardianEnabled: false,
showCheckout: false,
reservedSeatingEnabled: true,
descriptionEnabled: false,
brandingPosition: ‘none’,
autoScrollElementId: ‘squadup-checkout’,
orderQuestions: [
{
question: ‘Phone Number for SMS Updates related to your event(s).’,
type: ‘text’,
required: false
},
]
}
</script>
<script src=”https://s3.amazonaws.com/
<!– END SquadUP Embed Code –>
<!–Custom code to make the modal work–>
<script src=”https://ajax.googleapis.
<script src=”https://s3.amazonaws.com/
<script>
$(document).ready(function () {
$(“body”).on(“click”, “.launch-modal-btn”, function (e) {
e.preventDefault();
/* Set any dynamic values for the squadup object within this click handler. A typical dynamic value would
/* be an event id that changes depending which button is clicked. The following code demonstrates how this
/* can be accomplished.*/
// Get event id from the attribute on the clicked button
var eventId = $(this).attr(‘data-event-id’);
// Set the event id value on the squadup config object
window.squadup = Object.assign(window.squadup, {eventId: eventId, showCheckout: false});
console.log(“SquadUP config object:”, window.squadup);
// Programmatically launch the embed widget
document.dispatchEvent(new CustomEvent(‘
// Launch the modal
$(‘#myModal’).modal();
}).on(“click”, ‘a[href=”#shopping-cart”]’, function(e) {
e.preventDefault();
// Set the event id value on the squadup config object
window.squadup = Object.assign(window.squadup, {eventId: null, showCheckout: true});
console.log(“SquadUP config object:”, window.squadup);
// Programmatically launch the embed widget
document.dispatchEvent(new CustomEvent(‘
// Launch the modal
$(‘#myModal’).modal();
});
// Destroy the embed object anytime the modal is hidden
$(‘#myModal’).on(‘hide.bs.
document.dispatchEvent(new CustomEvent(‘
});
});
</script>