Okay
  Public Ticket #3614914
Remove a column
Closed

Comments

  • Pasquale started the conversation

    Hi, I'd like to remove the order total column, how can I do?

  •  1,893
    WebWizards replied

    Hi there,

    I understand that you'd like to remove that column on the agent dashboard 'Orders' panel.


    To achieve this, the best way would be to modify the .PHP template of the orders dashboard page. All dashboard templates can be modified this way. We have a guide here:

    https://woocommerce-b2b-plugin.com/docs/how-to-edit-salesking-dashboard-page-templates/


    Basically, it would be needed to copy the orders.php template to your child theme, to wp-content/themes/your-child-theme/salesking/orders.php

    Then you can modify the template per your needs there. Specifically you can delete the order total column:

    2248027718.png


    Kind regards,

    Stefan