Hook actionOverrideShippingFreeWeight

Informations

Override weight that determines free shipping Allows modules to override the free shipping weight and return their custom value, for example to specify it by zone or other criteria.
Hook actionOverrideShippingFreeWeight
Locations
FO
Type action
Origin core
Aliases
Description Allows modules to override the free shipping weight and return their custom value, for example to specify it by zone or other criteria.

Located in

Origin File
core classes/Cart.php

Call of the Hook in the origin file

Hook::exec('actionOverrideShippingFreeWeight', ['shippingFreeWeight' => &$shippingFreeWeight, 'id_zone' => $id_zone, 'id_currency' => $this->id_currency]);