Пример #1
0
        <!-- product Info Ends -->
            <?php 
if (strlen($this->product->getDescription()) > 0) {
    ?>
        <!-- Product Description Starts -->
            <div class="product-info-box">
                <h4 class="heading"><?php 
    echo $this->translate("Description");
    ?>
</h4>
                <div class="content panel-smart">
                    <?php 
    echo $this->product->getDescription();
    ?>
                </div>
            </div>
        <!-- Product Description Ends -->
            <?php 
}
?>

            <?php 
echo \CoreShop\Plugin::hook("product-detail-bottom", array("product" => $this->product));
?>
        
        
        </div>
    <!-- Primary Content Ends -->
    </div>
</div>
<!-- Main Container Ends -->
Пример #2
0
<!-- Sidebar Starts -->
<div class="col-md-3">
    <?php 
echo \CoreShop\Plugin::hook("product-left-column");
?>

    <?php 
echo $this->template("coreshop/helper/left/categories.php");
?>

<?php 
/*
<!-- Special Products Starts -->
   <h3 class="side-heading">Specials</h3>
   <ul class="side-products-list">
   <!-- Special Product #1 Starts -->
       <li class="clearfix">
           <img src="/static/images/product-images/spl-product-img1.jpg" alt="Special product" class="img-responsive" />
           <h5><a href="#">Olympus Digital Camera</a></h5>
           <div class="price">
               <span class="price-new">$199.50</span>
               <span class="price-old">$249.50</span>
           </div>
       </li>
   <!-- Special Product #1 Ends -->
   <!-- Special Product #2 Starts -->
       <li class="clearfix">
           <img src="/static/images/product-images/spl-product-img2.jpg" alt="Special product" class="img-responsive" />
           <h5><a href="#">Olympus Digital Camera</a></h5>
           <div class="price">
               <span class="price-new">$599.50</span>