Skip to content

Commit

Permalink
Update pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
asennoussi committed Oct 5, 2023
1 parent 76c950e commit cbc969e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dashboard/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def render(self):
</path>
</svg>
</span>
Subscribe $6.99/mo
Subscribe $12.99/mo
</button>
'''
return format_html(form_open+self.as_p()+submit_elm+form_close)
Expand Down
2 changes: 1 addition & 1 deletion emailguru/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def get_paypal_button(request):
paypal_dict = {
"cmd": "_xclick-subscriptions",
'business': settings.PAYPAL_RECEIVER_EMAIL,
"a3": 6.99, # monthly price
"a3": 12.99, # monthly price
"p3": 1, # duration of each unit (depends on unit)
"t3": 'M', # duration unit ("M for Month")
"src": "1", # make payments recur
Expand Down
4 changes: 2 additions & 2 deletions landing/templates/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h4 class="card-title">Customizable Filters</h4>
<div class="row">
<div class="col-lg-12">
<h2 class="h2-heading">Transparent and affordable</h2>
<p style="line-height: 1.75em;">At just $6.99 per month, enjoy our straightforward pricing. Try us out with a 7-day free trial, no credit card needed. Our services include real-time cleaning, automatic contact syncing, and flexible filtering to keep your inbox organized</p>
<p style="line-height: 1.75em;">At just $12.99 per month, enjoy our straightforward pricing. Try us out with a 7-day free trial, no credit card needed. Our services include real-time cleaning, automatic contact syncing, and flexible filtering to keep your inbox organized</p>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
Expand All @@ -106,7 +106,7 @@ <h2 class="h2-heading">Transparent and affordable</h2>
<div class="card">
<div class="card-body">
<div class="card-title">Monthly</div>
<div class="price"><span class="currency">$</span><span class="value">6.99</span></div>
<div class="price"><span class="currency">$</span><span class="value">12.99</span></div>
<div class="frequency">7 days trial, no card needed</div>
<div class="divider"></div>
<ul class="list-unstyled li-space-lg">
Expand Down

0 comments on commit cbc969e

Please sign in to comment.