allright Posted January 20, 2009 Share Posted January 20, 2009 Hi all, I am using osCommerce MS 2.2 RC2. "Allow Guest To Tell A Friend" is enabled in admin, but in the front end, a guest can only see "Review" and "Add to Cart" button, the guest can not see "Tell a friend" button. Am I missing any settings? Please kindly give some hint, thank you. Best regards, allright Link to comment Share on other sites More sharing options...
sLaV- Posted January 20, 2009 Share Posted January 20, 2009 i take it your using a template? the tell a friend feature is included in the /catalog/includes/column_right.php file: if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } Most templates (if not all) tend to not use the column_left.php and/or column_right .php files hence you turning it on and off in admin section wont matter unless the files that are used to display them are being used/referenced Link to comment Share on other sites More sharing options...
allright Posted January 20, 2009 Author Share Posted January 20, 2009 Hi, Thanks a lot. I think you are right, because I am using a TM template, which closes the right column. Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.