hook_product_update

Definition

hook_product_update($node)
ecommerce-5--4/docs/developer/hooks/product.php, line 92

Description

hook_product_update()

Code

<?php
function hook_product_update($node) {
}
?>