• Resolved niikk

    (@niikk)


    Hello

    I’m wondering why there are such strange empty spaces (https://ibb.co/hWP1XBt) on the order details overview on vendor dashboard. It has the class td.wc-order-edit-line-item for what do we need this?

    From which file does this comming from? Can we delete this via template without any problems and side effects?

    Cheers ??

Viewing 1 replies (of 1 total)
  • Hello @niikk ,

    This item is coming from Dokan Pro. It would be much easier for us to help you with the issues if you contact us through support tickets as you are already a pro user.

    Yes, it will be possible to remove this by template overriding. I can share you the file locations when you contact us on tickets. Mention this ticket or me so that I can easily share my findings.

    You can also hide it using CSS as well –

    .wc-order-edit-line-item {
        display: none;
    }

    Thank you ??

Viewing 1 replies (of 1 total)
  • The topic ‘Dokan order details table on order page’ is closed to new replies.