upgrade_button.html
18 lines
| 1 | <% if (has_valid_api_key) %> |
| 2 | <a |
| 3 | target="_blank" |
| 4 | href="<%= 'https://account.mailpoet.com/orders/upgrade/' ~ plugin_partial_key ~ '?utm_source=plugin&utm_medium=premium&utm_campaign=upgrade&ref=plugin-upgrade-page' %>" |
| 5 | class="components-button <%= button_class %> mailpoet-premium-shop-link" |
| 6 | > |
| 7 | <%= label %> |
| 8 | </a> |
| 9 | <% else %> |
| 10 | <a |
| 11 | target="_blank" |
| 12 | href="<%= "https://account.mailpoet.com/?s=" ~ subscriber_count ~ "&email=" ~ current_wp_user_email ~ "&g=" ~ group ~ '&billing=monthly&utm_source=plugin&utm_medium=premium&utm_campaign=purchase&ref=plugin-upgrade-page' %>" |
| 13 | class="components-button <%= button_class %> mailpoet-premium-shop-link" |
| 14 | > |
| 15 | <%= label %> |
| 16 | </a> |
| 17 | <% endif %> |
| 18 |