| Line 16... |
Line 16... |
| 16 |
}
|
16 |
}
|
| 17 |
});
|
17 |
});
|
| 18 |
$(document).ready(function(){
|
18 |
$(document).ready(function(){
|
| 19 |
|
19 |
|
| 20 |
$('.uvideo').click(function(){
|
20 |
$('.uvideo').click(function(){
|
| 21 |
var href = window.location.href;
|
21 |
var href = window.location.href;
|
| 22 |
window.history.pushState('forward', null, './'+href.substr(href.lastIndexOf('/') + 1));
|
22 |
window.history.pushState('forward', null, './'+href.substr(href.lastIndexOf('/') + 1));
|
| 23 |
var source= $(this).data('source');
|
23 |
var source= $(this).data('source');
|
| 24 |
// alert(source);
|
24 |
// alert(source);
|
| 25 |
$('#content-add').empty();
|
25 |
$('#content-add').empty();
|
| 26 |
var content = "<iframe width='100%' height='100%' src='http://www.youtube.com/embed/"+source+"?autoplay=1'></iframe>"
|
26 |
var content = "<iframe width='100%' height='100%' src='http://www.youtube.com/embed/"+source+"?autoplay=1'></iframe>"
|
| 27 |
$('#content-add').append(content);
|
27 |
$('#content-add').append(content);
|
| Line 268... |
Line 268... |
| 268 |
|
268 |
|
| 269 |
<?php if($key == 0 && isset($deal['showDp']) && $deal['showDp']==1 && !empty($deal['dp'])):?>
|
269 |
<?php if($key == 0 && isset($deal['showDp']) && $deal['showDp']==1 && !empty($deal['dp'])):?>
|
| 270 |
<div class="dp <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>" data-price="<?php echo intval($deal['available_price']);?>" style="margin-top:2px;">DP <span class="cashbackrupee"></span> <?php echo $deal['dp'];?></div>
|
270 |
<div class="dp <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>" data-price="<?php echo intval($deal['available_price']);?>" style="margin-top:2px;">DP <span class="cashbackrupee"></span> <?php echo $deal['dp'];?></div>
|
| 271 |
<?php endif;?>
|
271 |
<?php endif;?>
|
| 272 |
|
272 |
|
| 273 |
<?php if($deal['source_id'] == 4):?>
|
273 |
<?php if(isset($deal['source_id']) && $deal['source_id'] == 4):?>
|
| 274 |
<?php foreach($deal['availabilityInfo'] as $infokey => $infoval):?>
|
274 |
<?php foreach($deal['availabilityInfo'] as $infokey => $infoval):?>
|
| 275 |
<?php if (isset($infoval['bulkPricing']) && !empty($infoval['bulkPricing'])):?>
|
275 |
<?php if (isset($infoval['bulkPricing']) && !empty($infoval['bulkPricing'])):?>
|
| 276 |
<div class="accsproduct priceshow <?php echo "priceshow".$infoval['item_id']."ps".$infokey;?> <?php if($infokey > 0):?>hidden<?php endif;?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-price="<?php echo intval($deal['available_price']);?>">
|
276 |
<div class="accsproduct priceshow <?php echo "priceshow".$infoval['item_id']."ps".$infokey;?> <?php if($infokey > 0):?>hidden<?php endif;?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-price="<?php echo intval($deal['available_price']);?>">
|
| 277 |
<?php foreach(array_reverse($infoval['bulkPricing']) AS $bulkkey => $value):?>
|
277 |
<?php foreach(array_reverse($infoval['bulkPricing']) AS $bulkkey => $value):?>
|
| 278 |
|
278 |
|
| Line 337... |
Line 337... |
| 337 |
|
337 |
|
| 338 |
<?php if( $deal['source_id'] == 4 && isset($deal['availabilityInfo']) && sizeof($deal['availabilityInfo'])>1):?>
|
338 |
<?php if( $deal['source_id'] == 4 && isset($deal['availabilityInfo']) && sizeof($deal['availabilityInfo'])>1):?>
|
| 339 |
<?php foreach($deal['availabilityInfo'] as $infokeyy => $infovall):?>
|
339 |
<?php foreach($deal['availabilityInfo'] as $infokeyy => $infovall):?>
|
| 340 |
<div class="priceshow <?php echo "priceshow".$infovall['item_id']."ps".$infokeyy;?> <?php if($infokeyy > 0):?>hidden<?php endif;?>"style="margin-top:0px;">
|
340 |
<div class="priceshow <?php echo "priceshow".$infovall['item_id']."ps".$infokeyy;?> <?php if($infokeyy > 0):?>hidden<?php endif;?>"style="margin-top:0px;">
|
| 341 |
<?php if(!isset($infovall['bulkPricing']) || empty($infovall['bulkPricing'])):?>
|
341 |
<?php if(!isset($infovall['bulkPricing']) || empty($infovall['bulkPricing'])):?>
|
| - |
|
342 |
|
| - |
|
343 |
|
| - |
|
344 |
<?php if(isset($deal['showNetPrice'])&& $deal['showNetPrice']==1 && $deal['source_id'] == 4 && isset($infovall['netPriceAfterCashBack']) && $infovall['netPriceAfterCashBack']>0 && isset($infovall['cash_back_type']) && $infovall['cash_back_type'] >0 && isset($infovall['cash_back'])&& $infovall['cash_back']>0):?>
|
| - |
|
345 |
|
| - |
|
346 |
<?php //if(isset($deal['netPriceAfterCashBack']) && !empty($deal['netPriceAfterCashBack'])):?>
|
| 342 |
<?php if(isset($deal['gross_price']) && $deal['gross_price']>$deal['available_price']):?>
|
347 |
<div class = "text-small netPriceAfterCashBack <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>">
|
| - |
|
348 |
<span class="rupee" style ="margin-top: 2px;"></span> <span style ="font-size:13px; color:#ff0000"><b><?php echo $deal['netPriceAfterCashBack'];?></b></span>
|
| - |
|
349 |
</div>
|
| - |
|
350 |
<?php //endif;?>
|
| - |
|
351 |
<div style="font-size:12px;">
|
| - |
|
352 |
<?php if(isset($infovall['sellingPrice']) && $infovall['sellingPrice']>0):?>
|
| 343 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
353 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
| 344 |
<span class="rupee"></span> <span class="red pt2"><?php echo intval($deal['gross_price']);?></span>
|
354 |
<span class="" style="color:#555;font-size: 12px;">( ₹ <?php echo intval($infovall['sellingPrice']);?></span>
|
| 345 |
<?php endif;?>
|
355 |
<?php endif;?>
|
| 346 |
<?php else:?>
|
356 |
<?php endif;?>
|
| - |
|
357 |
|
| - |
|
358 |
|
| - |
|
359 |
|
| - |
|
360 |
<span style="font-size:12px;color:#555;"><?php echo "less";?></span>
|
| - |
|
361 |
<?php if(isset($infovall['cash_back_type']) && !empty($infovall['cash_back_type']) && $infovall['cash_back_type']!=0 && $infovall['cash_back']>0):?>
|
| 347 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
362 |
<?php if($infovall['cash_back_type'] == 2):?>
|
| 348 |
<span class="rupee"></span> <span class="product_price" data-did="<?php echo $deal['_id']; ?>"><?php echo intval($deal['available_price']);?></span>
|
363 |
<span class="cashbackrupee"></span> <span class="cashback"><?php echo $infovall['cash_back'];?></span>
|
| - |
|
364 |
<?php else:?>
|
| - |
|
365 |
<?php echo $infovall['cash_back'];?>%
|
| - |
|
366 |
<?php endif;?>
|
| - |
|
367 |
<span style="font-size:12px;">Cashback</span><span style="font-size:12px;color:#555;"> )</span>
|
| 349 |
|
368 |
|
| - |
|
369 |
<?php endif;?>
|
| - |
|
370 |
</div>
|
| - |
|
371 |
|
| - |
|
372 |
<?php else:?>
|
| - |
|
373 |
|
| - |
|
374 |
|
| - |
|
375 |
<?php if(isset($infovall['sellingPrice']) && $infovall['sellingPrice']>0):?>
|
| - |
|
376 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
| - |
|
377 |
<span class="" style="color:#555;font-size: 12px;">( ₹ <?php echo intval($infovall['sellingPrice']);?></span>
|
| 350 |
<?php endif;?>
|
378 |
<?php endif;?>
|
| 351 |
<?php endif;?>
|
379 |
<?php endif;?>
|
| - |
|
380 |
|
| - |
|
381 |
|
| - |
|
382 |
<?php endif;?>
|
| 352 |
<?php endif;?>
|
383 |
<?php endif;?>
|
| 353 |
|
384 |
|
| 354 |
|
385 |
|
| 355 |
|
386 |
<!--need change start-->
|
| - |
|
387 |
<?php if($deal['source_id'] != 4):?>
|
| 356 |
<?php if(isset($deal['cash_back_type']) && !empty($deal['cash_back_type']) && $deal['cash_back_type']!=0 && $deal['cash_back']>0):?> +
|
388 |
<?php if(isset($deal['cash_back_type']) && !empty($deal['cash_back_type']) && $deal['cash_back_type']!=0 && $deal['cash_back']>0):?> +
|
| 357 |
<?php if($deal['cash_back_type'] == 2):?>
|
389 |
<?php if($deal['cash_back_type'] == 2):?>
|
| 358 |
<span class="cashbackrupee"></span> <span class="cashback"><?php echo $deal['cash_back'];?></span>
|
390 |
<span class="cashbackrupee"></span> <span class="cashback"><?php echo $deal['cash_back'];?></span>
|
| 359 |
<?php else:?>
|
391 |
<?php else:?>
|
| 360 |
<?php echo $deal['cash_back'];?> %
|
392 |
<?php echo $deal['cash_back'];?>%
|
| 361 |
<?php endif;?>
|
393 |
<?php endif;?>
|
| 362 |
Cashback
|
394 |
Cashback
|
| 363 |
<?php endif;?>
|
395 |
<?php endif;?>
|
| - |
|
396 |
<?php endif;?>
|
| - |
|
397 |
<!--need change end-->
|
| 364 |
</div>
|
398 |
</div>
|
| 365 |
|
399 |
|
| 366 |
<?php endforeach;?>
|
400 |
<?php endforeach;?>
|
| 367 |
<?php else:?>
|
401 |
<?php else:?>
|
| 368 |
<?php if(!isset($deal['availabilityInfo'][0]['bulkPricing']) || empty($deal['availabilityInfo'][0]['bulkPricing'])):?>
|
402 |
<?php if(!isset($deal['availabilityInfo'][0]['bulkPricing']) || empty($deal['availabilityInfo'][0]['bulkPricing'])):?>
|
| 369 |
<div class="" style="margin-top:0px;">
|
403 |
<div class="" style="margin-top:0px;">
|
| 370 |
|
404 |
|
| - |
|
405 |
<?php if(isset($deal['showNetPrice'])&& $deal['showNetPrice']==1 && $deal['source_id'] == 4 && isset($deal['netPriceAfterCashBack']) && $deal['netPriceAfterCashBack'] > 0 && isset($deal['cash_back_type']) && $deal['cash_back_type'] >0 && isset($deal['cash_back'])&& $deal['cash_back']>0 && isset($deal['quantity']) && $deal['quantity']<2):?>
|
| - |
|
406 |
|
| - |
|
407 |
|
| - |
|
408 |
<div class = "text-small netPriceAfterCashBack <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>">
|
| - |
|
409 |
<span class="rupee" style ="margin-top: 2px;"></span> <span style ="font-size:13px; color:#ff0000"><b><?php echo intval($deal['netPriceAfterCashBack']);?></b></span>
|
| - |
|
410 |
</div>
|
| - |
|
411 |
|
| - |
|
412 |
<div style="font-size:12px;">
|
| - |
|
413 |
<?php if(isset($deal['gross_price']) && $deal['gross_price']>$deal['available_price']):?>
|
| - |
|
414 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
| - |
|
415 |
<span class="" style="color:#555;font-size: 12px;">( ₹ <?php echo intval($deal['gross_price']);?></span>
|
| - |
|
416 |
<?php endif;?>
|
| - |
|
417 |
<?php else:?>
|
| - |
|
418 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
| - |
|
419 |
</span><span class="" style="color:#555;font-size: 12px;" data-did="<?php echo $deal['_id']; ?>">( ₹ <?php echo intval($deal['available_price']);?></span>
|
| - |
|
420 |
|
| - |
|
421 |
<?php endif;?>
|
| - |
|
422 |
<?php endif;?>
|
| - |
|
423 |
|
| - |
|
424 |
|
| - |
|
425 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
| - |
|
426 |
<span style="font-size:12px;color:#555;"><?php echo "less";?></span>
|
| - |
|
427 |
<?php if(isset($deal['cash_back_type']) && !empty($deal['cash_back_type']) && $deal['cash_back_type']!=0 && $deal['cash_back']>0):?>
|
| - |
|
428 |
<?php if($deal['cash_back_type'] == 2):?>
|
| - |
|
429 |
<span class="cashbackrupee"></span> <span class="cashback"><?php echo $deal['cash_back'];?></span>
|
| - |
|
430 |
<?php else:?>
|
| - |
|
431 |
<?php echo $deal['cash_back'];?>%
|
| - |
|
432 |
<?php endif;?>
|
| - |
|
433 |
<span style="font-size:12px;">Cashback</span><span style="font-size:12px;color:#555;"> )</span>
|
| - |
|
434 |
|
| - |
|
435 |
<?php endif;?>
|
| - |
|
436 |
<?php endif;?>
|
| - |
|
437 |
</div>
|
| - |
|
438 |
|
| - |
|
439 |
<?php else:?>
|
| - |
|
440 |
|
| 371 |
<?php if(isset($deal['gross_price']) && $deal['gross_price']>$deal['available_price']):?>
|
441 |
<?php if(isset($deal['gross_price']) && $deal['gross_price']>$deal['available_price']):?>
|
| 372 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
442 |
<?php if(isset($deal['quantity']) && $deal['quantity']<2):?>
|
| 373 |
<span class="rupee"></span> <span class="red pt2"><?php echo intval($deal['gross_price']);?></span>
|
443 |
<span class="rupee"></span> <span class="red pt2"><?php echo intval($deal['gross_price']);?></span>
|
| 374 |
<?php endif;?>
|
444 |
<?php endif;?>
|
| 375 |
<?php else:?>
|
445 |
<?php else:?>
|
| Line 380... |
Line 450... |
| 380 |
<?php endif;?>
|
450 |
<?php endif;?>
|
| 381 |
|
451 |
|
| 382 |
|
452 |
|
| 383 |
|
453 |
|
| 384 |
|
454 |
|
| 385 |
<?php if(isset($deal['cash_back_type']) && !empty($deal['cash_back_type']) && $deal['cash_back_type']!=0 && $deal['cash_back']>0):?> +
|
455 |
<?php if(isset($deal['cash_back_type']) && !empty($deal['cash_back_type']) && $deal['cash_back_type']!=0 && $deal['cash_back']>0):?> +
|
| 386 |
<?php if($deal['cash_back_type'] == 2):?>
|
456 |
<?php if($deal['cash_back_type'] == 2):?>
|
| 387 |
<span class="cashbackrupee"></span> <span class="cashback"><?php echo $deal['cash_back'];?></span>
|
457 |
<span class="cashbackrupee"></span> <span class="cashback"><?php echo $deal['cash_back'];?></span>
|
| 388 |
<?php else:?>
|
458 |
<?php else:?>
|
| 389 |
<?php echo $deal['cash_back'];?> %
|
459 |
<?php echo $deal['cash_back'];?>%
|
| 390 |
<?php endif;?>
|
460 |
<?php endif;?>
|
| 391 |
Cashback
|
461 |
Cashback
|
| - |
|
462 |
<?php endif;?>
|
| - |
|
463 |
|
| - |
|
464 |
|
| 392 |
<?php endif;?>
|
465 |
<?php endif;?>
|
| 393 |
</div>
|
466 |
</div>
|
| 394 |
<?php endif;?>
|
467 |
<?php endif;?>
|
| 395 |
<?php endif;?>
|
468 |
<?php endif;?>
|
| 396 |
</div>
|
469 |
</div>
|
| Line 399... |
Line 472... |
| 399 |
<div class="text-small <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>" data-price="<?php echo intval($deal['available_price']);?>">
|
472 |
<div class="text-small <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>" data-price="<?php echo intval($deal['available_price']);?>">
|
| 400 |
Paytm cashback <?php echo ($deal['gross_price']-$deal['available_price']);?><br/> Net Price = <span class='product_price'><span class="rupee"></span> <?php echo $deal['available_price'];?></span>
|
473 |
Paytm cashback <?php echo ($deal['gross_price']-$deal['available_price']);?><br/> Net Price = <span class='product_price'><span class="rupee"></span> <?php echo $deal['available_price'];?></span>
|
| 401 |
</div>
|
474 |
</div>
|
| 402 |
<?php endif;?>
|
475 |
<?php endif;?>
|
| 403 |
|
476 |
|
| - |
|
477 |
|
| - |
|
478 |
|
| - |
|
479 |
|
| 404 |
<?php if(isset($deal['coupon']) && !empty($deal['coupon'])):?>
|
480 |
<?php if(isset($deal['coupon']) && !empty($deal['coupon'])):?>
|
| 405 |
<div class="text-small <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>" data-price="<?php echo intval($deal['available_price']);?>">
|
481 |
<div class="text-small <?php if($deal['source_id'] == 4):?>accsproduct<?php else:?>viewproduct<?php endif;?>" data-id="<?php echo $deal['_id'];?>" data-source="<?php echo $deal['source_id'];?>" data-url="<?php if($deal['source_id'] == 4):?><?php echo $base_url."categories/dealdetail/".$deal['identifier'];?><?php else:?><?php echo $deal['marketPlaceUrl'];?><?php endif;?>" data-price="<?php echo intval($deal['available_price']);?>">
|
| 406 |
Use Coupon <span class="red"><?php echo $deal['coupon'];?></span>
|
482 |
Use Coupon <span class="red"><?php echo $deal['coupon'];?></span>
|
| 407 |
</div>
|
483 |
</div>
|
| 408 |
<?php endif;?>
|
484 |
<?php endif;?>
|
| Line 418... |
Line 494... |
| 418 |
(COD available)
|
494 |
(COD available)
|
| 419 |
</div>
|
495 |
</div>
|
| 420 |
<?php endif;?>
|
496 |
<?php endif;?>
|
| 421 |
<?php endif;?>
|
497 |
<?php endif;?>
|
| 422 |
|
498 |
|
| - |
|
499 |
|
| - |
|
500 |
|
| - |
|
501 |
|
| 423 |
<div class="dealoffer <?php if(!isset($deal['offer']) || empty($deal['offer'])):?>hidden<?php endif;?> row">
|
502 |
<div class="dealoffer <?php if(!isset($deal['offer']) || empty($deal['offer'])):?>hidden<?php endif;?> row">
|
| 424 |
<div class="<?php if(strlen(strip_tags($deal['offer'],'<p>')) == strlen($deal['offer'])):?>offerhasnohtml<?php endif;?> offertext" data-fulltext="<?php echo strip_tags($deal['offer']);?>">
|
503 |
<div class="<?php if(strlen(strip_tags($deal['offer'],'<p>')) == strlen($deal['offer'])):?>offerhasnohtml<?php endif;?> offertext" data-fulltext="<?php echo strip_tags($deal['offer']);?>">
|
| 425 |
<?php //echo $this->Text->truncate($deal['offer'],140);?>
|
504 |
<?php //echo $this->Text->truncate($deal['offer'],140);?>
|
| 426 |
<?php
|
505 |
<?php
|
| 427 |
if(strlen($deal['offer'])>0){
|
506 |
if(strlen($deal['offer'])>0){
|
| Line 468... |
Line 547... |
| 468 |
<?php //if(isset($deal['filterLink']) && !empty($deal['filterLink']) && isset($deal['filterText']) && !empty($deal['filterText'])):?>
|
547 |
<?php //if(isset($deal['filterLink']) && !empty($deal['filterLink']) && isset($deal['filterText']) && !empty($deal['filterText'])):?>
|
| 469 |
<?php if((isset($deal['filterLinkBrand']) && !empty($deal['filterLinkBrand'])) || (isset($deal['filterLinkSubCategory']) && !empty($deal['filterLinkSubCategory']))):?>
|
548 |
<?php if((isset($deal['filterLinkBrand']) && !empty($deal['filterLinkBrand'])) || (isset($deal['filterLinkSubCategory']) && !empty($deal['filterLinkSubCategory']))):?>
|
| 470 |
<?php $printcomma = 0;?>
|
549 |
<?php $printcomma = 0;?>
|
| 471 |
|
550 |
|
| 472 |
|
551 |
|
| 473 |
<div class='see_more_link' style='position:absolute; bottom: 0px;'>More
|
552 |
<div class='see_more_link' style='position:absolute; bottom: 0px;'>
|
| 474 |
<?php if(count($dealarray) >1):?>
|
553 |
<?php if(count($dealarray) >1):?>
|
| 475 |
<?php if($key == 1):?>
|
554 |
<?php if($key == 1):?>More
|
| 476 |
<?php if(isset($deal['filterLinkBrand']) && !empty($deal['filterLinkBrand'])):?>
|
555 |
<?php if(isset($deal['filterLinkBrand']) && !empty($deal['filterLinkBrand'])):?>
|
| 477 |
<?php $printcomma = 1;?>
|
556 |
<?php $printcomma = 1;?>
|
| 478 |
<a href = <?php echo $deal['filterLinkBrand'];?> style='color:#A8A5A5;'><u><?php echo $deal['filterTextBrand'];?></u></a>
|
557 |
<a href = <?php echo $deal['filterLinkBrand'];?> style='color:#A8A5A5;'><u><?php echo $deal['filterTextBrand'];?></u></a>
|
| 479 |
<?php endif;?>
|
558 |
<?php endif;?>
|
| 480 |
<?php if(isset($deal['filterLinkSubCategory']) && !empty($deal['filterLinkSubCategory'])):?>
|
559 |
<?php if(isset($deal['filterLinkSubCategory']) && !empty($deal['filterLinkSubCategory'])):?>
|
| Line 482... |
Line 561... |
| 482 |
echo ",";
|
561 |
echo ",";
|
| 483 |
?>
|
562 |
?>
|
| 484 |
<a href = <?php echo $deal['filterLinkSubCategory'];?> style='color:#A8A5A5;'><u><?php echo $deal['filterTextSubCategory'];?></u></a>
|
563 |
<a href = <?php echo $deal['filterLinkSubCategory'];?> style='color:#A8A5A5;'><u><?php echo $deal['filterTextSubCategory'];?></u></a>
|
| 485 |
<?php endif;?>
|
564 |
<?php endif;?>
|
| 486 |
<?php endif;?>
|
565 |
<?php endif;?>
|
| 487 |
<?php else:?>
|
566 |
<?php else:?>More
|
| 488 |
<?php if(isset($deal['filterLinkBrand']) && !empty($deal['filterLinkBrand'])):?>
|
567 |
<?php if(isset($deal['filterLinkBrand']) && !empty($deal['filterLinkBrand'])):?>
|
| 489 |
<?php $printcomma = 1;?>
|
568 |
<?php $printcomma = 1;?>
|
| 490 |
<a href = <?php echo $deal['filterLinkBrand'];?> style='color:#A8A5A5;'><u><?php echo $deal['filterTextBrand'];?></u></a>
|
569 |
<a href = <?php echo $deal['filterLinkBrand'];?> style='color:#A8A5A5;'><u><?php echo $deal['filterTextBrand'];?></u></a>
|
| 491 |
<?php endif;?>
|
570 |
<?php endif;?>
|
| 492 |
<?php if(isset($deal['filterLinkSubCategory']) && !empty($deal['filterLinkSubCategory'])):?>
|
571 |
<?php if(isset($deal['filterLinkSubCategory']) && !empty($deal['filterLinkSubCategory'])):?>
|