We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

How to show the Term name in the checkout header

By default, in the checkout the user sees the resource name of the term selected from the offer on your website.

resource.png

In order to show the term name instead, you can update the Checkout template's code for the <h1> from:

HTML
<h1>{{selectedTerm.resource.name | tc:'resource.name'}}</h1>

To:

HTML
<h1>{{selectedTerm.name}}</h1>

Last updated: