• Resolved twomenspa

    (@twomenspa)


    How do I limit the status on the tracking-form to only show the latest update in the Order Status History?

Viewing 1 replies (of 1 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hello twomenspa,

    You might be able to do this by using some Custom CSS. For example, you could try something like:

    .ewd-otp-status-label-content {
        display: none;
    }
    .ewd-otp-status-label-content:last-of-type {
        display: block;
    }

    If that’s not what you’re talking about, then please let me know, and also provide the URL of your page as well as a sample order ID, so I can view the tracking result and help.

Viewing 1 replies (of 1 total)
  • The topic ‘Limit Order Status History’ is closed to new replies.