Adding a "Buy Now" Button in Wordpress

Use the showpass_widget shortcode to embed a button with the ticket widget on any page or post.
 
[showpass_widget label="Button Label" slug="this-is-the-slug" class="button-class" keep_shopping="false"]
 
In the example below, this was the shortcode used:
 
[showpass_widget label="Buy Now" slug="ufo-hiking-tour-nevadas-extraterrestrial-adventure" class="button-class" keep_shopping="false"]
 
Screenshot 2023-09-27 at 11.20.29 AM.png

Parameters

label="Button Label"

Customize the verbiage on the button. Default: Tickets

slug="this-is-the-slug"

Required, the slug is what appears after http://www.showpass.com/ in your event URL.
ex. http://www.showpass.com/this-is-the-slug/

class="button"

Use a custom class to style your button - Showpass button style provided by default

keep_shopping="false"

Button to close widget says Keep Shopping if true, and Close if set to false. Default: true
*Please note that you may need to adjust the permalinks in your site settings*
 
Screenshot 2023-09-27 at 2.54.45 PM.png

 

show_widget_description='true'

Use this parameter to hide/show the widget description panel.
*Please note that this will override the admin setting.*
It will look something like the image below.
 
Screenshot 2023-09-27 at 1.55.07 PM.png