aftabn10 Posted September 16, 2013 Posted September 16, 2013 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.
♥14steve14 Posted September 16, 2013 Posted September 16, 2013 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
aftabn10 Posted September 16, 2013 Author Posted September 16, 2013 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.
♥joli1811 Posted September 16, 2013 Posted September 16, 2013 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.