Subversion Repositories SmartDukaan

Rev

Rev 13688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13688 Rev 13704
Line 12... Line 12...
12
          </li>
12
          </li>
13
        </ul>
13
        </ul>
14
      </div>
14
      </div>
15
      <div class="clearfix"></div>
15
      <div class="clearfix"></div>
16
      <h5 class="producttitle viewproduct" data-id="<?php echo $deal['StoreProduct']['id'];?>"><?php echo  $this->Text->truncate($deal['StoreProduct']['title'],140,array('ellipsis' => '...','exact' => false));?></h5>
16
      <h5 class="producttitle viewproduct" data-id="<?php echo $deal['StoreProduct']['id'];?>"><?php echo  $this->Text->truncate($deal['StoreProduct']['title'],140,array('ellipsis' => '...','exact' => false));?></h5>
17
      <?php if(isset($deal['StoreProduct']['tagline'])):?><p class="product_short_description"><?php echo $deal['StoreProduct']['tagline'];?></p><?php endif;?>
17
      <p class="product_short_description <?php if(!isset($deal['StoreProduct']['tagline'])):?>noshow<?php endif;?>"><?php echo $deal['StoreProduct']['tagline'];?></p>
18
      <p class="product_prices">
18
      <p class="product_prices">
19
        <span class="rupee"></span><span class="product_price"><?php echo $deal['StoreProduct']['available_price'];?></span>
19
        <span class="rupee"></span><span class="product_price"><?php echo $deal['StoreProduct']['available_price'];?></span>
20
        <?php if(isset($deal['StoreProduct']['cashback']) && !empty($deal['StoreProduct']['cashback'])):?><span class="product_cashback"><label>Cashback</label><span class="rupee"></span> <span class="cashback"><?php echo $deal['StoreProduct']['cashback'];?></span></span><?php endif;?>
20
        <?php if(isset($deal['StoreProduct']['cashback']) && !empty($deal['StoreProduct']['cashback'])):?><span class="product_cashback"><label>Cashback</label><span class="rupee"></span> <span class="cashback"><?php echo $deal['StoreProduct']['cashback'];?></span></span><?php endif;?>
21
      </p>
21
      </p>
22
      <div class="dealoffer <?php if(!isset($deal['StoreProduct']['offer']) || empty($deal['StoreProduct']['offer'])):?>noshow<?php endif;?>">        
22
      <div class="dealoffer <?php if(!isset($deal['StoreProduct']['offer']) || empty($deal['StoreProduct']['offer'])):?>noshow<?php endif;?>">