Just a question, we have products in our website but for a specific product, the email must be sent to another email address and not to us? How can this be done? I tried modifying the module so that the "Ask a Question" link would not appear on that specific product but it is actually not working (I tried changing if (isset($_GET['products_id'])) to if (isset($_GET['products_id']) !== '127'). Either modifying the contact email address or just hiding the "Ask a Question" link would be fine. Many thanks for your help.