• Resolved dfuzion

    (@dfuzion)


    Hi,

    I need to add Company name of logged user on the tickets page.
    How can I do that ?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dfuzion

    (@dfuzion)

    Hi ! Could someone answer my question? Thanks

    Michael

    (@mikeyhoward1977)

    Hi @dfuzion,

    You would need to edit the template file /templates/view-ticket.php.

    At whichever location you would like to output the company name, you would add;

    <?php echo $customer->company; ?> If no company is associated with the customer/ticket then an empty string is output.

    As templates are overwritten during updates, you should consider using a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add company name to ticket page’ is closed to new replies.