| @@ -106,37 +106,22 @@ | ||
| 106 | 106 | ], |
| 107 | 107 | |
| 108 | 108 | 'grid-layout3' => [ |
| 109 | 109 | 'title' => esc_html__( 'Grid Layout 3', 'shopbuilder' ), |
| 110 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-3.png' ) ), | |
| 110 | + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-03.png' ) ), | |
| 111 | 111 | 'is_pro' => $status, |
| 112 | 112 | ], |
| 113 | - 'grid-layout4' => [ | |
| 114 | - 'title' => esc_html__( 'Grid Layout 4', 'shopbuilder' ), | |
| 115 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-4.png' ) ), | |
| 116 | - 'is_pro' => $status, | |
| 117 | - ], | |
| 118 | - 'grid-layout5' => [ | |
| 119 | - 'title' => esc_html__( 'Grid Layout 5', 'shopbuilder' ), | |
| 120 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-5.png' ) ), | |
| 121 | - 'is_pro' => $status, | |
| 122 | - ], | |
| 123 | - 'grid-layout6' => [ | |
| 124 | - 'title' => esc_html__( 'Grid Layout 6', 'shopbuilder' ), | |
| 125 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-6.png' ) ), | |
| 126 | - 'is_pro' => $status, | |
| 127 | - ], | |
| 128 | - 'grid-layout7' => [ | |
| 129 | - 'title' => esc_html__( 'Grid Layout 7', 'shopbuilder' ), | |
| 130 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-7.png' ) ), | |
| 131 | - 'is_pro' => $status, | |
| 132 | - ], | |
| 133 | - 'grid-layout8' => [ | |
| 134 | - 'title' => esc_html__( 'Grid Layout 8', 'shopbuilder' ), | |
| 135 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ), | |
| 136 | - 'is_pro' => $status, | |
| 137 | - ], | |
| 138 | - | |
| 113 | + // TODO: Will be activated later. | |
| 114 | +// 'grid-layout4' => [ | |
| 115 | +// 'title' => esc_html__( 'Grid Layout 4', 'shopbuilder' ), | |
| 116 | +// 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-02.png' ) ), | |
| 117 | +// 'is_pro' => $status, | |
| 118 | +// ], | |
| 119 | +// 'grid-layout5' => [ | |
| 120 | +// 'title' => esc_html__( 'Grid Layout 5', 'shopbuilder' ), | |
| 121 | +// 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 122 | +// 'is_pro' => $status, | |
| 123 | +// ], | |
| 139 | 124 | ] |
| 140 | 125 | ); |
| 141 | 126 | } |
| 142 | 127 | |
| @@ -169,54 +154,8 @@ | ||
| 169 | 154 | ); |
| 170 | 155 | } |
| 171 | 156 | |
| 172 | 157 | /** |
| 173 | - * Multi Step Checkout Layouts | |
| 174 | - * | |
| 175 | - * @return array | |
| 176 | - */ | |
| 177 | - public static function multi_step_checkout_layouts() { | |
| 178 | - $status = ! rtsb()->has_pro(); | |
| 179 | - | |
| 180 | - return apply_filters( | |
| 181 | - 'rtsb/elements/elementor/single_product_tab_layouts', | |
| 182 | - [ | |
| 183 | - 'layout1' => [ | |
| 184 | - 'title' => esc_html__( 'Layout 1', 'shopbuilder' ), | |
| 185 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/tab-01.png' ) ), | |
| 186 | - ], | |
| 187 | - | |
| 188 | - ] | |
| 189 | - ); | |
| 190 | - } | |
| 191 | - | |
| 192 | - /** | |
| 193 | - * Single Advanced Product Tab Layouts | |
| 194 | - * | |
| 195 | - * @return array | |
| 196 | - */ | |
| 197 | - public static function single_advanced_product_tab_layouts() { | |
| 198 | - // TODO:: Check If the FUnction Used Or Not. | |
| 199 | - return apply_filters( | |
| 200 | - 'rtsb/elements/elementor/single_advanced_product_tab_layouts', | |
| 201 | - [ | |
| 202 | - 'default' => [ | |
| 203 | - 'title' => esc_html__( 'Default Layout', 'shopbuilder' ), | |
| 204 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/tab-01.png' ) ), | |
| 205 | - ], | |
| 206 | - 'custom-layout1' => [ | |
| 207 | - 'title' => esc_html__( 'Accordion Layout', 'shopbuilder' ), | |
| 208 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/tab-02.png' ) ), | |
| 209 | - ], | |
| 210 | - 'custom-layout2' => [ | |
| 211 | - 'title' => esc_html__( 'Tab Layout', 'shopbuilder' ), | |
| 212 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/tab-03.png' ) ), | |
| 213 | - ], | |
| 214 | - ] | |
| 215 | - ); | |
| 216 | - } | |
| 217 | - | |
| 218 | - /** | |
| 219 | 158 | * Slider Layouts |
| 220 | 159 | * |
| 221 | 160 | * @return array |
| 222 | 161 | */ |
| @@ -235,44 +174,26 @@ | ||
| 235 | 174 | 'title' => esc_html__( 'Slider Layout 2', 'shopbuilder' ), |
| 236 | 175 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-Layout-2.png' ) ), |
| 237 | 176 | ], |
| 238 | 177 | |
| 239 | - 'slider-layout3' => [ | |
| 240 | - 'title' => esc_html__( 'Slider Layout 3', 'shopbuilder' ), | |
| 241 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/slider-style-3.png' ) ), | |
| 242 | - 'is_pro' => $status, | |
| 243 | - ], | |
| 244 | - | |
| 245 | - 'slider-layout4' => [ | |
| 246 | - 'title' => esc_html__( 'Slider Layout 4', 'shopbuilder' ), | |
| 247 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/slider-style-4.png' ) ), | |
| 248 | - 'is_pro' => $status, | |
| 249 | - ], | |
| 250 | - 'slider-layout5' => [ | |
| 251 | - 'title' => esc_html__( 'Slider Layout 5', 'shopbuilder' ), | |
| 252 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/slider-style-5.png' ) ), | |
| 253 | - 'is_pro' => $status, | |
| 254 | - ], | |
| 255 | - 'slider-layout6' => [ | |
| 256 | - 'title' => esc_html__( 'Slider Layout 6', 'shopbuilder' ), | |
| 257 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/slider-style-6.png' ) ), | |
| 258 | - 'is_pro' => $status, | |
| 259 | - ], | |
| 260 | - 'slider-layout7' => [ | |
| 261 | - 'title' => esc_html__( 'Slider Layout 7', 'shopbuilder' ), | |
| 262 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/slider-style-7.png' ) ), | |
| 263 | - 'is_pro' => $status, | |
| 264 | - ], | |
| 265 | - 'slider-layout8' => [ | |
| 266 | - 'title' => esc_html__( 'Slider Layout 8', 'shopbuilder' ), | |
| 267 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-6.png' ) ), | |
| 268 | - 'is_pro' => $status, | |
| 269 | - ], | |
| 270 | - 'slider-layout9' => [ | |
| 271 | - 'title' => esc_html__( 'Slider Layout 9', 'shopbuilder' ), | |
| 272 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ), | |
| 273 | - 'is_pro' => $status, | |
| 274 | - ], | |
| 178 | + // TODO: Will be activated later. | |
| 179 | + // 'slider-layout3' => [ | |
| 180 | + // 'title' => esc_html__( 'Slider Layout 3', 'shopbuilder' ), | |
| 181 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-03.png' ) ), | |
| 182 | + // 'is_pro' => $status, | |
| 183 | + // ], | |
| 184 | + // | |
| 185 | + // 'slider-layout4' => [ | |
| 186 | + // 'title' => esc_html__( 'Slider Layout 4', 'shopbuilder' ), | |
| 187 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-02.png' ) ), | |
| 188 | + // 'is_pro' => $status, | |
| 189 | + // ], | |
| 190 | + // | |
| 191 | + // 'slider-layout5' => [ | |
| 192 | + // 'title' => esc_html__( 'Slider Layout 5', 'shopbuilder' ), | |
| 193 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 194 | + // 'is_pro' => $status, | |
| 195 | + // ], | |
| 275 | 196 | ] |
| 276 | 197 | ); |
| 277 | 198 | } |
| 278 | 199 | |
| @@ -290,37 +211,25 @@ | ||
| 290 | 211 | 'list-layout1' => [ |
| 291 | 212 | 'title' => esc_html__( 'List Layout 1', 'shopbuilder' ), |
| 292 | 213 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-Layout-1.png' ) ), |
| 293 | 214 | ], |
| 215 | + | |
| 294 | 216 | 'list-layout2' => [ |
| 295 | 217 | 'title' => esc_html__( 'List Layout 2', 'shopbuilder' ), |
| 296 | 218 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-Layout-2.png' ) ), |
| 297 | 219 | ], |
| 220 | + | |
| 298 | 221 | 'list-layout3' => [ |
| 299 | 222 | 'title' => esc_html__( 'List Layout 3', 'shopbuilder' ), |
| 300 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-3.png' ) ), | |
| 223 | + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-02.png' ) ), | |
| 301 | 224 | 'is_pro' => $status, |
| 302 | 225 | ], |
| 303 | - 'list-layout4' => [ | |
| 304 | - 'title' => esc_html__( 'List Layout 4', 'shopbuilder' ), | |
| 305 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-4.png' ) ), | |
| 306 | - 'is_pro' => $status, | |
| 307 | - ], | |
| 308 | - 'list-layout5' => [ | |
| 309 | - 'title' => esc_html__( 'List Layout 5', 'shopbuilder' ), | |
| 310 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-5.png' ) ), | |
| 311 | - 'is_pro' => $status, | |
| 312 | - ], | |
| 313 | - 'list-layout6' => [ | |
| 314 | - 'title' => esc_html__( 'List Layout 6', 'shopbuilder' ), | |
| 315 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-6.png' ) ), | |
| 316 | - 'is_pro' => $status, | |
| 317 | - ], | |
| 318 | - 'list-layout7' => [ | |
| 319 | - 'title' => esc_html__( 'List Layout 7', 'shopbuilder' ), | |
| 320 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-7.png' ) ), | |
| 321 | - 'is_pro' => $status, | |
| 322 | - ], | |
| 226 | + // TODO: Will be activated later. | |
| 227 | + // 'list-layout4' => [ | |
| 228 | + // 'title' => esc_html__( 'List Layout 4', 'shopbuilder' ), | |
| 229 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-01.png' ) ), | |
| 230 | + // 'is_pro' => $status, | |
| 231 | + // ], | |
| 323 | 232 | ] |
| 324 | 233 | ); |
| 325 | 234 | } |
| 326 | 235 | |
| @@ -336,21 +245,28 @@ | ||
| 336 | 245 | 'rtsb/elements/elementor/category_layouts', |
| 337 | 246 | [ |
| 338 | 247 | 'category-layout1' => [ |
| 339 | 248 | 'title' => esc_html__( 'Category Layout 1', 'shopbuilder' ), |
| 340 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-1.png' ) ), | |
| 249 | + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 341 | 250 | ], |
| 342 | 251 | |
| 343 | 252 | 'category-layout2' => [ |
| 344 | 253 | 'title' => esc_html__( 'Category Layout 2', 'shopbuilder' ), |
| 345 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-2.png' ) ), | |
| 254 | + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 346 | 255 | ], |
| 347 | - 'category-layout3' => [ | |
| 348 | - 'title' => esc_html__( 'Category Layout 3', 'shopbuilder' ), | |
| 349 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-3.png' ) ), | |
| 350 | - 'is_pro' => $status, | |
| 351 | - ], | |
| 352 | 256 | |
| 257 | + // TODO: Will be activated later. | |
| 258 | + // 'category-layout3' => [ | |
| 259 | + // 'title' => esc_html__( 'Category Layout 3', 'shopbuilder' ), | |
| 260 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 261 | + // 'is_pro' => $status, | |
| 262 | + // ], | |
| 263 | + // | |
| 264 | + // 'category-layout4' => [ | |
| 265 | + // 'title' => esc_html__( 'Category Layout 4', 'shopbuilder' ), | |
| 266 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 267 | + // 'is_pro' => $status, | |
| 268 | + // ], | |
| 353 | 269 | ] |
| 354 | 270 | ); |
| 355 | 271 | } |
| 356 | 272 | |
| @@ -473,16 +389,23 @@ | ||
| 473 | 389 | 'rtsb/elements/elementor/category_single_layouts', |
| 474 | 390 | [ |
| 475 | 391 | 'category-single-layout1' => [ |
| 476 | 392 | 'title' => esc_html__( 'Single Category Layout 1', 'shopbuilder' ), |
| 477 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/single-category-1.png' ) ), | |
| 393 | + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 478 | 394 | ], |
| 479 | 395 | |
| 480 | - 'category-single-layout2' => [ | |
| 481 | - 'title' => esc_html__( 'Single Category Layout 2', 'shopbuilder' ), | |
| 482 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/single-category-2.png' ) ), | |
| 483 | - 'is_pro' => $status, | |
| 484 | - ], | |
| 396 | + // TODO: Will be activated later. | |
| 397 | + // 'category-single-layout2' => [ | |
| 398 | + // 'title' => esc_html__( 'Single Category Layout 2', 'shopbuilder' ), | |
| 399 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 400 | + // 'is_pro' => $status, | |
| 401 | + // ], | |
| 402 | + // | |
| 403 | + // 'category-single-layout3' => [ | |
| 404 | + // 'title' => esc_html__( 'Single Category Layout 3', 'shopbuilder' ), | |
| 405 | + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ), | |
| 406 | + // 'is_pro' => $status, | |
| 407 | + // ], | |
| 485 | 408 | ] |
| 486 | 409 | ); |
| 487 | 410 | } |
| 488 | 411 | |
| @@ -534,14 +457,13 @@ | ||
| 534 | 457 | * @return array |
| 535 | 458 | */ |
| 536 | 459 | public static function filter_products() { |
| 537 | 460 | return [ |
| 538 | - 'recent' => esc_html__( 'Default', 'shopbuilder' ), | |
| 539 | - 'featured' => esc_html__( 'Featured Products', 'shopbuilder' ), | |
| 540 | - 'best-selling' => esc_html__( 'Best Selling Products', 'shopbuilder' ), | |
| 541 | - 'sale' => esc_html__( 'Sale Products', 'shopbuilder' ), | |
| 542 | - 'top-rated' => esc_html__( 'Top Rated Products', 'shopbuilder' ), | |
| 543 | - 'recently-viewed' => esc_html__( 'Recently Viewed Products', 'shopbuilder' ), | |
| 461 | + 'recent' => esc_html__( 'Recent Products', 'shopbuilder' ), | |
| 462 | + 'featured' => esc_html__( 'Featured Products', 'shopbuilder' ), | |
| 463 | + 'best-selling' => esc_html__( 'Best Selling Products', 'shopbuilder' ), | |
| 464 | + 'sale' => esc_html__( 'Sale Products', 'shopbuilder' ), | |
| 465 | + 'top-rated' => esc_html__( 'Top Rated Products', 'shopbuilder' ), | |
| 544 | 466 | ]; |
| 545 | 467 | } |
| 546 | 468 | |
| 547 | 469 | /** |