UPS – Additional hooks and filters

Table of Contents

3D Packer algorithm

If you would like to use 3D box packing, it can be achieved by adding a filter in the functions.php file:

add_filter( 'flexible_shipping_ups/packer/enable_3d_packer', '__return_true' );

Scroll to Top