PluginProbe
Tiered Pricing Table for WooCommerce / 2.0
Tiered Pricing Table for WooCommerce v2.0
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 2.3.4 All 90 releases
← All changes | src/Settings/Settings.php +3 -4 2.12.0 View file →
@@ -47,9 +47,9 @@
47 47 public function initSettings() {
48 48 $this->settings = array(
49 49 [
50 50 'title' => __( 'Tiered price table settings', 'tier-pricing-table' ),
51 - 'desc' => __( 'This controls how tiered pricing table will be displayed at product page',
51 + 'desc' => __( 'This controls what and where tiered pricing table will be displayed at product page',
52 52 'tier-pricing-table' ),
53 53 'id' => self::SETTINGS_PREFIX . 'options',
54 54 'type' => 'title',
55 55 ],
@@ -71,9 +71,8 @@
71 71 'table' => __( 'Table', 'tier-pricing-table' ),
72 72 ],
73 73 'desc' => __( 'Type of displaying', 'tier-pricing-table' ),
74 74 'desc_tip' => true,
75 - 'default' => 'table',
76 75 ],
77 76 [
78 77 'title' => __( 'Tooltip icon color', 'tier-pricing-table' ),
79 78 'id' => self::SETTINGS_PREFIX . 'tooltip_color',
@@ -132,9 +131,9 @@
132 131 'title' => __( 'Quantity text', 'tier-pricing-table' ),
133 132 'id' => self::SETTINGS_PREFIX . 'head_quantity_text',
134 133 'type' => 'text',
135 134 'default' => __( 'Quantity', 'tier-pricing-table' ),
136 - 'desc' => __( 'Name of quantity column. Leave Price text and Quantity text blank to do not show table head', 'tier-pricing-table' ),
135 + 'desc' => __( 'Name of quantity column', 'tier-pricing-table' ),
137 136 'desc_tip' => true,
138 137 ],
139 138 [
140 139 'title' => __( 'Price text', 'tier-pricing-table' ),
@@ -140,9 +139,9 @@
140 139 'title' => __( 'Price text', 'tier-pricing-table' ),
141 140 'id' => self::SETTINGS_PREFIX . 'head_price_text',
142 141 'type' => 'text',
143 142 'default' => __( 'Price', 'tier-pricing-table' ),
144 - 'desc' => __( 'Name of price column. Leave Price text and Quantity text blank to do not show table head', 'tier-pricing-table' ),
143 + 'desc' => __( 'Name of price column', 'tier-pricing-table' ),
145 144 'desc_tip' => true,
146 145 ],
147 146 [
148 147 'title' => __( 'CSS class', 'tier-pricing-table' ),