| @@ -134,13 +134,9 @@ | ||
| 134 | 134 | 'title' => esc_html__( 'Grid Layout 8', 'shopbuilder' ), |
| 135 | 135 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ), |
| 136 | 136 | 'is_pro' => $status, |
| 137 | 137 | ], |
| 138 | - 'grid-layout9' => [ | |
| 139 | - 'title' => esc_html__( 'Special Layout 1', 'shopbuilder' ), | |
| 140 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-9a.png' ) ), | |
| 141 | - 'is_pro' => $status, | |
| 142 | - ], | |
| 138 | + | |
| 143 | 139 | ] |
| 144 | 140 | ); |
| 145 | 141 | } |
| 146 | 142 | |
| @@ -352,13 +348,8 @@ | ||
| 352 | 348 | 'title' => esc_html__( 'Category Layout 3', 'shopbuilder' ), |
| 353 | 349 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-3.png' ) ), |
| 354 | 350 | 'is_pro' => $status, |
| 355 | 351 | ], |
| 356 | - 'category-layout4' => [ | |
| 357 | - 'title' => esc_html__( 'Category Layout 4', 'shopbuilder' ), | |
| 358 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-3.png' ) ), | |
| 359 | - 'is_pro' => $status, | |
| 360 | - ], | |
| 361 | 352 | |
| 362 | 353 | ] |
| 363 | 354 | ); |
| 364 | 355 | } |
| @@ -546,9 +537,9 @@ | ||
| 546 | 537 | return [ |
| 547 | 538 | 'recent' => esc_html__( 'Default', 'shopbuilder' ), |
| 548 | 539 | 'featured' => esc_html__( 'Featured Products', 'shopbuilder' ), |
| 549 | 540 | 'best-selling' => esc_html__( 'Best Selling Products', 'shopbuilder' ), |
| 550 | - 'sale' => esc_html__( 'On Sale Products', 'shopbuilder' ), | |
| 541 | + 'sale' => esc_html__( 'Sale Products', 'shopbuilder' ), | |
| 551 | 542 | 'top-rated' => esc_html__( 'Top Rated Products', 'shopbuilder' ), |
| 552 | 543 | 'recently-viewed' => esc_html__( 'Recently Viewed Products', 'shopbuilder' ), |
| 553 | 544 | ]; |
| 554 | 545 | } |