Results 1 to 1 of 1

Thread: promotion coupon code type opening in same window

  1. #1
    Thread Starter
    Newbie 101wc's Avatar
    Join Date
    Dec 2011
    Location
    Belgium
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    promotion coupon code type opening in same window

    Hi All,

    When I use a coupon type like "Promotion" I dont want to have the destination page (when you click on the coupon) opening in a new window, as it has to opens a page on the same domain where Clipper is installed. I already tried to add

    Code:
    TARGET="_self"
    to line 1316 in theme-functions.php but this doesn't make any difference :

    HTML Code:
    <a href="<?php echo get_clpr_coupon_url( $post ); ?>" id="coupon-link-<?php echo $post->ID; ?>" class="coupon-code-link" title="<?php _e('Click to open site', 'appthemes'); ?>" target="_self" data-rel="<?php _e('Click to Redeem', 'appthemes'); ?>"><span><?php _e('Click to Redeem', 'appthemes'); ?></span></a>
    Anyone has the correct solution? TIA !

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. promotion coupon type not working
    By djcfranse in forum Report Clipper Bugs
    Replies: 3
    Last Post: March 13th, 2012, 05:34 PM
  2. Replies: 2
    Last Post: October 18th, 2011, 06:55 PM
  3. Header Ad (468x60) opening in a new window?
    By jamesweb in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: September 26th, 2011, 09:55 AM