Beispiel #1
0
                        <div class="caption-full">
                            <h4 class="pull-right"><?php 
echo $full_product['price'];
?>
 €</h4>
                            <h4><?php 
echo $full_product['name'];
?>
</h4>
                            <?php 
echo nl2br($full_product['description']);
?>
                        </div>
                        <div class="ratings">
                            <?php 
echo getProductRating($full_product['rating']);
?>
                        </div>
                        <div class="btns text-center clearfix">
                            <a class="btn btn-success" href=""><span class="glyphicon glyphicon-shopping-cart"></span> Add to cart</a>
                        </div>
                    </div><!-- /.thumbnail -->
                </div><!-- /.product-full -->

                <div class="well">

                    <div class="text-right">
                        <a class="btn btn-primary">Leave a Review</a>
                    </div>

                    <hr>
Beispiel #2
0
 €</h4>
                                <h4><a href="product.php?id=<?php 
echo $product['id'];
?>
"><?php 
echo cutString($product['name'], 20);
?>
</a>
                                </h4>
                                <p><?php 
echo cutString($product['description'], 50);
?>
</p>
                            </div>
                            <div class="ratings">
                                <?php 
echo getProductRating($product['rating'], mt_rand(0, 15));
?>
                            </div>
                            <div class="btns clearfix">
                                <a class="btn btn-info pull-left" href="product.php?id=<?php 
echo $product['id'];
?>
"><span class="glyphicon glyphicon-eye-open"></span> View</a>
                                <a class="btn btn-primary pull-right" href="product.php?id=<?php 
echo $product['id'];
?>
"><span class="glyphicon glyphicon-shopping-cart"></span> Add to cart</a>
                            </div>
                        </div><!-- /.thumbnail -->
                    </div><!-- /.product -->