rbell Posted April 22, 2005 Posted April 22, 2005 I'm working on a site that the cart contents page has no header navigation bar or logo. Every other page is just fine. I'm pretty new to Osc and would appreciate any help anyone could give. BTW this forum has been a blessing setting this up. Thanks
Guest Posted April 22, 2005 Posted April 22, 2005 how about postinga link. have you modified that page during any contributions?
julianpuje Posted April 22, 2005 Posted April 22, 2005 after the closing of the head in catalog/shopping_cart.php (near the top), make sure the header is being called (as in all your other files) as follows:- </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> HTH Julian A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends????
rbell Posted April 22, 2005 Author Posted April 22, 2005 Thanks Julian your post led me to it. The Require statement for the header.php was not correct. !!!!! I don't want to post a link till I get the SSL stuff working, It's going to be used to sell Vetrinary Supplies (drugs). Thanks a lot Dick
Recommended Posts
Archived
This topic is now archived and is closed to further replies.