PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.0.0
ShopBuilder – WooCommerce Builder For Elementor v2.0.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/Models/ModuleList.php +6 -20 2.1.12.0.0 View file →
@@ -148,9 +148,9 @@
148 148 ],
149 149 'wishlist_shop_wrapper_heading' => [
150 150 'id' => 'wishlist_shop_wrapper_heading',
151 151 'type' => 'title',
152 - 'label' => esc_html__( 'Shop Page Settings', 'shopbuilder' ),
152 + 'label' => esc_html__( 'Shop Page Settings', 'shopbuilder-pro' ),
153 153 'tab' => 'button',
154 154 ],
155 155 'show_btn_on_loop' => [
156 156 'id' => 'show_btn_on_loop',
@@ -258,9 +258,9 @@
258 258 ],
259 259 'wishlist_single_wrapper_heading' => [
260 260 'id' => 'wishlist_single_wrapper_heading',
261 261 'type' => 'title',
262 - 'label' => esc_html__( 'Product Page Settings', 'shopbuilder' ),
262 + 'label' => esc_html__( 'Product Page Settings', 'shopbuilder-pro' ),
263 263 'tab' => 'button',
264 264 ],
265 265 'show_btn_product_page' => [
266 266 'id' => 'show_btn_product_page',
@@ -431,13 +431,13 @@
431 431 /* translators: 1: The shortcode.*/
432 432 esc_html__( 'Select a page for wishlist page and make sure you add the shortcode %1$s into the page content', 'shopbuilder' ),
433 433 '<code>[rtsb_wishlist]</code>'
434 434 ),
435 - 'options' => Fns::get_pages(),
435 + 'options' => Fns::get_pages(),
436 436 'tab' => 'page',
437 437 ],
438 438
439 - 'page_show_fields' => [
439 + 'page_show_fields' => [
440 440 'value' => WishlistFns::instance()->get_field_ids(),
441 441 'id' => 'page_show_fields',
442 442 'multiple' => true,
443 443 'checkbox' => true,
@@ -481,9 +481,9 @@
481 481 [
482 482 'compare_shop_wrapper_heading' => [
483 483 'id' => 'compare_shop_wrapper_heading',
484 484 'type' => 'title',
485 - 'label' => esc_html__( 'Shop Page Settings', 'shopbuilder' ),
485 + 'label' => esc_html__( 'Shop Page Settings', 'shopbuilder-pro' ),
486 486 'tab' => 'button',
487 487 ],
488 488 'show_btn_on_loop' => [
489 489 'id' => 'show_btn_on_loop',
@@ -591,9 +591,9 @@
591 591 ],
592 592 'compare_single_wrapper_heading' => [
593 593 'id' => 'compare_single_wrapper_heading',
594 594 'type' => 'title',
595 - 'label' => esc_html__( 'Product Page Settings', 'shopbuilder' ),
595 + 'label' => esc_html__( 'Product Page Settings', 'shopbuilder-pro' ),
596 596 'tab' => 'button',
597 597 ],
598 598 'show_btn_product_page' => [
599 599 'id' => 'show_btn_product_page',
@@ -923,22 +923,8 @@
923 923 ],
924 924 'fields' => [],
925 925 ]
926 926 ),
927 -// 'product_badges' => apply_filters(
928 -// 'rtsb/module/product_badges/options',
929 -// [
930 -// 'id' => 'product_badges',
931 -// 'active' => '',
932 -// 'title' => esc_html__( 'Product Badges', 'shopbuilder' ),
933 -// 'package' => $this->pro_package(),
934 -// 'active_field' => [
935 -// 'label' => esc_html__( 'Enable Product Badges?', 'shopbuilder' ),
936 -// 'help' => esc_html__( 'Switch on to enable product badges module.', 'shopbuilder' ),
937 -// ],
938 -// 'fields' => [],
939 -// ]
940 -// ),
941 927 ];
942 928 return apply_filters( 'rtsb/core/modules/raw_list', $list );
943 929 }
944 930 }