Se quita las unidades en la ficha de ocasiones
git-svn-id: https://192.168.0.254/svn/Proyectos.ClaveAudio_Web/trunk@9 44ade383-bb54-5b4f-835b-923f7702b206
This commit is contained in:
parent
ffa3c4cf6a
commit
75fbfda1ac
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 59 KiB |
@ -9,7 +9,7 @@
|
||||
<tr>
|
||||
<td width="247" align="center" valign="middle">
|
||||
<div class="destacado_foto">
|
||||
<a href="ocasion_ficha.php?id=<?php echo $arrayOcasion['id']; ?>"><img src="_ocs/<?php echo $arrayOcasion['id']; ?>_247.jpg" border="0" alt=""></a>
|
||||
<a href="ocasion_ficha.php?id=<?php echo $arrayOcasion['id']; ?>"><img src="_ocs/<?php echo $arrayOcasion['id']; ?>_247.jpg" border="0" alt=""></a>
|
||||
</div>
|
||||
<div class="destacado_precio"><?php echo ($arrayOcasion['precio'] == '-1' ? 'Consultar' : 'Oferta ' . miNumberFormat($arrayOcasion['precio']) . '<span class="euro">€</span>'); ?></div>
|
||||
</td>
|
||||
|
||||
@ -119,7 +119,8 @@ include('top.htm');
|
||||
$miOcasion = new shoopOcasion(1, '');
|
||||
if($miOcasion->getNum()){
|
||||
$arrayOcasion = $miOcasion->getNextOcasion();
|
||||
include('bann2_ocasion.php');
|
||||
if(!empty($arrayOcasion))
|
||||
include('bann2_ocasion.php');
|
||||
?>
|
||||
</td></tr>
|
||||
<tr><td background="_imgs/ptoshb.gif"><img src="_imgs/d.gif" width="168" height="8"></td></tr>
|
||||
|
||||
@ -128,7 +128,7 @@ switch($ocasion_categoria_id) {
|
||||
<td width="170" valign="top" class="producto_texto">
|
||||
<span class="producto_tipo azul"><?php echo $ocasion_categoria_nombre; ?></span><br>
|
||||
<span class="producto_modelo"><?php echo $ocasion_nombre; ?></span><br>
|
||||
<span class="producto_tipo azul"><?php echo $ocasion_estado; ?></span><span class="producto_tipo rojo"> <?php echo $ocasion_unidades; ?> Unidades</span><br>
|
||||
<span class="producto_tipo azul"><?php echo $ocasion_estado; ?></span><!--span class="producto_tipo rojo"> <?php //echo $ocasion_unidades; ?> Unidades</span--><br>
|
||||
<span class="producto_modelo">PVP:</span> <span class="producto_precio_ocasion1"><?php echo $ocasion_pvp; ?><span class="euro">€</span><br>
|
||||
<span class="producto_modelo">Oferta:</span> <span class="producto_precio_ocasion2"><?php echo $ocasion_precio; ?><span class="euro">€</span><br>
|
||||
<img src="_imgs/d.gif" width="170" height="6"><br>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user