• yberges

    (@yberges)


    hello i need to create my own name package not “shipping 2”
    how i can do it ?
    regards

Viewing 1 replies (of 1 total)
  • Plugin Author oneteamsoftware

    (@oneteamsoftware)

    You can do something like:

    add_filter('woocommerce_shipping_package_name', 'onPackageName', PHP_INT_MAX, 3);
    
    function onPackageName($packageName, $idx, $package)
    {
        return 'Your Name';
    }

    Otherwise you can use our Marketplace Cart for WooCommerce plugin that has such feature.

Viewing 1 replies (of 1 total)
  • The topic ‘Modifier name package’ is closed to new replies.