I would find this odd to only be able to ask questions about one product and not others. Nevertheless, if you truly want it to behave this way, simply wrap the ask a question logic in something like
if ($_GET['products_id'] == 27) {
... ask a question logic
}
(assuming the product they can ask questions on is product id 27)
Scott


Reply With Quote
