For some paywalls, you might need the ability to specify variables that should be replaced with data from the product, rather than just hardcoded. To do this, you can use our variables. Here is a list of possible variables and examples of how they will be displayed for different products based on their duration.

For example, if you want to display not only the annual price for a yearly subscription but also the monthly price to show the user how much they will save by purchasing the yearly subscription, you can use the following variables:
Price: {{products.product_id.price_per_year}}. Monthly: {{products.product_id.price_per_month}}

VariableWeekly ExampleMonthly Example2 Month Example3 Month Example6 Month ExampleAnnual ExampleLifetime Example
products.product_id.store_namePremiumPremiumPremiumPremiumPremiumPremiumPremium
products.product_id.price$3.99$10.99$19.99$28.99$54.99$99.99$199.99
products.product_id.price_raw3.9910.9919.9928.9954.9999.99199.99
products.product_id.price_per_day$0.57$0.37$0.33$0.32$0.30$0.27$199.99
products.product_id.price_per_week$3.99$2.75$2.50$2.41$2.29$1.92$199.99
products.product_id.price_per_month$15.96$10.99$9.99$9.66$9.17$8.33$199.99
products.product_id.price_per_year$207.48$131.88$119.94$115.96$109.98$99.99$199.99
products.product_id.currency$$$$$$$
products.product_id.period_unitweekmonthmonthmonthmonthyear-
products.product_id.period_unit_count112361-
products.product_id.periodlyweeklymonthly2 months3 months6 monthsannuallylifetime
products.product_id.period_isoP1WP1MP2MP3MP6MP1Y-
products.product_id.trial_period_unitdayweekweekweekmonthmonth-
products.product_id.trial_period_unit_count311111-
products.product_id.intro_price$2.99$8.99$17.99$25.99$49.99$89.99-
products.product_id.intro_period_unitdayweekweekweekmonthmonth-
products.product_id.intro_period_unit_count311111-