PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
yith-woocommerce-gift-cards-premium
/
templates
/
emails
<?php /** * Show a section for the automatic discount link and description * * @author YITHEMES * @package yith-woocommerce-gift-cards-premium\templates\emails */ if ( ! defined ( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $email_button_label_get_option = get_option ( 'ywgc_email_button_label', __( 'Apply your gift card code', 'yith-woocommerce-gift-cards' ) ); ?> <div class="ywgc-add-cart-discount"> <div class="ywgc-discount-link-section"> <a class="ywgc-discount-link" href="<?php echo $apply_discount_url; ?>"><?php echo ( empty( $email_button_label_get_option ) ? __('Apply your gift card code', 'yith-woocommerce-gift-cards' ) : $email_button_label_get_option ); ?></a> </div> </div>
[+]
..
[-] gift-card-footer.php
[edit]
[-] send-gift-card.php
[edit]
[-] product-suggestion.php
[edit]
[-] automatic-discount.php
[edit]
[-] notify-customer.php
[edit]
[-] .emails.php
[edit]
[-] style.css
[edit]