| Line 9... |
Line 9... |
| 9 |
<?php else:?>
|
9 |
<?php else:?>
|
| 10 |
<img src="<?php echo $base_url;?>timthumb.php?src=<?php echo $base_url;?>img/noimage.png&h=80" alt="<?php echo $product['StoreProduct']['title'];?>"/>
|
10 |
<img src="<?php echo $base_url;?>timthumb.php?src=<?php echo $base_url;?>img/noimage.png&h=80" alt="<?php echo $product['StoreProduct']['title'];?>"/>
|
| 11 |
<?php endif;?>
|
11 |
<?php endif;?>
|
| 12 |
</div>
|
12 |
</div>
|
| 13 |
<div class="col-xs-6 productdetails">
|
13 |
<div class="col-xs-6 productdetails">
|
| 14 |
<h4><?php echo $product['StoreProduct']['title'];?></h4>
|
14 |
<h5 class="producttitle"><?php echo $product['StoreProduct']['title'];?></h5>
|
| 15 |
<div class="product_prices row">
|
15 |
<div class="product_prices row">
|
| 16 |
<div class="col-xs-6">
|
16 |
<div class="col-xs-6">
|
| 17 |
<span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
17 |
<span class="rupee"></span><span class="product_price"><?php echo $product['StoreProduct']['available_price'];?></span>
|
| 18 |
</div>
|
18 |
</div>
|
| 19 |
<div class="col-xs-6">
|
19 |
<div class="col-xs-6">
|