PluginProbe
Tiered Pricing Table for WooCommerce / 7.1.4
Tiered Pricing Table for WooCommerce v7.1.4
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / wpml-config.xml

wpml-config.xml in Tiered Pricing Table for WooCommerce 7.1.4, at wpml-config.xml

34 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <wpml-config>
2
3 <admin-texts>
4 <key name="tier_pricing_table_table_title"/>
5 <key name="tier_pricing_table_head_quantity_text"/>
6 <key name="tier_pricing_table_head_price_text"/>
7 <key name="tier_pricing_table_head_discount_text"/>
8 <key name="tier_pricing_table_summary_title"/>
9 <key name="tier_pricing_table_summary_total_label"/>
10 <key name="tier_pricing_table_summary_each_label"/>
11
12 <key name="tier_pricing_table_lowest_prefix"/>
13
14 <key name="tier_pricing_table_options_option_text"/>
15 <key name="tier_pricing_table_options_default_option_text"/>
16 <key name="tier_pricing_table_options_cart_upsell_template"/>
17 <key name="tier_pricing_table_options_you_save_template"/>
18
19 <key name="tier_pricing_table_non_logged_in_users_purchase_message"/>
20 <key name="tier_pricing_table_non_logged_in_users_price_message"/>
21 </admin-texts>
22
23 <custom-fields>
24 <custom-field action="copy">_fixed_price_rules</custom-field>
25 <custom-field action="copy">_percentage_price_rules</custom-field>
26 <custom-field action="copy">_tiered_price_rules_type</custom-field>
27 <custom-field action="copy">_tiered_price_minimum_qty</custom-field>
28 <custom-field action="copy">_tiered_pricing_maximum_quantity</custom-field>
29 <custom-field action="copy">_tiered_pricing_group_of_quantity</custom-field>
30 <custom-field action="copy">_tiered_price_mix_and_match_minimum</custom-field>
31 <custom-field action="copy">_tiered_pricing_variable_product_same_prices</custom-field>
32 </custom-fields>
33
34 </wpml-config>