Stigg Product Updates logo

Product Updates

Back to Homepage Subscribe to Updates

Labels

  • All Posts

Jump to Month

  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • August 2022
  • July 2022
  • June 2022
7 months ago

Ability to skip steps in the Checkout Widget

The Stigg Checkout Widget consists of 3 steps - plan configuration, add-on selection and payment method selection.

We've added an ability to skip the plan configuration and add-on selection screens. With this change you can now open the Checkout Widget in the add-on step, which is helpful in upsell experiences using add-ons, or jump directly to the payment method selection screen when no subscription configuration is required by the user.

Skipping the steps is possible by passing the skipCheckoutSteps: ['PLAN', 'ADDONS'] parameter to the checkout provider component.

⚠️ Note that if the plan has multiple billing periods, a preferredBillingPeriod parameter must be provided in order to skip the plan step. In addition, if the plan has billable features, all of them must be provided in the billableFeatures input.

Skipping steps in the Checkout Widget is available in the Stigg React SDK from version 5.23.0 or later.

Avatar of authorOr Arnon