Your account expired support, please renew to get your support.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27549
    UnknownCollector
    Support Expired

    So I added the Germanized Woocommerce plugin for my site. Now I can print shipping labels directly from WordPress.

    I would like to make a small change to the printed labels. When it prints I want to see the ordered product on the label + the amount of product ordered.

    This is the code to the label customization but I am not good at coding. How could I change it so that the product can be shown on the label? Thank you!

    <?php
    
    add_filter( 'woocommerce_gzd_dhl_label_customer_reference', 'my_child_adjust_dhl_customer_reference', 10, 3 );
    
    function my_child_adjust_dhl_customer_reference( $ref, $label, $shipment ) {
        // Adjust $ref
        
        return $ref;
    }
    #27587

    Hi,

    Currently this plugin is not in the list of plugins supported by the theme, so all issues related to this plugin we will refuse to support.
    If you need to customize the code associated with this plugin, we will charge for this.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.