zZzzZ.
home2
/
zrzvbdry
/
airuzu.com
/
wp-content
/
themes
/
savings-pro-main
/
loop
New Folder
Editing: coupon-footer-meta.php
Save
Cancel
<div class="coupon-footer coupon-listing-footer"> <div class="footer-coupon-listing"> <ul class="use-coupon fleft"> <li><?php esc_html_e( 'Used ', 'savings-pro' ); ?><?php echo wpcoupon_coupon()->get_total_used();?><?php esc_html_e( ' times', 'savings-pro' ); ?></li> </ul> <ul class="fright"> <li> <a data-reveal="reveal-comments" href="#"> <?php esc_attr_e( 'See Details', 'savings-pro' ); ?> </a> </li> </ul> </div> <div data-coupon-id="<?php echo wpcoupon_coupon()->ID; ?>" class="reveal-content reveal-comments reveal-footer-meta"> <span class="close"></span> <!-- Tab area--> <form class="tabset"> <!-- Tab 1 --> <input type="radio" name="tabset" id="<?php echo wpcoupon_coupon()->ID; ?>-tab1" aria-controls="<?php echo wpcoupon_coupon()->ID; ?>-tab1" checked="checked"> <div class="tab-panels"> <section id="<?php echo wpcoupon_coupon()->ID; ?>-tab1" class="tab-panel"> <div class="coupon-dess"> <?php if ( wpcoupon_get_option( 'coupon_more_desc', true ) ) { ?> <div class="coupon-des-ellip"> <div><strong><?php echo esc_html__( 'Deal Stats: ', 'savings-pro' );?></strong></div> <div> <?php if ( ! wpcoupon_coupon()->has_expired() ) { ?> <strong><?php echo esc_html__( 'Experies: ', 'savings-pro' );?></strong><span class="exp"><?php echo wpcoupon_coupon()->get_expires(); ?></span> <?php } else { ?> <span class="exp has-expired"><?php echo wpcoupon_coupon()->get_expires() ; ?></span> <?php } ?> </div> <div class="last-validate"> <strong><?php echo esc_html__( 'Last Validated: ', 'savings-pro' );?></strong><span><?php echo wpcoupon_coupon()->get_v_date(); ?></span> </div> <div class="coupon-description-title"> <strong><?php esc_html_e( 'Description:', 'savings-pro' ); ?></strong> </div> <div class="coupon-description"> <?php echo wpcoupon_coupon()->get_excerpt( false, '<span class="c-actions-span">...<a class="more" href="#">'.esc_html__( 'More', 'savings-pro' ).'</a></span>' ); ?> </div> </div> <?php if ( wpcoupon_coupon()->has_more_content ) { ?> <div class="coupon-des-full"> <div><strong><?php echo esc_html__( 'Deal Stats: ', 'savings-pro' );?></strong></div> <div> <?php if ( ! wpcoupon_coupon()->has_expired() ) { ?> <strong><?php echo esc_html__( 'Experies: ', 'savings-pro' );?></strong><span class="exp"><?php echo wpcoupon_coupon()->get_expires(); ?></span> <?php } else { ?> <span class="exp has-expired"><?php echo wpcoupon_coupon()->get_expires() ; ?></span> <?php } ?> </div> <div> <strong><?php echo esc_html__( 'Last Validated: ', 'savings-pro' );?></strong><span><?php echo wpcoupon_coupon()->get_v_date(); ?></span> </div> <div class="coupon-description-title"> <strong><?php esc_html_e( 'Description:', 'savings-pro' ); ?></strong> </div> <?php echo str_replace( ']]>', ']]>', apply_filters( 'the_content', wpcoupon_coupon()->post_content.' <a class="more less" href="#">'. esc_html__( 'Less', 'savings-pro') .'</a>' ) ); ?> </div> <?php } ?> <?php } else { ?> <?php echo apply_filters( 'the_content', wpcoupon_coupon()->post_content ); ?> <?php } ?> </div> </section> </div> </form> <!-- Tab Area--> </div> <?php $enable_coupon_btn = $instance['enable_coupon_btn']; ?> <?php if ($enable_coupon_btn== 1) {?> <?php switch ( wpcoupon_coupon()->get_type() ) { case 'sale': ?> <a rel="nofollow" data-type="<?php echo wpcoupon_coupon()->get_type(); ?>" data-coupon-id="<?php echo wpcoupon_coupon()->ID; ?>" data-aff-url="<?php echo esc_attr( wpcoupon_coupon()->get_go_out_url() ); ?>" class="coupon-deal trnd-get-code-btn" href="<?php echo esc_attr( wpcoupon_coupon()->get_href() ); ?>"><?php echo esc_attr( wpcoupon_get_option( 'get_deal_btn_txt' ), 'savings-pro' ); ?></a> <?php break; case 'print': ?> <a rel="nofollow" data-type="<?php echo wpcoupon_coupon()->get_type(); ?>" data-coupon-id="<?php echo wpcoupon_coupon()->ID; ?>" data-aff-url="<?php echo esc_attr( wpcoupon_coupon()->get_go_out_url() ); ?>" class="coupon-print trnd-get-code-btn" href="<?php echo esc_attr( wpcoupon_coupon()->get_href() ); ?>"><?php echo esc_attr( wpcoupon_get_option( 'print_coupon_btn_txt' ), 'savings-pro' ); ?></a> <?php break; default: ?> <a rel="nofollow" data-type="<?php echo wpcoupon_coupon()->get_type(); ?>" data-coupon-id="<?php echo wpcoupon_coupon()->ID; ?>" href="<?php echo esc_attr( wpcoupon_coupon()->get_href() ); ?>" class="coupon-button trnd-get-code-btn" data-tooltip="<?php echo esc_attr_e( 'Click to copy & open site', 'savings-pro' ); ?>" data-position="top center" data-inverted="" data-code="<?php echo esc_attr( wpcoupon_coupon()->get_code() ); ?>" data-aff-url="<?php echo esc_attr( wpcoupon_coupon()->get_go_out_url() ); ?>"> <span class="get-code"><?php echo esc_attr( wpcoupon_get_option( 'get_code_btn_txt' ), 'savings-pro' ); ?></span> </a> <?php }} ?> </div>