Ei kuvausta

settings_button.html 542B

1234567891011121314151617
  1. <script type="text/javascript">
  2. jQuery(function($){
  3. $('#mailpoet_woocommerce_customize_button')
  4. .insertAfter($('#email_notification_settings-description'))
  5. .show();
  6. });
  7. </script>
  8. <p id="mailpoet_woocommerce_customize_button" style="display: none;">
  9. <a class="button button-primary"
  10. href="?page=mailpoet-newsletter-editor&id=<%= woocommerce_template_id %>"
  11. data-automation-id="mailpoet_woocommerce_customize_button"
  12. >
  13. <%= _x('Customize with MailPoet', 'Button in WooCommerce settings page') %>
  14. </a>
  15. </p>