Hallo Martin, ich habe jetzt das selbe Phänomen. Konntest du rausfinden, woran es lag?
Hello Martin, I got the same phenomenon right now, could you find out what this was about?
Greetings, Alex
all right, I guess we figured it out.
go to:
templates -> print -> datei: print-delivery-note.php
line 76:
<?php if( !empty( $item[‘weight’] ) ) : ?><dt><?php _e( ‘Weight:’, ‘woocommerce-delivery-notes’ ); ?></dt><dd><?php echo $item[‘weight’]; ?><?php echo get_option(‘woocommerce_weight_unit’); ?></dd><?php endif; ?>
if you delete this, the weight should not show.
–
if you use an extra template and copy it to the folder
wp-content/themes/superstore/woocommerce/print
and copy print-delivery-note.php into this folder, changes will stay also after updates to the plugin
–
comments welcome
Yes same here, is there going to be any response to that issue?