[solved]
figure it out myself, took me 2 days.
In the plugin edit section, open file “wrc-pricing-tables.php”, almost towards the end is one li
li class=”pricing_table_button bbcolor-<?php echo $packageType[‘pid’]; ?> button-<?php echo $packageType[‘pid’]; ?>”> a href=”<?php echo $packageType[‘blink’]; ?>” class=”action_button”> <?php echo $packageType[‘btext’]; ?></li
this code in the href as mentioned below,
change this portions “<?php echo $packageType[‘blink’]; ?>” to your shortcode etc.
Remember if you update plugin all this is gone.
Of all compare plugins, this is the best i got. Good Work.