Celebrimbor Posted January 13, 2007 Posted January 13, 2007 Hi. I need to change the image that is located on head of subcategories and on categories too, to a banner with a better quality and larger than a default image of oscommerce system. I need centralize this image too on a main page. Each categorie and subcategorie needs a different banner. The problem is when i create a new category or subcategory, the system osc ask to put an image. So, this image isnt centralized. See image below.. Thanks in advance.. Rafael OScommerce Rocks!
Celebrimbor Posted January 13, 2007 Author Posted January 13, 2007 Hi. I need to change the image that is located on head of subcategories and on categories too, to a banner with a better quality and larger than a default image of oscommerce system. I need centralize this image too on a main page. Each categorie and subcategorie needs a different banner. The problem is when i create a new category or subcategory, the system osc ask to put an image. So, this image isnt centralized. See image below.. Thanks in advance.. Rafael Already fixed by me... heh On index.php, around line 67.. get out the line <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> and o next line <td class="pageHeading" align="center"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> put the pageHeading to center... the default is right. Aloha Rafa OScommerce Rocks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.