• Hello,

    In my table, i got such: https://ibb.co/xFdjH3z

    As you can see there is 5-9, 10-119, etc

    Question is, how can I get rid of the -9, -119, so I will get a clear table with only 5, 10, 120 value

    Cheers,
    slimmz

    • This topic was modified 3 years, 9 months ago by slimmz.
    • This topic was modified 3 years, 9 months ago by slimmz.
Viewing 1 replies (of 1 total)
  • ../wp-content/plugins/tier-pricing-table/views/frontend/price-table-fixed.php

    row 105

    Change it from

    <span><?php echo esc_attr( $quantity ); ?></span>

    to

    <span>ab <?php echo esc_attr( $current_quantity ); ?></span>

    ab must be changed to “from” or “starting by” to have it in your language.

    • This reply was modified 3 years, 7 months ago by hardyzbest.
Viewing 1 replies (of 1 total)
  • The topic ‘Remove The x “- x” value from table’ is closed to new replies.