| @@ -178,19 +178,30 @@ | ||
| 178 | 178 | 'desc_tip' => true, |
| 179 | 179 | 'custom_attributes' => [ 'data-tiered-pricing-premium-setting' => 'yes' ] |
| 180 | 180 | ], |
| 181 | 181 | [ |
| 182 | - 'title' => __( 'Enable Tiered Pricing on catalog', 'tier-pricing-table' ), | |
| 182 | + 'title' => __( 'Enable price formatting on the catalog page, widgets, etc', | |
| 183 | + 'tier-pricing-table' ), | |
| 183 | 184 | 'id' => self::SETTINGS_PREFIX . 'tiered_price_at_catalog', |
| 184 | 185 | 'type' => 'checkbox', |
| 185 | 186 | 'default' => 'yes', |
| 186 | - 'desc' => __( 'Shows Tiered Pricing at the Catalog', | |
| 187 | + 'desc' => __( 'Change price formatting on the whole site (show range or minimal price)', | |
| 187 | 188 | 'tier-pricing-table' ), |
| 188 | 189 | 'desc_tip' => true, |
| 189 | 190 | 'custom_attributes' => [ 'data-tiered-pricing-premium-setting' => true ] |
| 190 | 191 | ], |
| 191 | 192 | [ |
| 192 | - 'title' => __( 'Enable Catalog Tiered Pricing for Variable Products', | |
| 193 | + 'title' => __( 'Enable price formatting on product page ', 'tier-pricing-table' ), | |
| 194 | + 'id' => self::SETTINGS_PREFIX . 'tiered_price_at_product_page', | |
| 195 | + 'type' => 'checkbox', | |
| 196 | + 'default' => 'no', | |
| 197 | + 'desc' => __( 'Change price for product at product page (show range or minimal price)', | |
| 198 | + 'tier-pricing-table' ), | |
| 199 | + 'desc_tip' => true, | |
| 200 | + 'custom_attributes' => [ 'data-tiered-pricing-premium-setting' => true ] | |
| 201 | + ], | |
| 202 | + [ | |
| 203 | + 'title' => __( 'Enable catalog, widget price formatting for variable products', | |
| 193 | 204 | 'tier-pricing-table' ), |
| 194 | 205 | 'id' => self::SETTINGS_PREFIX . 'tiered_price_at_catalog_for_variable', |
| 195 | 206 | 'type' => 'checkbox', |
| 196 | 207 | 'default' => 'yes', |