Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MAIN_TEXT


moosehead

Recommended Posts

What I want to do is to start the MAIN_TEXT at the top on the index page where it says What's new here? and get rid of the image

I would also like to get rid of the login line which now is guitar of the month. I found that file but could not

find the file that the 'what's new here?' is in! Would this be the greeting file?

 

The main text starts at Gibson right above picture.

 

I have what's new, and speical box on bottom of the right colum but no products yet so they are not showing up now, but are there!

 

You may go here to view site http://www.warningguitars.com to see site.

New to this and I'm learning as I go. Just started site so not much to it yet!

 

Thanks

moosehead

Link to comment
Share on other sites

What's new here, along with the other page headings are controlled in the language files. If your main language is english then go to /includes/languages/english/index.php

 

Just remember, each main file (or pretty much all of them anyhow) have a file with the same name in the language folder. If you can't find what you need on a particular page look at the english.php

 

You may also want to think about using one of the several contributions that change the page headings to the actual category/page name or one of the meta tag contributions that do that along with adding meta tag info.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

What's new here, along with the other page headings are controlled in the language files. If your main language is english then go to /includes/languages/english/index.php

 

Just remember, each main file (or pretty much all of them anyhow) have a file with the same name in the language folder. If you can't find what you need on a particular page look at the english.php

 

You may also want to think about using one of the several contributions that change the page headings to the actual category/page name or one of the meta tag contributions that do that along with adding meta tag info.

 

Just went through this myself.

 

If you just want to get rid of the "What's New Here" at the top of your main page, open up your /catalog/index.html file and look for this line of code: ( it appears three seperate times in this one file, they all need to be changed )

 

<?php echo HEADING_TITLE; ?>

 

and change it to:

 

<?php // echo HEADING_TITLE; ?>

 

If you want to take out that heading in its various forms from other pages, you'll need to change that bit of the code in the other relative files, i.e.

 

/catalog/includes/languages/english/index.php

/catalog/includes/languages/english/shipping.php

 

etc.

Link to comment
Share on other sites

I should have mentioned if you want to get rid of the small cartoonish type images that are on the right side of pretty much all of the pages you will need to edit the main pages for your store.

 

If you open them in an editer you will find the heading and the image are in a table at the top of the pages. If you remove the cell the table is in then the heading and the image go bye bye. if you want to just remove the image then you can just delete the cell the image is in. The images are different on the pages so I can not quote you exact code to look for but it is in the same place on all of the pages except the index.php which has it 3 times.

 

You could also take a look at http://www.oscommerce.com/community/contributions,3862 which gives you a couple of choices on how to find/edit the pages.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...