Title: Remove ending quantity
Last modified: October 1, 2023

---

# Remove ending quantity

 *  Resolved [kiranthory](https://wordpress.org/support/users/kiranthory/)
 * (@kiranthory)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/remove-ending-quantity/)
 * Hi,
 * I just want to remove the ending quantity from 1st tier in the tiered pricing
   table. However, the starting and ending quantity are in common span so I am not
   able to disable this. In the attached link the first tier is 56 – 111. I just
   want to remove “- 111” from the first tier only. Could you please provide me 
   a solution to remove this?
 * Thanks in advance!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-ending-quantity%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Mykola Lukin](https://wordpress.org/support/users/bycrik/)
 * (@bycrik)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-ending-quantity/#post-17097514)
 * Hello [@kiranthory](https://wordpress.org/support/users/kiranthory/),
 * You can completely override the template of the table on your child theme and
   add your adjustments. Here is a little tutorial on how you can override the plugin’s
   templates: [https://u2code.com/how-to-override-our-plugins-templates/](https://u2code.com/how-to-override-our-plugins-templates/)
 *  Thread Starter [kiranthory](https://wordpress.org/support/users/kiranthory/)
 * (@kiranthory)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-ending-quantity/#post-17097715)
 * Hi,
 * Which template should I copy from the frontend folder into my child theme to 
   override? Please see the template names: **tiered-pricing-options.php**, **tiered-
   pricing-table.php**, **tiered-pricing-blocks.php**.
 * Please confirm the template name.
 * Thanks in advance!
 *  Plugin Author [Mykola Lukin](https://wordpress.org/support/users/bycrik/)
 * (@bycrik)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-ending-quantity/#post-17097717)
 * If you use “table” as the template for tiered pricing, you need to override the“**
   tiered-pricing-table.php**” template.
 *  Plugin Author [Mykola Lukin](https://wordpress.org/support/users/bycrik/)
 * (@bycrik)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/remove-ending-quantity/#post-17178354)
 * Hello there,
 * With the latest plugin update, you’re now able to remove the ending by the following
   snippet:
 * `add_filter('tiered_pricing_table/tiered_pricing/last_tier_postfix', "__return_empty_string");`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove ending quantity’ is closed to new replies.

 * ![](https://ps.w.org/tier-pricing-table/assets/icon-256x256.gif?rev=3025448)
 * [Tiered Pricing Table for WooCommerce](https://wordpress.org/plugins/tier-pricing-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tier-pricing-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tier-pricing-table/)
 * [Active Topics](https://wordpress.org/support/plugin/tier-pricing-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tier-pricing-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tier-pricing-table/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Mykola Lukin](https://wordpress.org/support/users/bycrik/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/remove-ending-quantity/#post-17178354)
 * Status: resolved