Plugin Directory

Changeset 1990356


Ignore:
Timestamp:
12/10/2018 05:33:06 AM (7 years ago)
Author:
essitco
Message:

update file with expire date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • affiliate-solution/trunk/templates/offer-loop.php

    r1960582 r1990356  
    3737                <div class="coupon-custom-code"></div>
    3838                <div class="deal-code">
    39                     <span class="red-meta">Expires in: </span><?php echo date("F j, Y", strtotime($offer_expire_date)) ?>
     39                    <span class="red-meta">Expires in: </span><?php echo date("F j, Y", $offer_expire_date) ?>
    4040                    <?php if($offer_type == "deal"){ ?> <span class="red-meta">Price: </span>$<?php echo get_post_meta($post_id, "deal_store_sale_price", true); ?> <?php } ?>
    4141                    <?php if(isset($code)){ ?> <span class="red-meta">Coupon: </span><span class="AMS-coupon"><?php echo $code; ?></span> <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.