No Description

settings_overlay.html 953B

12345678910111213141516171819202122232425262728293031323334
  1. <style>
  2. /* Hide WooCommerce section with template styling */
  3. #email_template_options-description + .form-table {
  4. opacity: 0.2;
  5. pointer-events: none;
  6. }
  7. /* Position MailPoet buttons over hidden table */
  8. .mailpoet-woocommerce-email-overlay {
  9. bottom: 320px;
  10. left: 0;
  11. max-width: 100%;
  12. text-align: left;
  13. position: absolute;
  14. text-align: center;
  15. width: 640px;
  16. z-index: 1;
  17. }
  18. </style>
  19. <div class="mailpoet-woocommerce-email-overlay">
  20. <a class="button button-primary"
  21. href="?page=mailpoet-newsletter-editor&id=<%= woocommerce_template_id %>"
  22. data-automation-id="mailpoet_woocommerce_customize"
  23. >
  24. <%= _x('Customize with MailPoet', 'Button in WooCommerce settings page') %>
  25. </a>
  26. <br>
  27. <br>
  28. <a href="?page=mailpoet-settings#woocommerce" data-automation-id="mailpoet_woocommerce_disable">
  29. <%= _x('Disable MailPoet customizer', 'Link from WooCommerce plugin to MailPoet') %>
  30. </a>
  31. </div>