Guest Posted November 30, 2006 Posted November 30, 2006 Hey guys, i am using this contrib here http://www.oscommerce.com/community/contri...h,Steve+aka+241 and would like to change the functionality so that when it is actioned, the person telling their friend doesn't have to logon. It would be great to go the the tell a friend page without having to logon. Because on my site i don't use the logon functionality. Can anyone please help me, Thanks and Kind Regards, Mitchell Quote
Guest Posted December 5, 2006 Posted December 5, 2006 I have a fix for my own problem, if any one wants to know. look for if (!tep_session_is_registered('customer_id') && (ALLOW_GUEST_TO_TELL_A_FRIEND == 'false')) { $navigation -> set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } in tellafriend.php and play around with the true/false parg on that first line. Thanks to Arthur at Flashbios.org for that one :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.