wpcfe_invoice_shipper_info

“wpcfe_invoice_shipper_info” action hooks that allow to add additional information in the invoice template shipper information section.

Note: This is available only in the Frontend Manager addon plugin.

Copy and paste this code to the theme functions.php file for sample code.

// In this sample code it will add address to the barcode information.
function my_custom_data(){
    ?>
    <p style="margin-top:8px;">Secondary Address:</p>
	<p>1234 NW Bobcat Lane, St. Robert, MO 65584-5678</p>
    <?php
}
add_action('wpcfe_invoice_shipper_info', 'my_custom_data');

5
    5
    Your Cart
    Remove
    WPCargo Standard Package
    2 X $119.00 = $238.00
    Remove
    Remove
    WPCargo Merchant Package
    2 X $429.90 = $859.80
    Remove
    WPCargo Receiving Add-ons
    1 X $29.00 = $29.00
    Remove
    WPCargo Vehicle Rate
    1 X $79.00 = $79.00