navigateToPricingPage( )


Directs site visitor to the Pricing & Plans page in the plan purchase flow.

navigateToPricingPage() directs the site visitor to the active Plans & Pricing page from any other page on a site. It also provides options to customize the Checkout and Thank You pages that come later in the plan purchase flow. This allows you to customize each of the pages in the flow with a single method.

Notes:

  • Setting the minStartDate and maxStartDate parameters have no effect unless you've allowed customers to set the plan start date.
  • To work with the Pricing Plans API, a site needs to be published.
Method Declaration
Copy
Method Parameters
optionsPricingPageOptionsRequired

Options to customize the Plans & Pricing page and subsequent flow.

Did this help?