# tier-pricing-table/7.1.1/wpml-config.xml

Tiered Pricing Table for WooCommerce, version 7.1.1. 32 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/7.1.1/code/wpml-config.xml
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/7.1.1/raw/wpml-config.xml
- Modified: 2025-03-19T15:06:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/7.1.1/code/wpml-config.xml#L10-L20`.

```xml
<wpml-config>

    <admin-texts>
        <key name="tier_pricing_table_table_title"/>
        <key name="tier_pricing_table_head_quantity_text"/>
        <key name="tier_pricing_table_head_price_text"/>
        <key name="tier_pricing_table_head_discount_text"/>
        <key name="tier_pricing_table_summary_title"/>
        <key name="tier_pricing_table_summary_total_label"/>
        <key name="tier_pricing_table_summary_each_label"/>

        <key name="tier_pricing_table_lowest_prefix"/>

        <key name="tier_pricing_table_options_option_text"/>
        <key name="tier_pricing_table_options_default_option_text"/>
        <key name="tier_pricing_table_options_cart_upsell_template"/>
        <key name="tier_pricing_table_options_you_save_template"/>

        <key name="tier_pricing_table_non_logged_in_users_purchase_message"/>
        <key name="tier_pricing_table_non_logged_in_users_price_message"/>
    </admin-texts>

    <custom-fields>
        <custom-field action="copy">_fixed_price_rules</custom-field>
        <custom-field action="copy">_percentage_price_rules</custom-field>
        <custom-field action="copy">_tiered_price_rules_type</custom-field>
        <custom-field action="copy">_tiered_price_minimum_qty</custom-field>
        <custom-field action="copy">_tiered_pricing_maximum_quantity</custom-field>
        <custom-field action="copy">_tiered_pricing_group_of_quantity</custom-field>
    </custom-fields>

</wpml-config>
```
