Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

support


Spenstar

Recommended Posts

Posted

I seemed to have made it so that there is a // // // // at the bottom of my catalog page. I think this might have happened when I commented out my New Products for April box. However, I can't seem to find the php file that I did this in. I have search through every php (seems like it anyhow) in every directory. I am pulling my hair out over this one. Any help as to where to look would be greatly appreciated.

 

Thanks.

Posted

Try

index.php,

includes/column_left.php

includes/column_right.php

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
Try

index.php,

includes/column_left.php

includes/column_right.php

 

Also download "Agent Ransack" so you can search for exact code inside files so it will show you exactly where the script is that you need :)

 

Somebody help me out with my post in General Support please :D

Posted

if you're seeing that, you commented out stuff that wasn't php-related.

if you commented a php line it should look something like:

 

(examples!)

// include('includes/column_left.php');

or

// echo $result['forsomescript'];

 

you probably commented out something BEFORE <?php which would translate into html / (plain-text) because it isn't in a code line.

 

if i remember correctly the new products thingy is toward the bottom of index.php - if you wanted to get rid of "new products for april" box entirely, that's as far as you'd go.

Posted
if you're seeing that, you commented out stuff that wasn't php-related.

if you commented a php line it should look something like:

 

(examples!)

// include('includes/column_left.php');

or

// echo $result['forsomescript'];

 

you probably commented out something BEFORE <?php which would translate into html / (plain-text) because it isn't in a code line.

 

if i remember correctly the new products thingy is toward the bottom of index.php - if you wanted to get rid of "new products for april" box entirely, that's as far as you'd go.

 

 

 

 

I do remember commenting out something I wasn't supposed to (ie <?php) but for the life of me can't find it. I looked in all the index.php, Products_new, etc. and can't find it at all. I have almost gone through the entire thing. I KNOW that I commented out about 4-7 lines in a row and it should really stand out. I left it for a week or two and then went back to it to fix it up and it is killing me trying to find it. I used the ctlr F in each page to search for all comments, etc. Do you know where all the php files that would contain anything about that products new for april box is?

Archived

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

×
×
  • Create New...