Directs site visitor to the Checkout page in the plan purchase flow.
The navigateToCheckout()
function redirects the site visitor to the Checkout page from any other page on your site. It also provides
options to customize the Checkout and Thank You pages that come later in the plan purchase flow.
Note that the use of navigateToCheckout()
will differ slightly depending on whether you use the default Plans & Pricing page or a custom one:
navigateToCheckout()
from there, but
you may still call it from any other page in your site.navigateToCheckout()
on the plans page as well as anywhere else on your
site.Notes:
minStartDate
and maxStartDate
parameters will have no effect unless you've allowed customers
to set the plan start date.
Options to customize the Checkout page and subsequent flow.