Hello Conor,

Thank you very much for the quick reply.

I tried to edit the header_php.php file. But the product model was still not properly shown. The code I added to that file is as follows:

PHP Code:
$product_model_query "
    SELECT
        products_model
    FROM
        "
TABLE_PRODUCTS "
    WHERE
        products_id = '" 
. (int) $_GET['products_id'] . "';";
$product_model_result $db->Execute($product_model_query);
$product_model $product_model_result->fields['products_model']; 
There must be some mistakes there. Could you please help me with that? Sorry, I know little about programming.

Thank you very much.

Best Regards,
Ashely