Use intelligent /user/trial v2 URL for v2 trials

This commit is contained in:
James Allen 2018-05-22 16:59:59 +01:00
parent 87f99f1cdc
commit 2ff5ecb342
2 changed files with 4 additions and 3 deletions

View file

@ -98,7 +98,8 @@ html(itemscope, itemtype='http://schema.org/Product')
- if (settings.overleaf && settings.overleaf.useOLFreeTrial)
script.
window.redirectToOLFreeTrialUrl = '!{settings.overleaf.host}/users/trial'
window.useV2TrialUrl = true
body
if(settings.recaptcha)

View file

@ -11,8 +11,8 @@ define [
w = window.open()
go = () ->
ga?('send', 'event', 'subscription-funnel', 'upgraded-free-trial', source)
if window.redirectToOLFreeTrialUrl?
url = window.redirectToOLFreeTrialUrl
if window.useV2TrialUrl
url = "/user/trial"
else
url = "/user/subscription/new?planCode=#{plan}&ssp=true"
if couponCode?