Hello,

When I want to delete a product i'm getting a blank page??

This is the debug log:

[04-Mar-2011 16:25:54] PHP Fatal error: Call to undefined function zen_get_products_type() in /var/www/vhosts/mysite/httpdocs/myadmin/product.php on line 35



And this is line 35 til 41 from the product.php:

$product_type = zen_get_products_type($_POST['products_id']);
if (file_exists(DIR_WS_MODULES . $zc_products->get_handler($product_type) . '/delete_product_confirm.php')) {
require(DIR_WS_MODULES . $zc_products->get_handler($product_type) . '/delete_product_confirm.php');
} else {
require(DIR_WS_MODULES . 'delete_product_confirm.php');
}
break;



Im using version : v1.3.9h

I hope somebody nows how to solve this otherwise I cant delete products

Thank you very much