Hook actionOverrideShippingFreePrice

Informations

Override price that determines free shipping Allows modules to override the free shipping price and return their custom value, for example to specify it by zone or other criteria.
Hook actionOverrideShippingFreePrice
Locations
FO
Type action
Origin core
Aliases
Description Allows modules to override the free shipping price 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('actionOverrideShippingFreePrice', ['shippingFreePrice' => &$shippingFreePrice, 'id_zone' => $id_zone, 'id_currency' => $this->id_currency]);