PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.2.1
ShopBuilder – WooCommerce Builder For Elementor v2.2.1
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Elementor/Helper/ControlHelper.php +22 -3 2.1.12.2.1 View file →
@@ -131,12 +131,16 @@
131 131 'is_pro' => $status,
132 132 ],
133 133 'grid-layout8' => [
134 134 'title' => esc_html__( 'Grid Layout 8', 'shopbuilder' ),
135 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-7.png' ) ),
135 + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ),
136 136 'is_pro' => $status,
137 137 ],
138 -
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 + ],
139 143 ]
140 144 );
141 145 }
142 146
@@ -266,8 +270,13 @@
266 270 'title' => esc_html__( 'Slider Layout 8', 'shopbuilder' ),
267 271 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-6.png' ) ),
268 272 'is_pro' => $status,
269 273 ],
274 + 'slider-layout9' => [
275 + 'title' => esc_html__( 'Slider Layout 9', 'shopbuilder' ),
276 + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ),
277 + 'is_pro' => $status,
278 + ],
270 279 ]
271 280 );
272 281 }
273 282
@@ -309,8 +318,13 @@
309 318 'title' => esc_html__( 'List Layout 6', 'shopbuilder' ),
310 319 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-6.png' ) ),
311 320 'is_pro' => $status,
312 321 ],
322 + 'list-layout7' => [
323 + 'title' => esc_html__( 'List Layout 7', 'shopbuilder' ),
324 + 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-7.png' ) ),
325 + 'is_pro' => $status,
326 + ],
313 327 ]
314 328 );
315 329 }
316 330
@@ -338,8 +352,13 @@
338 352 'title' => esc_html__( 'Category Layout 3', 'shopbuilder' ),
339 353 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-3.png' ) ),
340 354 'is_pro' => $status,
341 355 ],
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 + ],
342 361
343 362 ]
344 363 );
345 364 }
@@ -527,9 +546,9 @@
527 546 return [
528 547 'recent' => esc_html__( 'Default', 'shopbuilder' ),
529 548 'featured' => esc_html__( 'Featured Products', 'shopbuilder' ),
530 549 'best-selling' => esc_html__( 'Best Selling Products', 'shopbuilder' ),
531 - 'sale' => esc_html__( 'Sale Products', 'shopbuilder' ),
550 + 'sale' => esc_html__( 'On Sale Products', 'shopbuilder' ),
532 551 'top-rated' => esc_html__( 'Top Rated Products', 'shopbuilder' ),
533 552 'recently-viewed' => esc_html__( 'Recently Viewed Products', 'shopbuilder' ),
534 553 ];
535 554 }