PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.3.0
ShopBuilder – WooCommerce Builder For Elementor v2.3.0
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 +11 -2 2.1.32.3.0 View file →
@@ -134,9 +134,13 @@
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 -
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
@@ -348,8 +352,13 @@
348 352 'title' => esc_html__( 'Category Layout 3', 'shopbuilder' ),
349 353 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-3.png' ) ),
350 354 'is_pro' => $status,
351 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 + ],
352 361
353 362 ]
354 363 );
355 364 }
@@ -537,9 +546,9 @@
537 546 return [
538 547 'recent' => esc_html__( 'Default', 'shopbuilder' ),
539 548 'featured' => esc_html__( 'Featured Products', 'shopbuilder' ),
540 549 'best-selling' => esc_html__( 'Best Selling Products', 'shopbuilder' ),
541 - 'sale' => esc_html__( 'Sale Products', 'shopbuilder' ),
550 + 'sale' => esc_html__( 'On Sale Products', 'shopbuilder' ),
542 551 'top-rated' => esc_html__( 'Top Rated Products', 'shopbuilder' ),
543 552 'recently-viewed' => esc_html__( 'Recently Viewed Products', 'shopbuilder' ),
544 553 ];
545 554 }