| @@ -159,66 +159,67 @@ | ||
| 159 | 159 | 'has-pro' => true, |
| 160 | 160 | 'category' => 'woocommerce', |
| 161 | 161 | ], |
| 162 | 162 | 'facet-taxonomy' => [ |
| 163 | - 'title' => esc_html__('Facet Taxonomy', 'king-addons'), | |
| 164 | - 'description' => esc_html__('Checkbox-based taxonomy filter bound to a grid by Query ID.', 'king-addons'), | |
| 163 | + 'title' => esc_html__('Taxonomy Filter', 'king-addons'), | |
| 164 | + 'description' => esc_html__('Filter products by category, tag, color, size, or any taxonomy — without reloading the page.', 'king-addons'), | |
| 165 | 165 | 'php-class' => 'Facet_Taxonomy', |
| 166 | 166 | 'docs-link' => '', |
| 167 | 167 | 'demo-link' => '', |
| 168 | 168 | 'css' => ['style'], |
| 169 | 169 | 'js' => ['script'], |
| 170 | - 'category' => 'other', | |
| 170 | + 'category' => 'woocommerce', | |
| 171 | 171 | ], |
| 172 | 172 | 'facet-price' => [ |
| 173 | - 'title' => esc_html__('Facet Price Range', 'king-addons'), | |
| 174 | - 'description' => esc_html__('Price range filter for WooCommerce products via Query ID.', 'king-addons'), | |
| 173 | + 'title' => esc_html__('Price Filter', 'king-addons'), | |
| 174 | + 'description' => esc_html__('Let shoppers filter products by price range. Updates the grid without a page reload.', 'king-addons'), | |
| 175 | 175 | 'php-class' => 'Facet_Price', |
| 176 | 176 | 'docs-link' => '', |
| 177 | 177 | 'demo-link' => '', |
| 178 | 178 | 'css' => ['style'], |
| 179 | 179 | 'js' => ['script'], |
| 180 | - 'category' => 'other', | |
| 180 | + 'category' => 'woocommerce', | |
| 181 | 181 | ], |
| 182 | 182 | 'facet-search' => [ |
| 183 | - 'title' => esc_html__('Facet Search', 'king-addons'), | |
| 184 | - 'description' => esc_html__('Search input that updates linked grids through faceted filters.', 'king-addons'), | |
| 183 | + 'title' => esc_html__('Search Filter', 'king-addons'), | |
| 184 | + 'description' => esc_html__('Search products and update the linked grid as the shopper types.', 'king-addons'), | |
| 185 | 185 | 'php-class' => 'Facet_Search', |
| 186 | 186 | 'docs-link' => '', |
| 187 | 187 | 'demo-link' => '', |
| 188 | 188 | 'css' => ['style'], |
| 189 | 189 | 'js' => ['script'], |
| 190 | - 'category' => 'navigation', | |
| 190 | + 'category' => 'woocommerce', | |
| 191 | 191 | ], |
| 192 | 192 | 'facet-reset' => [ |
| 193 | - 'title' => esc_html__('Facet Reset', 'king-addons'), | |
| 194 | - 'description' => esc_html__('Reset button to clear active filters for a Query ID.', 'king-addons'), | |
| 193 | + 'title' => esc_html__('Reset Filters', 'king-addons'), | |
| 194 | + 'description' => esc_html__('One button to clear every selected shop filter.', 'king-addons'), | |
| 195 | 195 | 'php-class' => 'Facet_Reset', |
| 196 | 196 | 'docs-link' => '', |
| 197 | 197 | 'demo-link' => '', |
| 198 | 198 | 'css' => ['style'], |
| 199 | 199 | 'js' => ['script'], |
| 200 | - 'category' => 'other', | |
| 200 | + 'category' => 'woocommerce', | |
| 201 | 201 | ], |
| 202 | 202 | 'facet-active-filters' => [ |
| 203 | - 'title' => esc_html__('Facet Active Filters', 'king-addons'), | |
| 204 | - 'description' => esc_html__('Displays selected filters and allows quick removal.', 'king-addons'), | |
| 203 | + 'title' => esc_html__('Active Filters', 'king-addons'), | |
| 204 | + 'description' => esc_html__('Show selected filters as chips so shoppers can remove them one by one.', 'king-addons'), | |
| 205 | 205 | 'php-class' => 'Facet_Active_Filters', |
| 206 | 206 | 'docs-link' => '', |
| 207 | 207 | 'demo-link' => '', |
| 208 | 208 | 'css' => ['style'], |
| 209 | 209 | 'js' => ['script'], |
| 210 | - 'category' => 'other', | |
| 210 | + 'category' => 'woocommerce', | |
| 211 | 211 | ], |
| 212 | 212 | 'facet-meta' => [ |
| 213 | - 'title' => esc_html__('Facet Meta/ACF', 'king-addons'), | |
| 214 | - 'description' => esc_html__('Filter by ACF/custom field with text/select/range controls.', 'king-addons'), | |
| 213 | + 'title' => esc_html__('Custom Field Filter', 'king-addons'), | |
| 214 | + 'description' => esc_html__('Filter products by SKU, ACF, or any custom field (text, select, or range). Pro.', 'king-addons'), | |
| 215 | 215 | 'php-class' => 'Facet_Meta', |
| 216 | 216 | 'docs-link' => '', |
| 217 | 217 | 'demo-link' => '', |
| 218 | 218 | 'css' => ['style'], |
| 219 | 219 | 'js' => ['script'], |
| 220 | - 'category' => 'other', | |
| 220 | + 'has-pro' => true, | |
| 221 | + 'category' => 'woocommerce', | |
| 221 | 222 | ], |
| 222 | 223 | 'compare-table' => [ |
| 223 | 224 | 'title' => esc_html__('Compare Products Table', 'king-addons'), |
| 224 | 225 | 'description' => esc_html__('Side-by-side WooCommerce product comparison with price, rating, stock, and add-to-cart. Pro adds category filters, difference highlights, extra attributes, and sticky header.', 'king-addons'), |
| @@ -2246,10 +2247,10 @@ | ||
| 2246 | 2247 | ], |
| 2247 | 2248 | ], |
| 2248 | 2249 | 'features' => [ |
| 2249 | 2250 | 'faceted-filters' => [ |
| 2250 | - 'title' => esc_html__('Faceted Filters', 'king-addons'), | |
| 2251 | - 'description' => esc_html__('AJAX filters for posts and WooCommerce products with taxonomy, search, and price conditions.', 'king-addons'), | |
| 2251 | + 'title' => esc_html__('Shop Filters', 'king-addons'), | |
| 2252 | + 'description' => esc_html__('Color, price, size, and more — filter products without reloading the page.', 'king-addons'), | |
| 2252 | 2253 | 'php-class' => 'Faceted_Filters', |
| 2253 | 2254 | 'has-pro' => true, |
| 2254 | 2255 | 'docs-link' => '', |
| 2255 | 2256 | 'demo-link' => '', |