Forum Replies Created

Viewing 16 replies (of 16 total)
  • Thread Starter salac

    (@salac)

    Hi
    Thanks for the quick feedback.
    I’m not so good at php so this script you sent I unfortunately can’t understand completely ?? Sorry
    I have once received a script from their developer but it just can’t be used anymore as it is not compatible with your plugin. Here is the code.

    add_filter( ‘wpo_wcpdf_order_items_data’, ‘woosb_wcpdf_order_items_data’ );
    function woosb_wcpdf_order_items_data( $data_list ) {
    foreach ( $data_list as $key => $data ) {
    if ( $data[‘product’]->is_type( ‘woosb’ ) ) {
    unset( $data_list[ $key ] );
    }
    }
    return $data_list;
    }

    And then I should also delete this line from their plugin https://prnt.sc/n8ifse

    Since wordpress and all plugins are updated quite often, i can’t see meaning to do it, otherwise i have to do this every time with every updates.

    I hope you can see here if you can use any of their code that can make it easier
    for you to give me a fix. Sorry but right now you are the only one who can help. I will definitely buy your pro version for my next customer, I promise you.
    Sorry for my poor english

    Thanks

Viewing 16 replies (of 16 total)