Viewing 4 replies - 1 through 4 (of 4 total)
  • Bump

    add this before the:

    wcdn_after_items

    ———————————————-

    <table>
    <tr class="total weight">
    <th><strong><?php _e('Total Weight', 'woocommerce'); ?></strong></th>
    <td><strong><?php global $woocommerce;
    echo ' ' . $woocommerce->cart->cart_contents_weight . ' ' . get_option('woocommerce_weight_unit');
    ?></strong></td>
    </tr>
    </table>

    Thank you aliferis.

    What directory & file is the, “wcdn_after_items” line located?

    You probably have found it by now, but to be sure: it’s located in print-content.php in /templates/print-order around line 141.

    A good editor like Sublime Text or PHP Storm will let you search that quickly 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Cart Weight to Invoice’ is closed to new replies.