• Jon

    (@freshyjon)


    One issue with the new update is it seems that the dropdown/select options don’t go away on off-focus. For example, I have set the On Hold email, but the dropdown still shows. This makes it difficult to now set the “Processing” email.

    https://d.pr/free/i/ptpxeK

    Ideally, clicking outside of that dropdown would close/hide it… as well as after choosing one of the options within the select box.

    ALSO, is there a way you can make it in the WYSIWYG, so that any HTML will stay (and not be stripped out)? I purposely want to wrap my paragraphs in a <p> tag. But when I do that, WordPress strips them out and formats it on its own. I want the <p> tags to remain in the email.

    LASTLY, when going to an Order > Order Actions > Email invoice / order details to customer … none of the custom email pieces are included in that email. Can you provide an update add an option for that? Sometimes we need to resend the Order Details email… with it still including the custom section. The ID of that email would be $email->id == 'customer_invoice'

    • This topic was modified 6 years, 7 months ago by Jon.
Viewing 1 replies (of 1 total)
  • Plugin Author alexmustin

    (@alexmustin)

    Hey @freshyjon,

    Thanks for the input.

    I am aware of the issue of the Results list not going away when you click outside of the field… To make the search results appear, I am listening out for when a user clicks on the Search field (“focus”). Normally, using “blur” would make it so when you leave the Search field, the Results list would disappear… but when you click one of the Results list items to assign it, you are at that point “blurring” the focus away from the Search field so the Results disappear before that message gets assigned. I had a minor workaround for this, where I make the Results list disappear if you click anywhere in the other columns: Status or Location.

    For the <p> tags disappearing, this is because there is a function the WP Editor uses called wpautop where it reads the content you enter and uses new line breaks to determine where to automatically place the <p> tags when outputting the content. Have you tried saving your content inside the ‘Text’ tab of the Editor? That might work…

    And finally, I will add a note to look into how to add the Custom Email Message content into the customer_invoice email.

    Thanks again!

Viewing 1 replies (of 1 total)
  • The topic ‘Suggested tweaks’ is closed to new replies.