Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"Allow Guest To Tell A Friend" doesn't take effect?


allright

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...