kajunto Posted November 24, 2006 Posted November 24, 2006 How do remove the featured sales box from other pages??? i like it on the home page, but it is also on the other pages like shipping/return, privacy, contact us, etc. New to php... so any help would be great.
jdvb Posted November 24, 2006 Posted November 24, 2006 simple would be to get the referrer to that box out of collumn_left / collumn_right and manyally put that exact referrer in the index.php file, right after the include('column_....php') command. it will however then end up last in the line, or when you paste that code before the include command on the verry top of the collumn. if it may then only show on the default page of index.php you might wanna add a bit of extra code around your the referring code like: if (!isset($cPath)){ YOUR CODE FROM COLLUMN_LEFT?RIGHT.php HERE } else it will still show while browsing categories.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.