Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/03/2008, 05:05
Avatar de soylaostia
soylaostia
 
Fecha de Ingreso: septiembre-2006
Ubicación: España
Mensajes: 180
Antigüedad: 17 años, 8 meses
Puntos: 1
Pregunta Re: Oscommerce: cambiar estetica en plantilla

Cita:
Iniciado por kikolice Ver Mensaje
el de "bienvenidos.." tendrias que quitar el heading a index.php (busca en ese archivo la clase "pageheading")

el de categorias es el box, dependiendo de como quedo tu oscommerce podria ser modificar el includes/column_left.php
hOLA KIKOLICE, esto es lo que encontre en una parte del index.php:

<!-- header //-->

<?php require(DIR_WS_INCLUDES . 'header.php'); ?>

<!-- header_eof //-->

mas abajo pone:
$category_query = tep_db_query("select cd.categories_name, c.categories_image from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'");

$category = tep_db_fetch_array($category_query);

?>

<td width="100%" class="col_center">





<? tep_draw_heading_top();?>



<? new contentBoxHeading_ProdNew($info_box_contents);?>



<? tep_draw_heading_top_3();?>

Esto esta en otra parte, mas abajo:

<!-- body //-->

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td valign="top" class="col_left">

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

</td>

<!-- body_text //-->

<?php

No puedo encontrar lo que tu me comentas.... Voy a seguir mirando tambien en otros archivos, como application_top.php

Última edición por soylaostia; 29/03/2008 a las 05:38