function fn_decimal_digits_check_exceptions(hook_data)
{
	// Update the product price due to selected variants
	fn_update_product_price(hook_data['id']);

	return true;
}
