Jump to content

Need Help with Footer


Guest eyesrblu

Recommended Posts

Guest eyesrblu

I am working on a site and want to be able to make the cubecart look like the rest of the site. I was able to copy and paste my header from my index page into the header.php for the store and things look ok but am having problems with doing the same with the footer. Can the footer be modified or do you have to pay the license fee to add additional information to the footer?

I am very new to .php. I can muddle my way throught it so any help would be appreciated.

Link to comment
Share on other sites

You can modify the footer, so long as the copyright remains in tact and visible, otherwise you need to purchase the license fee to remove it.

Link to comment
Share on other sites

Guest eyesrblu

This might be asking for too much but I tried modifying it (footer.inc) and nothing happened. Is there a different file I should be modifying? Basically what I was trying to do was copy and paste the code from my index page to the footer to no avail.

Link to comment
Share on other sites

Guest eyesrblu

I don't know how good this code is, I didn't write it. The guy I am doing the site for had someone go in there and change a few things and he changed it to all .php which again is new for me (know of any good books to learn?)

Anyway, here is the code for the footer. Thanks again in advance for any assistance.

<table border="0" cellspacing="0" cellpadding="0" width="963">

<tr valign="top">

<td width="17" height="12"><img src="/images/clearpixel.gif" width="17" height="1" border="0" alt=""></td>

<td></td>

</tr>

<tr valign="top">

<td height="5"></td>

<td align="center" valign="middle" width="946"><img height="5" width="946" src="/images/divider.gif" border="0" alt=""></td>

</tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td width="105" height="11"><img src="/images/clearpixel.gif" width="105" height="1" border="0" alt=""></td>

<td></td>

</tr>

<tr valign="top">

<td></td>

<td width="849">

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

<tr>

<td class="footerprods">

Clutches

</td>

<td class="footerprods">

Compressors

</td>

<td class="footerprods">

Condensers

</td>

<td class="footerprods">

Driers

</td>

</tr>

<tr>

<td class="footerprods">

Evaporator Cores

</td>

<td class="footerprods">

Expansion Valves

</td>

<td class="footerprods">

Orifice Tubes

</td>

<td class="footerprods">

Receivers

</td>

</tr>

</table>

</td>

</tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td width="214" height="10"><img src="/images/clearpixel.gif" width=214 height=1 border="0" alt=""></td>

<td></td>

</tr>

<tr valign="top">

<td></td>

<td width="618">

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

<tr>

<td class="footerprods">

<a href="/index.php">AutoAirOnline</a>

</td>

<td class="footerprods">

<a href="/products.php">Products</a>

</td>

<td class="footerprods">

<a href="/parts-request.php">Parts Request</a>

</td>

</tr>

<tr>

<td class="footerprods">

<a href="/warranty.php">Warranty Info</a>

</td>

<td class="footerprods">

<a href="/shipping.php">Shipping Info</a>

</td>

<td class="footerprods">

<a href="/html/resources.html">Industry Resources</a>

</td>

</tr>

</table>

</td>

</tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td height="5"></td>

</tr>

<tr valign="top">

<td width="877">

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

<tr>

<td width="451">

<p><img height=61 width=421 src="/images/auto_air_logo_sm.gif" vspace=0 hspace=0 align="top" border="0" alt="AutoAirOnline - Automotive Air Conditioning Parts Specialist" title="AutoAirOnline - Automotive Air Conditioning Parts Specialist"></p>

</td>

<td width="219">

<p>

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

<tr>

<td align="center">

<table width=161 border="0" cellspacing="0" cellpadding="0">

<tr>

<td class="address">

550 E. Lancaster St.<BR>Lecanto, Fl. 34461

</td>

</tr>

</table>

</td>

</tr>

</table>

</p>

</td>

<td valign="middle" align="right" width="207">

<img height="45" width="181" src="/images/geotrust.gif" align="top" border="0" alt="">

</td>

</tr>

</table>

</td>

</tr>

</table>

<table cellpadding="0" cellspacing="0" border="0" width="990">

<tr valign="top" align="left">

<td>

<table border="0" cellspacing="0" cellpadding="0" width="811">

<tr valign="top">

<td width="162" height="15"><img src="/images/clearpixel.gif" width="162" height="1" border="0" alt=""></td>

<td width="649"><img src="/images/clearpixel.gif" width="649" height="1" border="0" alt=""></td>

</tr>

<tr valign="top">

<td></td>

<td width="649" class="copyright">

Copyright 2001 - 2004 Auto Air Online, Automotive Air Conditioning Parts All rights reserved. <BR>No content and/or images can be removed from this website without the prior written permission from the owner.

</td>

</tr>

</table>

</td>

<td>

</td>

</tr>

</table>

</body>

</html>

Link to comment
Share on other sites

Hello,

I have modified your footer.inc.php file and is as follows, it includes the code that you have posted and I have put in the cubecart copyright info. Copy the code and save it as "footer.inc.php". If you have any more problems e-mail me.

My e-mail is: sales[at]durbin-enterprises[dot]co[dot]uk

<table border="0" cellspacing="0" cellpadding="0" width="963">

<tr valign="top">

<td width="17" height="12"><img src="/images/clearpixel.gif" width="17" height="1" border="0" alt=""></td>

<td></td>

</tr>

<tr valign="top">

<td height="5"></td>

<td align="center" valign="middle" width="946"><img height="5" width="946" src="/images/divider.gif" border="0" alt=""></td>

</tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td width="105" height="11"><img src="/images/clearpixel.gif" width="105" height="1" border="0" alt=""></td>

<td></td>

</tr>

<tr valign="top">

<td></td>

<td width="849">

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

<tr>

<td class="footerprods">

Clutches

</td>

<td class="footerprods">

Compressors

</td>

<td class="footerprods">

Condensers

</td>

<td class="footerprods">

Driers

</td>

</tr>

<tr>

<td class="footerprods">

Evaporator Cores

</td>

<td class="footerprods">

Expansion Valves

</td>

<td class="footerprods">

Orifice Tubes

</td>

<td class="footerprods">

Receivers

</td>

</tr>

</table>

</td>

</tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td width="214" height="10"><img src="/images/clearpixel.gif" width=214 height=1 border="0" alt=""></td>

<td></td>

</tr>

<tr valign="top">

<td></td>

<td width="618">

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

<tr>

<td class="footerprods">

<a href="/index.php">AutoAirOnline</a>

</td>

<td class="footerprods">

<a href="/products.php">Products</a>

</td>

<td class="footerprods">

<a href="/parts-request.php">Parts Request</a>

</td>

</tr>

<tr>

<td class="footerprods">

<a href="/warranty.php">Warranty Info</a>

</td>

<td class="footerprods">

<a href="/shipping.php">Shipping Info</a>

</td>

<td class="footerprods">

<a href="/html/resources.html">Industry Resources</a>

</td>

</tr>

</table>

</td>

</tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td height="5"></td>

</tr>

<tr valign="top">

<td width="877">

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

<tr>

<td width="451">

<p><img height=61 width=421 src="/images/auto_air_logo_sm.gif" vspace=0 hspace=0 align="top" border="0" alt="AutoAirOnline - Automotive Air Conditioning Parts Specialist" title="AutoAirOnline - Automotive Air Conditioning Parts Specialist"></p>

</td>

<td width="219">

<p>

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

<tr>

<td align="center">

<table width=161 border="0" cellspacing="0" cellpadding="0">

<tr>

<td class="address">

550 E. Lancaster St.<BR>Lecanto, Fl. 34461

</td>

</tr>

</table>

</td>

</tr>

</table>

</p>

</td>

<td valign="middle" align="right" width="207">

<img height="45" width="181" src="/images/geotrust.gif" align="top" border="0" alt="">

</td>

</tr>

</table>

</td>

</tr>

</table>

<table cellpadding="0" cellspacing="0" border="0" width="990">

<tr valign="top" align="left">

<td>

<table border="0" cellspacing="0" cellpadding="0" width="811">

<tr valign="top">

<td width="162" height="15"><img src="/images/clearpixel.gif" width="162" height="1" border="0" alt=""></td>

<td width="649"><img src="/images/clearpixel.gif" width="649" height="1" border="0" alt=""></td>

</tr>

<tr valign="top">

<td></td>

<td width="649" class="copyright">

<?

/***********************************************

 * "Powered by CubeCart" and "(C) brooky.com"

 * CAN ONLY BE EDITED/REMOVED BY LICENSED CUBECART

 * CUSTOMERS!

 * IF YOU WISH TO, PLEASE PURCHASE A LICENSE BELOW!

 * https://secure.cubecart.com

 ***********************************************/



include_once("ver.php");



echo"<tr> 

  <td align=\"center\" height=\"25\">

<b>None of the content of this site may be reproduced<br>

or copied in any way without written concent by the site owner<br></b><br>

  	<!--- START OF COPYRIGHT INFORMATION --->

    $la_pow_by <a href=\"http://www.cubecart.com/?eu=$eu\">CubeCart</a> $estore_ver<br>&copy;2003 <a href=\"http://www.brooky.com\">brooky.com</a><br>

&copy;2005

  	<!--- END OF COPYRIGHT INFORMATION --->



?>

<br>

Copyright 2001 - 2004 Auto Air Online, Automotive Air Conditioning Parts All rights reserved. <BR>No content and/or images can be removed from this website without the prior written permission from the owner.

</td>

</tr>

</table>

</td>

<td>



</td>

</tr>

</table>

</body>

</html>

Regards,

Paul

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...