• Resolved dandna

    (@dandna)


    HI Dear Plugin author,

    Again thanks for this awesome plugin, I notice that the Same Genric item status recived in the client mail order is : “MStatus Unfulfilled” can it be edited somewhere?

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dotstore

    (@dots)

    Hello dandna,

    Thanks for reaching out to us.

    This is our default order status for all the orders once you activate our plugin.

    So, if you want to change this default status text then you can do it by adding below filter in your themes functions.php file.

    add_filter('default_custom_staus_title', 'default_custom_staus_title_custom', 1);
    
    function default_custom_staus_title_custom($default_title)
    {
        //Add your default status title here
        return "Unfulfilled";
    }

    Please add and let us know still if any.

    Thanks,

    Plugin Author Dotstore

    (@dots)

    Hello dandna,

    Hope your query get resolved from our previous reply.

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Same Genric item status exist in the mail order’ is closed to new replies.