Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is this set up right?


darkangelsfire

Recommended Posts

I checked through the forums but I didn't see an anwer....not saying one wasn't there just that I didn't see it. :'(

 

Is this set up so that the pages will see the set up of the footer banners? I know basic (very basic) html and am totally in uncharted territory with anything else and php has me very lost.

 

<td class="footer" width="35"> 

<br>

<?php

if ($banner=tep_banner_exists('dynamic', '468x60')) {

?>

<br>

<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>

</tr>

</table></td>

 

 

 

I know that if there be spaces before and after the "=" that html misbehaves is that also true with php. The green section used to have a space before and after it so did I do right to remove it?

Link to comment
Share on other sites

Thanks hun. We did that and it still won't show it on the site.

 

Also:

 

I have been trying to do the editing for some of our pages...footer.php, privacy.php, shipping and returns (shipping.php). I do use bbedit or texedit (whichever one behaves) by downloading the document then uploading the edited version.

 

My problem is like the shipping.php---the previous version is still showing, regardless of how many times I upload a new one or even delete the one on the file manager or through Fetch proggie.

 

What do I need to do to get it to show the corrected version?

 

And how do I get my banners to show on the bottom of the pages, the footer.php file is in the proper place in the includes folder?

 

 

Any help is greatly appreciated.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...