Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I'm an idiot


sully6pack

Recommended Posts

Ok, now that we've established that, I could use some guidance.

 

I cant figure out how to customize my shop like some of the example sites I have seen. I want to use my own page header. I searched for documentation, but like I said.... I'm an idiot.

 

Thanks for any help your willing to provide.

Link to comment
Share on other sites

Ok, now that we've established that, I could use some guidance.

 

I cant figure out how to customize my shop like some of the example sites I have seen. I want to use my own page header. I searched for documentation, but like I said.... I'm an idiot.

 

Thanks for any help your willing to provide.

Edit your catalog/includes/header.php

 

example.

notice I have commented out <!-- between -->

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr class="header">

<table border="20" cellspacing="9" width="100%" bordercolorlight="#996633" bgcolor="#FFF2CC" bordercolor="#800000" bordercolordark="#CC9900">

<tr>

<td width="100%">

<table border="0" cellspacing="1" width="100%">

<tr>

<td width="34%">

<img border="0" src="images/header/cabinright_small.gif" width="189" height="150"></td>

<td width="33%">

<table border="0" cellspacing="1" width="100%">

<tr>

<td width="100%">

<p align="center"><font size="7" color="#CC9900">Steve's</font></td>

</tr>

<tr>

<td width="100%">

<p align="center"><font size="7" color="#CC9900">Shed</font></td>

</tr>

<tr>

<td width="100%">

<p align="center"><font size="7" color="#CC9900">Furniture.</font></td>

</tr>

</table>

</td>

<td width="33%">

<p align="right">

<img border="0" src="images/header/cabinleft_small.gif" width="189" height="150"></td>

</tr>

</table>

</td>

</tr>

</table>

<!--<td valign="middle"><center><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'wisewombatlogo.gif', 'Welcome to Wise Wombat') . '</center></a>'; ?></td>-->

<!--<td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>??<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>??<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>??</td>--> </tr>

</table><table border="0" cellspacing="0" width="100%" cellpadding="0">

<tr>

<td width="50%">

<p align="left"><img border="0" src="images/banners/paypal.gif" width="122" height="47"></td>

<td width="50%">

<p align="right"><img border="0" src="images/banners/paypal.gif" width="122" height="47"></td>

</tr>

</table>

 

 

Here the real thing

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...