Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Different Boxes Question


biohazardbill

Recommended Posts

Posted

Is there a way to make different boxes in the left and right columns, or none at all fpr specific products? For example we offer services and the nee to call in for a quote therefore we don't really need to have the review box and a few others...

Posted
Is there a way to make different boxes in the left and right columns, or none at all fpr specific products?  For example we offer services and the nee to call in for a quote therefore we don't really need to have the review box and a few others...

 

 

in your column_left and right you can simply put your conditions for including or excluding boxes:

 

example

 

if (

(isset($HTTP_GET_VARS['products_id'])) and

(basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) and

(tep_session_is_registered('customer_id'))

)

{ include(DIR_WS_BOXES . 'tell_a_friend.php');}

 

}

 

only show tell_a_friend box if we have a product_id and we are not on the "tell a friend page and the customer is logged in

Treasurer MFC

Archived

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

×
×
  • Create New...