Add new groups to purchase links
[MAILPOET-5906]
This commit is contained in:
committed by
David Remer
parent
169f5958f8
commit
5b84f3338f
@@ -24,7 +24,7 @@
|
||||
<% else %>
|
||||
<a
|
||||
target="_blank"
|
||||
href="<%= "https://account.mailpoet.com/?s=" ~ subscriber_count ~ "&email=" ~ current_wp_user_email ~ '&2024=1&utm_source=plugin&utm_medium=premium&utm_campaign=purchase&ref=plugin-upgrade-page' %>"
|
||||
href="<%= "https://account.mailpoet.com/?s=" ~ subscriber_count ~ "&email=" ~ current_wp_user_email ~ "&g=" ~ group ~ '&2024=1&utm_source=plugin&utm_medium=premium&utm_campaign=purchase&ref=plugin-upgrade-page' %>"
|
||||
class="components-button <%= button_class %> mailpoet-premium-shop-link"
|
||||
>
|
||||
<%= label %>
|
||||
|
@@ -51,7 +51,7 @@
|
||||
</h3>
|
||||
<p><%= __('Up to 500 subscribers') %></p>
|
||||
</div>
|
||||
<%= include('upgrade/upgrade_button.html', {label:__('Get Free'), button_class: 'is-secondary', tier: 0}) %>
|
||||
<%= include('upgrade/upgrade_button.html', {label:__('Get Free'), button_class: 'is-secondary', tier: 0, group:'free'}) %>
|
||||
<ul class="free">
|
||||
<li><%= __('<b>1,500</b> emails per month, <b>500</b> emails per day') %></li>
|
||||
<li>
|
||||
@@ -128,7 +128,7 @@
|
||||
</h3>
|
||||
<p><%= __('for 500 subscribers') %></p>
|
||||
</div>
|
||||
<%= include('upgrade/upgrade_button.html', {label:__('Get Basic'), button_class:'is-secondary', tier: 1}) %>
|
||||
<%= include('upgrade/upgrade_button.html', {label:__('Get Basic'), button_class:'is-secondary', tier: 1, group:'basic'}) %>
|
||||
<div>
|
||||
<p><%= __('<b>All Free plan features</b>, plus:') %></p>
|
||||
<ul>
|
||||
@@ -191,7 +191,7 @@
|
||||
</h3>
|
||||
<p><%= __('for 500 subscribers') %></p>
|
||||
</div>
|
||||
<%= include('upgrade/upgrade_button.html', {label:__('Get Pro'), button_class:'is-primary', tier: 2}) %>
|
||||
<%= include('upgrade/upgrade_button.html', {label:__('Get Pro'), button_class:'is-primary', tier: 2, group:'pro'}) %>
|
||||
<div>
|
||||
<p><%= __('<b>All Basic features</b>, plus:') %></p>
|
||||
<ul class="business">
|
||||
|
Reference in New Issue
Block a user