• Resolved orahdev

    (@orahdev)


    Hi,

    For my invoice I need to add additional information. The additional information is a personnal message the costumer can write.

    It is visible in the product table (as you can see in the link in the red circle) but I don’t want it here : https://snipboard.io/8v7Ir6.jpg.

    I don’t need to erase it from the product table I jsute need to add it somewere else in the doc.

    I tried the code you give in your help guide to test it but it doesn’t work.

    add_filter(‘wf_pklist_add_additional_info’, ‘wt_pklist_add_additional_data’, 10, 3);
    function wt_pklist_add_additional_data($additional_info, $template_type, $order)
    {
    $additional_info.=’Additional text’;
    return $additional_info;
    }

    Can you help ?

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @orahdev,

    Thanks for reaching out.

    Presently the plugin doesn’t offer any option to alter/move the product metadata according to your requirement. Thanks for understanding.

    Thread Starter orahdev

    (@orahdev)

    Hello @webtoffeesupport,

    Thank you for your response !

    Will it be possible in a next update ? I really need it, it’s very important.
    Or do you have any idea of how I could do it ?

    Best Regards,

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @orahdev,

    We can confirm that we currently do not have any of these features in our development pipeline for the plugin. However, your feedback has been forwarded to our development team. After doing the necessary feasibility studies, we will add it to the development backlogs and take it into consideration during future developments. Due to certain constraints at the company level, we cannot commit to this at the moment. Thanks for understanding.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add custom info’ is closed to new replies.