biohazardbill Posted January 6, 2005 Posted January 6, 2005 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...
boxtel Posted January 6, 2005 Posted January 6, 2005 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... <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.