Product Fields
Product fields are attributes that can be customized per product and pulled into the Repeating Product Group for display.
By default, the Paywall Builder is setup with 1 product field called Display Text. This field has a default value of ${sku.price}/${sku.period}
Product Smart Text allows you to refer to product values from the paywall without hardcoding product information. ${sku.price}
will render on device as the local currency price of the product, such as $4.99
or £24.99
.
${sku.period}
will render as the product's subscription period, such as month
or year
Product Fields cannot be inserted into any component outside the Repeating Product Group
Viewing Product Fields
Go into the Products editor
Click the 'Fields' tab
Here is a list of all product fields and their default values
You can change the default value for any product field. Products already added to the paywall will not change, but all future products added to the paywall will use the new default value.
Adding Product Fields
If you want to display more pieces of information in the product button, you can add more product fields.
Go into the Products editor and click the 'Fields' tab
Click 'Add Product Field'
Provide a name for this field that will help you understand how to use it. Examples: "Subtext", "Period Unit Text", "Trial Display Text", "Badge Text"
Provide a default value for this field. This will be used by all products added to the paywall but can be changed per product. You can use Smart Text for this default value.
Changing Product Field for 1 Product
Each product on your paywall has all of the product fields available for editing. If you want to change the value for 1 product, you can easily do so.
Go into the Products editor and click the product you want to change under "Added Products"
In the editor menu, change the value of any product field.
These changes will only apply to the product being currently edited.
To do bulk edits, you can use the 'Apply Edits to All Products' button.
When to use a Product Field
If you are adding text within a Repeating Product Group or inside a Product Button, you have to decide whether to use a Product Field (which is configurable per product) or a static piece of text that is shared between all products. Here is a handy guide.
Last updated