Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to your cpanel website /wp-content/plugins/pricing-table/tpls

    This changes must be made to 3 different files; so no need to modify in future if you like to use the gray one instead of the green table.

    Files:
    1. price_table.php
    2. price_table-gray.php
    3. price_table-green.php

    Open any file and find this following line

    <a class="signup" href="<?php echo $value['Button URL']?>"><?php echo $value['Button Text']?></a>

    add target=”_blank”, so it become

    <a class="signup" href="<?php echo $value['Button URL']?>" target="_blank"><?php echo $value['Button Text']?></a>

    [Best of luck]
    P/S: I am working to add pricing table to my website: https://www.itasol.com.my

    Hi i want to use merchant in our Seo Plans page i am using pricing Table plugin but i don’t want signup button with hyper link i want to use
    my code given by merchant is it possible?

    i am talking about https://goo.gl/2wyi7 this page signup option i dont want user to click on signup and redirect to some other page i need user to redirect to my merchant details pages but in merchant details page i dont have link i have script for every plan then how its possible
    i want to use this code

    BRONZE SEO:
    <form name=”PrePage” method = “post” action = “https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx”&gt; <input type = “hidden” name = “LinkId” value =”bzvmbcnbmncbncb456122″ /> <input type = “image” src =”//content.authorize.net/images/buy-now-blue.gif” /> </form>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Pricing Table] Links opens in new window’ is closed to new replies.