witten
/
luminotes
Archived
1
0
Fork 0

Clarifications to pricing/download pages including adding contact support links. Removed mention of subscription refund since it was confusing, especially with the existing 30-day trial.

This commit is contained in:
Dan Helfman 2009-05-10 22:15:47 -07:00
parent 83aae94953
commit 663a08c520
2 changed files with 14 additions and 10 deletions

View File

@ -235,7 +235,12 @@ class Download_page( Product_page ):
H4( u"What is your refund policy?", class_ = u"upgrade_question" ),
P(
"""
It's this simple: Luminotes Desktop comes with a 60-day money-back guarantee. No questions asked.
It's this simple: Luminotes Desktop comes with a 60-day money-back guarantee. No
questions asked. If you would like a refund, you need only
""",
A( u"contact support", href = "/contact_info" ),
"""
and ask for one.
""",
class_ = u"upgrade_text",
),

View File

@ -188,22 +188,21 @@ class Upgrade_page( Product_page ):
"""
Of course. There are no contracts or cancellation fees. There are no hidden fees. You
can upgrade, downgrade, or cancel your account anytime. Simply login to your account
and return to this pricing page.
and return to this pricing page. Or, if you prefer, you can cancel your subscription
directly from PayPal.
""",
class_ = u"upgrade_text",
),
P(
"""
And if you cancel during your trial period, then you are not charged anything at all.
If you cancel during your trial period, then you are not charged anything at all.
And if you cancel anytime after the trial period ends, then your subscription is
stopped immediately, and you are never charged again. Subscription fees that you have
already paid still apply. You are welcome to
""",
class_ = u"upgrade_text",
),
H4( u"What is your refund policy?", class_ = u"upgrade_question" ),
P(
A( u"contact support", href = "/contact_info" ),
"""
It's this simple: Luminotes comes with a 30-day money-back guarantee, starting from
the end of the 30-day free trial. No questions asked. So that gives you a full 60
days to see whether Luminotes meets your needs.
with any billing questions.
""",
class_ = u"upgrade_text",
),