• Resolved amarmustaqim

    (@amarmustaqim)


    Hi,

    I would like to customize this message “This order has products from multiple vendors. So we divided this order into multiple vendor orders. Each order will be handled by their respective vendor independently”? May I know how can I achieve that? I’m using Woocommerce and Dokan for my project.

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @amarmustaqim

    You can customize that message by following the guideline below. Note that, as there isn’t any default inbuilt option to change that message, you will be able to change that message from the core file. And, After changing that message from the core file if there is a new release of the Dokan plugin and if you update the plugin then your changes will disappear.

    Here is the file location: ...../plugins/dokan-lite/templates/sub-orders.php

    Thread Starter amarmustaqim

    (@amarmustaqim)

    Hi @reachmazharul

    Thanks for your answer. As changing the message from core file is risky when it is updated, is there any possibility to change it from child theme? I have tried to copy Dokan’s folder and paste the sub-orders.php code in my child theme, but when I try to change the message, there’s no difference on the front end side.

    Hello @amarmustaqim ,

    You should be able to override this template via the child theme.

    Try to keep your modified template file under your theme like this –

    your-theme/dokan/sub-orders.php

    If it does not work, let me know.

    Thank you ??

    Hi @reachmazharul I have changes the text here: …../plugins/dokan-lite/templates/sub-orders.php but the message is still the same. Is there anything else I need to do?

    Problem sorted. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to customize message “This order has products from multiple vendors…”’ is closed to new replies.