?>
<!--header end-->
<!--sidebar start-->
<?php 
include "xtructura/2-menu-lista-categorias.php";
?>
<!--sidebar end-->
<!--main content start-->
<section id="main-content">
<section class="wrapper site-min-height">
<!-- page start-->
<div class="row">
<div class="col-lg-12">
<section class="panel">
<header class="panel-heading">Lista de Imagenes del Producto  | <?php 
echo MostarNombreProducto($_GET['imgprod']);
?>
</header>
<div class="panel-body">
<div class="adv-table">
<div class="clearfix">
<div class="btn-group">
<button id="editable-sample_new" class="btn btn-danger">
<i class="fa fa-reply"></i>
<a style="color:#FFF;" href="lista-productos.php">Regresar</a> 
</button>
<button id="editable-sample_new" class="btn green">
<a style="color:#FFF;" href="agregar-imagenes-producto.php?imgprod=<?php 
echo $_GET['imgprod'];
?>
">Agregar imagen</a> 
Пример #2
0
            ?>
<li class="item">
<a href="" title="purple flowers" class="product-image">
<img src="img.php?imagen=imagenes/productos/<?php 
            echo MostarimagenProducto($row_DatosCarrito['id_producto']);
            ?>
&ancho=50&alto=50&cut&mark=false" width="50" height="50" alt="<?php 
            echo MostarNombreProducto($row_DatosCarrito['id_producto']);
            ?>
" />
</a>
<div class="product-details">
<a href="" title="Eliminar" onclick="return confirm('Are you sure you would like to remove this item from the shopping cart?');" class="btn-remove">Eliminar</a>
<p class="product-name">
<a href=""><?php 
            echo MostarNombreProducto($row_DatosCarrito['id_producto']);
            ?>
</a>
</p>
<strong> x <?php 
            echo $row_DatosCarrito['cantidad'];
            ?>
</strong>
<span class="price"><?php 
            if (MostarPrecioOfertaProducto($row_DatosCarrito['id_producto']) && MostarPrecioOfertaProducto($row_DatosCarrito['id_producto']) != "") {
                $subtotalProd = PrecioTalla($row_DatosCarrito['id_talla']) + PrecioColor($row_DatosCarrito['id_color']) + MostarPrecioOfertaProducto($row_DatosCarrito['id_producto']) * $row_DatosCarrito['cantidad'];
            } else {
                $subtotalProd = PrecioTalla($row_DatosCarrito['id_talla']) + PrecioColor($row_DatosCarrito['id_color']) + MostarPrecioProducto($row_DatosCarrito['id_producto']) * $row_DatosCarrito['cantidad'];
            }
            ?>
 S/.<?php 
Пример #3
0
<td class="hidden-phone">
<a href="" title="flowers for birthday" class="product-image">
<img src="imagenes/productos/<?php 
        echo MostarimagenProducto($row_CarritoCompras['id_producto']);
        ?>
" width="75" height="75" alt="<?php 
        echo $row_CarritoCompras['id_producto'];
        ?>
" />
</a>
</td>

<td>
<h2 class="product-name">
<a href=""><?php 
        echo MostarNombreProducto($row_CarritoCompras['id_producto']);
        ?>
</a>
</h2>
<?php 
        if ($row_CarritoCompras['id_talla'] > 0) {
            ?>
<ul>
<li>
<strong>Talla</strong>: <?php 
            echo NombreTalla($row_CarritoCompras['id_talla']);
            ?>
 (+ S/.<?php 
            echo number_format(PrecioTalla($row_CarritoCompras['id_talla']), 2, '.', '');
            ?>
)