• Hello,

    is it possible that the shipping method selected by the customer during the ordering process is preselected during label creation?

    I know that you can set the National Default Service in the shipping label settings. But it would be much better for us if the shipping method selected by the customer would be transferred automatically. Is this somehow possible?

    Best regards!

Viewing 1 replies (of 1 total)
  • Plugin Author Abdalsalaam Halawa

    (@abdalsalaam)


    Hi @grandjoost ,
    We don’t support this option, but we will consider this in our future releases.

    Anyway you can use pr_shipping_dhl_label_args filter to set the DHL product code per order, you need a developer to implement that, this is the idea :

    1. You can create multiple shipping options by WooCommerce ( for example : 1. DHL Premium 2. DHL standard ) and associate these methods to the plugin ( WooCommerce > Settings > Shipping > DHL Paket > Preferred Service > Shipping Methods ) .

    2. Using pr_shipping_dhl_label_args you can check if the order contains a specific shipping method, then you can set the dhl_product to the product you want to use with this method.

    DHL products used in the plugin :
    International :
    V55PAK : DHL Paket Connect
    V54EPAK : DHL Europaket (B2B)
    V53WPAK : DHL Paket International
    V66WPI : DHL Warenpost International

    Domestic :
    V01PAK : DHL Paket
    V01PRIO : DHL Paket PRIO
    V62WP : DHL Warenpost National

    you can find how to use the filter and other information here :
    https://github.com/shadimanna/dhl-logistic-services-for-woocommerce/wiki/FAQ

Viewing 1 replies (of 1 total)
  • The topic ‘DHL Paket – Service selected automatically’ is closed to new replies.