Customers often will not refer to a model number or a correct product name when asking about a product. This add-on will guarantee the correct product info and question are sent to the appropriate person.
This is a modified "Tell a Friend", but works just fine for the above needs.
Legend: 
Download

Report
Just place in catalog/includes/languages/portugues/
Only the Dutch language File. Must be
placed in catalog/includes/languages/dutch/
This is the language file translated in italian
This mod automatically fills in the user name and email if logged in.
here is the full package
I've translated it to the french language
Correct way of adding link with session_id. pmvision bugfix can work if you have fresh session_id. But sometimes later when session_id disappears link becames invalid ".php&products_id=.." (Must read ".php?products_id=.."
echo '<a href="' . tep_href_link(FILENAME_ASK_QUESTION) . '&products_id='.$product_info['products_id'].'">' . TEXT_ASK_QUESTION . '</a>';
should be:
echo '<a href="' . tep_href_link(FILENAME_ASK_QUESTION, 'products_id='.$product_info['products_id']) . '">' . TEXT_ASK_QUESTION . '</a>'; ?>
There was a mistake in the product_info.php.
The Session-Id wasn't submitted to the ask_a_question.php.
So, the user was logged out evry time, he clicked the ask a question link.
This package includes the whole installation files and instructions also the bugfix is included.
Es war ein Fehler in der product_info.php.
Die Session ID wurde nicht an die ask_a_question.php übertragen.
Somit war der Nutzer immer ausgeloggt, als er auf den stelle eine Frage link klickt.
Dieses Paket beinhaltet die volle Installation inklusive dem behobenen Fehler.
The install instructions had an extra <tr> that wasnt required
The Catalog and Engligh directorys have also been renamed to lower case to save problems when being uploaded
I have simply taken the contribution from 16th Feb. 2004, removed the hard coded text and included these into their appropriate language files. Also included a little image to draw attention to the fact that the customer can ask a question, which I feel is an important 'service' for making a sale (as long as you answer quickly :-))
Sorry, but I have not updated the language files, e.g. German and French.
P.S, this is not the new 'in a box' contribution. I dont think its appropriate to push this out to the left/right column.
heres Russian translation file
Same as below, updated only the install instructions.
Removed the code from the product info, and placed it modified in a box, text replaced for button.
Multi language
Include French Langagua
Include an image
Only developped for MS2
Sigh..... All files fixed.
Done
For both OSC 2.1 and OSC 2.2 included.
Model wasn't showing up in email... is now.
Same as below... Fixed includes/languages/english/ask_a_question.php
Customers often will not refer to a model number or a correct product name when asking about a product. This add-on will guarantee the correct product info and question are sent to the appropriate person.
This is a modified "Tell a Friend", but works just fine for the above needs.