Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to look at the current version, PrestaShop 8. Read the current version of the documentation

Hook actionUpdateCartAddress

Informations

Triggers after changing address on the cart This hook is called after address is changed on the cart
Hook actionUpdateCartAddress
Locations
FO
Type action
Origin core
Aliases
Description This hook is called after address is changed on the cart

Located in

Origin File
core classes/Cart.php

Call of the Hook in the origin file

Hook::exec('actionUpdateCartAddress', ['cart' => $this, 'oldAddressId' => $currentAddressId, 'newAddressId' => $newAddressId]);