Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi! This is possible, but requires quite a bit of customization in the template. Basically you have to run through the items look twice. That’s this bit in the template:

    <?php $items = $wpo_wcpdf->get_order_items(); if( sizeof( $items ) > 0 ) : foreach( $items as $item_id => $item ) : ?>
    [...]
    <?php endforeach; endif; ?>

    Then inside that loop you have to build in a check to see if the item should be displayed or not.

    Good luck!
    Ewout

Viewing 1 replies (of 1 total)

The topic ‘Move certain items in the second table’ is closed to new replies.