Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cart contents header


rbell

Recommended Posts

Posted

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

Posted

how about postinga link.

have you modified that page during any contributions?

Posted

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????

Posted

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

Archived

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

×
×
  • Create New...