Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trying to add tell a friend on my right column but It won't let me?


johnduo0007

Recommended Posts

Posted

I added this on column_right.php:

 

<?php

// -------------------------------------------------

require(DIR_WS_BOXES . 'tell_a_friend');

// -------------------------------------------------

 

?>

 

 

But still nothing appears and my footer is missing when I post this.

Posted

Try

  if (isset($HTTP_GET_VARS['products_id'])) {
if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php');
 }

Posted

If your using a template they normally dont use column_left.php and column_right.php

Archived

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

×
×
  • Create New...