• Resolved kiranthory

    (@kiranthory)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mykola Lukin

    (@bycrik)

    Hello @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/

    Thread Starter kiranthory

    (@kiranthory)

    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

    (@bycrik)

    If you use “table” as the template for tiered pricing, you need to override the “tiered-pricing-table.php” template.

    Plugin Author Mykola Lukin

    (@bycrik)

    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.