• Resolved Chad Reitsma

    (@chadreitsma)


    Hey guys,
    I’m hoping you can add this to an upcoming version asap.

    You have a filter for: ‘atum/purchase_orders/po_export/shipping_address’ but you are not passing the purchase order ID which esseentially renders your filter useless.

    We have some clients who need to override the Shipping Address at the Purchase Order level (not globally, from the settings).

    Could you please add the ID argument to your filters in an upcoming version, like this: return apply_filters( ‘atum/purchase_orders/po_export/shipping_address’, WC()->countries->get_formatted_address( $this->shipping_data ), $this->shipping_data, $this->id );

    Cheers,
    C.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please add the po.id to your shipping_address filter’ is closed to new replies.