Esempio n. 1
0
				<th><?php 
_e("Used Count", ET_DOMAIN);
?>
</th>
				<th><?php 
_e("Actions", ET_DOMAIN);
?>
</th>
			</tr>
			<?php 
$plans = et_get_payment_plans();
while ($coupon_list->have_posts()) {
    $coupon_list->the_post();
    global $post;
    $ce_coupon = new CE_Coupon();
    $coupon_data = $ce_coupon->generate_coupon_response(get_the_title());
    $date_limit = $coupon_data['date_limit'];
    $added_product = $coupon_data['added_product'];
    ?>
			<tr id="coupon-<?php 
    echo $post->ID;
    ?>
" data-coupon="<?php 
    echo $post->ID;
    ?>
" >
				<!-- coupon data -->
				<script id="coupon_<?php 
    echo $post->ID;
    ?>
" type="text/data">