arrow-leftarrow-rightbook-openbooks-duotonechalkboardhead-side-brainlife-ring-regularmenusearchstopwatchvideo
Getting Started
Elements
Styling & Customization
Flows
Checkout Settings
Automation
Subscriptions
Order Management
Reporting & Analytics
Customer Portal
Affiliates
Integrations
TikTok
Zapier
Circle
Google
Rewardful
LeadDyno
FirstPromoter
Taxes
Custom Webhooks
ConvertKit
GoHighLevel
SEGMetrics
Drip
Make
MemberPress
Kajabi
Thinkific
MailChimp
ActiveCampaign
HubSpot
Keap
Infusionsoft
FAQ

Pass Order Data to Your Thank You Page

  1. In the Spiffy Checkout Editor, navigate to your Thank-You Page
  2. If you haven’t already, switch the Thank-You Page to a Custom Thank You Page and enter the URL of the Thank You Page that you have set up on your site
  3. Ensure that the Send Order Details Through URL checkbox is ticked (Enabled by default)
  4. Be sure to Publish your changes

Spiffy passes the following basic order detail parameters to custom Thank-You Page URLs:

  • name_first=
  • name_last=
  • email=
  • street=
  • city=
  • state=
  • zip=
  • country=

Spiffy also passes these additional parameters:

  • order=  This is the Spiffy Order ID #
  • total= This is the order total, it is sent over as an integer (ex: $99.88 would pass as total=9988)
  • code= This will pass over any promo code that was used
  • add=   This references the addon/offer bump, if you have one set up. This will be a ‘True/False’ value, based on the customer adding the item (Currently only accurately supports 1 addon/offer bump)
  • ups=  This references your one-click upsell, if you have one set up. This will also be a ‘True/False’ value, based on the customer accepting the upsell (Currently only accurately supports 1 upsell)

Custom Field Inputs – If you have inputs and/or options on your checkout that are tied to Custom Fields in Spiffy, these will also be included in the parameters that Spiffy passes to your Custom Thank You Page

Learn more about Adding Fields and Integration Field Mapping.

Static Parameters (Pro Tip)

If you need to pass a piece of static data (data that would be the same for every customer that purchased on a specific checkout) just append the parameter(s) to your Thank-You Page URL in the Spiffy Checkout Editor, and the automatic parameters that Spiffy sends will still be appended to the URL, when the customer reaches your Custom Thank You page.

Example: If you wanted to add a static product ID to your thankyou page URL, just append ?product=22 or ?product=2019ebook right to the end of your custom Thank-You Page URL in the Spiffy Checkout Editor.