Hook actionDuplicateCartData

Informations

Cart duplication This hook is triggered after all the cart related data has been duplicated
Hook actionDuplicateCartData
Locations
FO
Type action
Origin core
Aliases
Description This hook is triggered after all the cart related data has been duplicated

Located in

Origin File
core classes/Cart.php

Call of the Hook in the origin file

Hook::exec('actionDuplicateCartData', ['oldCardId' => $this->id, 'newCartId' => $cart->id]);