RE: [TIP / TRICK] Tell A Friend Reporting

jbroomfield <[email protected]> 29 Jul 2003 00:01:54 -0000
Newsgroups gmane.comp.web.oscommerce.tips
Message-ID <f7e6376a28700fe571e99d5c2fde2b85@osCommerce-Forums>
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=203505#203505
----------------------------------------------------------------

Mattice your help is great, thanks.

I am running on MS2, and in case some of you are also running on MS2 and not getting the personal message showing up in the "silent report", here is the simple fix.

In mattice code, change the the following line:

[code]$report .= "\n" . 'Personal message: ' . "\n\n" . $HTTP_POST_VARS['yourmessage']; [/code]

to

[code]$report .= "\n" . 'Personal message: ' . "\n\n" . $HTTP_POST_VARS['message']; [/code]


Hope this helps