Support » Plugin: Easy Pricing Table » Remove "/mo" "/yr"

Viewing 1 replies (of 1 total)
  • Plugin Author JW Themes

    (@jwthemes)

    You have to remove some line from pricingtable.php file
    Remove

    <span>/<?php if($row->time_duration=='2'){echo "week";}
                                else if($row->time_duration=='3'){ echo "yr";} else if($row->time_duration=='4'){ echo "hr";}
                                else { echo "mo";}?></span>

    at line no 176

Viewing 1 replies (of 1 total)
  • The topic ‘Remove "/mo" "/yr"’ is closed to new replies.