automation
4 months ago
deactivationPoll
2 years ago
emails
3 years ago
form
8 months ago
newsletter
8 months ago
segments
1 year ago
subscribers
10 months ago
subscription
10 months ago
upgrade
1 year ago
woocommerce
1 year ago
analytics.html
1 year ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
1 year ago
help.html
1 year ago
homepage.html
2 years ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
8 months ago
logs.html
1 year ago
mss_pitch_translations.html
3 years ago
newsletters.html
1 year ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
8 months ago
upgrade_tiers.html
1 year ago
welcome_wizard.html
1 year ago
woo_system_info.html
2 years ago
woocommerce_setup.html
1 year ago
woocommerce_setup.html
14 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <script> |
| 5 | var mailpoet_logo_url = '<%= cdn_url('welcome-wizard/mailpoet-logo.20200623.png') %>'; |
| 6 | var wizard_woocommerce_illustration_url = '<%= cdn_url('welcome-wizard/woocommerce.20241219.png') %>'; |
| 7 | var mailpoet_show_customers_import = <%= json_encode(show_customers_import) %>; |
| 8 | var finish_wizard_url = '<%= finish_wizard_url %>'; |
| 9 | </script> |
| 10 | |
| 11 | <div id="mailpoet-wizard-container"></div> |
| 12 | |
| 13 | <% endblock %> |
| 14 |