Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category Name H1 Tag Location


aftabn10

Recommended Posts

Posted

Hi, sorry to trouble, just had a quick question. I am looking to move the category name on top of the products into my left column but I cant seem to locate the file where the <h1>categories_name</h1> is kept. I have downloaded Firebug but this doesnt give me the file location.

 

Any help would be appreciated.

 

Thanks in advance.

Posted

Try looking in your product_info.php file. In a standard install od 2.3 you have

 

<div>

<h1 style="float: right;"><?php echo $products_price; ?></h1>

<h1><?php echo $products_name; ?></h1>

</div>

REMEMBER BACKUP, BACKUP AND BACKUP

Posted

14steve14, thanks for your response. It was the category name on top of all the products that belong to that category that i was looking to move and not the product name.

 

Thanks for your help, btw.

Posted

Hi Aftab,

 

That would then be the index.php

 

<h1><?php echo $catname; ?></h1>

 

Regards

 

Joli

To improve is to change; to be perfect is to change often.

 

Archived

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

×
×
  • Create New...