Modifies the "Tell A Friend" feature so that the visitor can tell a freind about your site in general, not just about a product. Makes it so they can use the tell_a_friend feature even when not viewing a product... such as on basic default page, looking at shopping cart, info pages, product categories, anything!
Legend: 
Download

Report
Fiz algumas alterações no arquivo principal tell_a_friend.php pois uso um layout modificado sem a coluna da direita, além disso adaptei a tradução do portugues para que fique simples e objetiva, o box também foi melhorado!
qualquer dúvida mande um email para rafa@programadorweb.info
_____________________________________
I have made some modifications in "tell_a_friend.php" because i use only " colune_left.
if you have problems tell me
rafa@programdorweb.info
A mesma versão abaixo (Version 3.3, full package) com o portugues adicionado!
I just added spanish translation. It is version 3.2 with /languages/espanol/tell_a_friend.php.
v2.2
* multi-language support added: dutch, english, german.
* extra emails to shopowner's emailaddress instead of the original written system: more compatible with the OSCOMMERCE-system !
I changed the issues mentioned in the last two posts. I didn't change anything else.
Problem on OSC support forum:
"Installed the tell a friend too version and it works fine when I am on a product page - however when on a non-product page, I am directed to a missing product page .... trying to make sure site can also be recommended and not just a particular product."
Fix:
1) For catalog/includes/boxes/tell_a_friend.php
Change
$myProductId = 'site';
to
$myProductId = false;
2) For catalog/tell_a_friend.php
Change (all instances)
$HTTP_GET_VARS['products_id'] == 'site'
to
$HTTP_GET_VARS['products_id'] == false
The file attached contains the same info as above.
This fix repairs the message stack after successful submission of tell a friend. Before this fix, it would just say:
"Your email about has been successfully sent to [whatever name]." (In the Green Bar at top of page afer successful submission)
Now it will either say the site name, or the product name.
"Your email about [Product Name] has been successfully sent to [Name]."
"Your email about [Site Name] has been successfully sent to [Name]."
Zip contains tellafriendmsgstackfix.txt with instructions on the code you need to add... just a few lines
This is a re-worked code as the previos coding did not work properly.
This is the complete package.
Some bug fixes that were over looked with the last release.
Let me know if I missed any.
This is just an updated version of tell a friend too that works with 2.2MS2
A short read me is included. Make sure to read it.
Modifies the "Tell A Friend" feature so that the visitor can tell a freind about your site in general, not just about a product. Makes it so they can use the tell_a_friend feature even when not viewing a product... such as on basic default page, looking at shopping cart, info pages, product categories, anything!
Also adds "Your <friend's name> message:" to the email above the visitors message.
Also includes option to have the visitor's email sent to you too (sneaky, ey?)
Only 2 files modified, catalog/tell_a_friend.php and very small change to the includes/boxes/tell_a_friend.php
Should work right on upload with no modification!