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

    (@pomegranate)

    Removing SKU is quite simple, just remove the following line from invoice.php:

    <?php if( !empty( $item['sku'] ) ) : ?><dt class="sku"><?php _e( 'SKU:', 'wpo_wcpdf' ); ?></dt><dd class="sku"><?php echo $item['sku']; ?></dd><?php endif; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Remove specific item-meta’ is closed to new replies.