Merge pull request #580 from sharelatex/ja-fix-trials

Use intelligent /user/trial v2 URL for v2 trials
This commit is contained in:
James Allen 2018-05-23 11:46:17 +01:00 committed by GitHub
commit 103ddd79ef
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?