Affirm Banner | Q2 2024

added by Latoya

Flash sale: Get up to 30% off themes and extensions. Ends April 26 at 3 pm UTC. Shop the sale.
Product Icon

UPS Shipping Method

Get shipping rates from the UPS API which handles both domestic and international parcels.

Add filter hook to change or override weight

As per our client’s requirement, we needed a way to modify the weight of the product when shipping request is processed. We needed a way to add or override the product weight with a custom field value from WooCommerce Extra Product Options. To achieve this we have added a custom filter hook in Shipping plugin where it’s retrieving the Product weight.

The following filter is added to the plugin

applyfilters( ‘epomscalculatedoptionweightforshipping’, wcgetweight( $values[‘data’]->get_weight(), ‘lbs’ ), $values, ‘lbs’ )

woocommerce-shipping-ups/includes/class-wc-shipping-ups.php
Line 1306, 1622

Author

Current Status

Open

Last updated: January 27, 2020

0 comments

Log in to comment on this feature request.