• Resolved Agent 3W

    (@agent3w)


    Hello,

    could you please add following filter to one of next update ?

    wp-content/plugins/colissimo-shipping-methods-for-woocommerce/includes/lpc_helper.php

    
    public static function get_option($option, $default = '') {
    [...]
    return apply_filters( 'lpc_helper/get_option', $default, $option ); // replace every 'return $default' in this function by this filter please
    }
    
    

    I would like to change option ‘lpc_packaging_weight’ value according to the product quantity in order. I think I could change it with this filter.

    Thank you.
    Best regards.

    Joffrey

    • This topic was modified 2 years, 11 months ago by Agent 3W.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add new filter ‘lpc_helper/get_option’’ is closed to new replies.