sully6pack Posted November 7, 2005 Share Posted November 7, 2005 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 More sharing options...
MoisesZaragoza Posted November 7, 2005 Share Posted November 7, 2005 Don?t call yourself Names To modify the header you will need to know some PHP or HTML. but the file is at catalog>includes>header.php> MoisesZaragoza at the end of the day the code will be good Link to comment Share on other sites More sharing options...
sully6pack Posted November 7, 2005 Author Share Posted November 7, 2005 Thanks. I'll try to go a little easier on myself. :rolleyes: Don?t call yourself Names To modify the header you will need to know some PHP or HTML. but the file is at catalog>includes>header.php> MoisesZaragoza Link to comment Share on other sites More sharing options...
WiseWombat Posted November 7, 2005 Share Posted November 7, 2005 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 More sharing options...
rgvsean Posted November 8, 2005 Share Posted November 8, 2005 wooooooaha scrolling best sellers (w00t) Did you do that yourself or was it a pacth? :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.