PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.1.13
ShopBuilder – WooCommerce Builder For Elementor v2.1.13
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 +68 -52 2.1.82.1.13 View file →
@@ -112,9 +112,9 @@
112 112 'label' => esc_html__( 'Enter Hook Name', 'shopbuilder' ),
113 113 'help' => sprintf(
114 114 /* translators: 1: The shortcode.*/
115 115 esc_html__( 'Or Copy the php code %1$s and paste it in your product query where you want to show the button.', 'shopbuilder' ),
116 - "<code>&lt;?php do_action( 'rtsb/modules/quick_view/frontend/display' ); ?&gt;</code>"
116 + "<br /><code>&lt;?php do_action( 'rtsb/modules/quick_view/frontend/display' ); ?&gt;</code><br />"
117 117 ),
118 118 'tab' => 'general',
119 119 'dependency' => [
120 120 'rules' => [
@@ -318,9 +318,9 @@
318 318 'tab' => 'button',
319 319 'help' => sprintf(
320 320 /* translators: 1: The shortcode.*/
321 321 esc_html__( 'Or Copy the php code %1$s and paste it in your product query where you want to show the button.', 'shopbuilder' ),
322 - "<code>&lt;?php do_action('rtsb/modules/wishlist/frontend/display' ); ?&gt;</code>"
322 + "<br /><code>&lt;?php do_action('rtsb/modules/wishlist/frontend/display' ); ?&gt;</code><br />"
323 323 ),
324 324 'dependency' => [
325 325 'rules' => [
326 326 [
@@ -430,9 +430,9 @@
430 430 'tab' => 'button',
431 431 'help' => sprintf(
432 432 /* translators: 1: The shortcode.*/
433 433 esc_html__( 'Or Copy the php code %1$s and paste it in your product query where you want to show the button.', 'shopbuilder' ),
434 - "<code>&lt;?php do_action('rtsb/modules/wishlist/frontend/display' ); ?&gt;</code>"
434 + "<br /><code>&lt;?php do_action('rtsb/modules/wishlist/frontend/display' ); ?&gt;</code><br />"
435 435 ),
436 436 'dependency' => [
437 437 'rules' => [
438 438 [
@@ -526,9 +526,8 @@
526 526 'label' => esc_html__( 'Remove if Added to Cart', 'shopbuilder' ),
527 527 'tab' => 'page',
528 528 ),
529 529 */
530 -
531 530 'page' => [
532 531 'id' => 'page',
533 532 'type' => 'select',
534 533 'label' => esc_html__( 'Select Wishlist Page', 'shopbuilder' ),
@@ -539,9 +538,8 @@
539 538 ),
540 539 'options' => Fns::get_pages(),
541 540 'tab' => 'page',
542 541 ],
543 -
544 542 'page_show_fields' => [
545 543 'value' => WishlistFns::instance()->get_field_ids(),
546 544 'id' => 'page_show_fields',
547 545 'multiple' => true,
@@ -651,9 +649,9 @@
651 649 'tab' => 'button',
652 650 'help' => sprintf(
653 651 /* translators: 1: The shortcode.*/
654 652 esc_html__( 'Or Copy the php code %1$s and paste it in your product query where you want to show the button.', 'shopbuilder' ),
655 - "<code>&lt;?php do_action('rtsb/modules/compare/frontend/display' ); ?&gt;</code>"
653 + "<br /><code>&lt;?php do_action('rtsb/modules/compare/frontend/display' ); ?&gt;</code><br />"
656 654 ),
657 655 'dependency' => [
658 656 'rules' => [
659 657 [
@@ -763,9 +761,9 @@
763 761 'tab' => 'button',
764 762 'help' => sprintf(
765 763 /* translators: 1: The shortcode.*/
766 764 esc_html__( 'Or Copy the php code %1$s and paste it in your product query where you want to show the button.', 'shopbuilder' ),
767 - "<code>&lt;?php do_action('rtsb/modules/compare/frontend/display' ); ?&gt;</code>"
765 + "<br /><code>&lt;?php do_action('rtsb/modules/compare/frontend/display' ); ?&gt;</code><br />"
768 766 ),
769 767 'dependency' => [
770 768 'rules' => [
771 769 [
@@ -891,27 +889,27 @@
891 889
892 890 ],
893 891 ]
894 892 ),
895 - 'variation_gallery' => apply_filters(
896 - 'rtsb/module/variation_gallery/options',
893 + 'variation_swatches' => apply_filters(
894 + 'rtsb/module/variation_swatches/options',
897 895 [
898 - 'id' => 'variation_gallery',
896 + 'id' => 'variation_swatches',
899 897 'external' => true,
900 898 'category' => 'general',
901 - 'title' => esc_html__( 'Variation Gallery', 'shopbuilder' ),
902 - 'pluginSlug' => 'woo-product-variation-gallery',
903 - 'pluginIsInstalled' => Fns::check_plugin_installed( 'woo-product-variation-gallery/woo-product-variation-gallery.php' ),
904 - 'pluginIsActive' => Fns::check_plugin_active( 'woo-product-variation-gallery/woo-product-variation-gallery.php' ),
899 + 'title' => esc_html__( 'Variation Swatches', 'shopbuilder' ),
900 + 'pluginSlug' => 'woo-product-variation-swatches',
901 + 'pluginIsInstalled' => Fns::check_plugin_installed( 'woo-product-variation-swatches/woo-product-variation-swatches.php' ),
902 + 'pluginIsActive' => Fns::check_plugin_active( 'woo-product-variation-swatches/woo-product-variation-swatches.php' ),
905 903 'pluginActiveUrl' => add_query_arg(
906 904 [
907 - '_wpnonce' => wp_create_nonce( 'activate-plugin_woo-product-variation-gallery/woo-product-variation-gallery.php' ),
905 + '_wpnonce' => wp_create_nonce( 'activate-plugin_woo-product-variation-swatches/woo-product-variation-swatches.php' ),
908 906 'action' => 'activate',
909 - 'plugin' => 'woo-product-variation-gallery/woo-product-variation-gallery.php',
907 + 'plugin' => 'woo-product-variation-swatches/woo-product-variation-swatches.php',
910 908 ],
911 909 admin_url( 'plugins.php' )
912 910 ),
913 - 'help' => esc_html__( 'This module requires: Variation Images Gallery for WooCommerce Plugin', 'shopbuilder' ),
911 + 'help' => esc_html__( 'This module requires: Variation Swatches for WooCommerce Plugin.', 'shopbuilder' ),
914 912 'package' => 'free',
915 913 'active_field' => [
916 914 'disable' => false,
917 915 ],
@@ -917,27 +915,27 @@
917 915 ],
918 916 'fields' => [],
919 917 ]
920 918 ),
921 - 'variation_swatches' => apply_filters(
922 - 'rtsb/module/variation_swatches/options',
919 + 'variation_gallery' => apply_filters(
920 + 'rtsb/module/variation_gallery/options',
923 921 [
924 - 'id' => 'variation_swatches',
922 + 'id' => 'variation_gallery',
925 923 'external' => true,
926 924 'category' => 'general',
927 - 'title' => esc_html__( 'Variation Swatches', 'shopbuilder' ),
928 - 'pluginSlug' => 'woo-product-variation-swatches',
929 - 'pluginIsInstalled' => Fns::check_plugin_installed( 'woo-product-variation-swatches/woo-product-variation-swatches.php' ),
930 - 'pluginIsActive' => Fns::check_plugin_active( 'woo-product-variation-swatches/woo-product-variation-swatches.php' ),
925 + 'title' => esc_html__( 'Variation Gallery', 'shopbuilder' ),
926 + 'pluginSlug' => 'woo-product-variation-gallery',
927 + 'pluginIsInstalled' => Fns::check_plugin_installed( 'woo-product-variation-gallery/woo-product-variation-gallery.php' ),
928 + 'pluginIsActive' => Fns::check_plugin_active( 'woo-product-variation-gallery/woo-product-variation-gallery.php' ),
931 929 'pluginActiveUrl' => add_query_arg(
932 930 [
933 - '_wpnonce' => wp_create_nonce( 'activate-plugin_woo-product-variation-swatches/woo-product-variation-swatches.php' ),
931 + '_wpnonce' => wp_create_nonce( 'activate-plugin_woo-product-variation-gallery/woo-product-variation-gallery.php' ),
934 932 'action' => 'activate',
935 - 'plugin' => 'woo-product-variation-swatches/woo-product-variation-swatches.php',
933 + 'plugin' => 'woo-product-variation-gallery/woo-product-variation-gallery.php',
936 934 ],
937 935 admin_url( 'plugins.php' )
938 936 ),
939 - 'help' => esc_html__( 'This module requires: Variation Swatches for WooCommerce Plugin.', 'shopbuilder' ),
937 + 'help' => esc_html__( 'This module requires: Variation Images Gallery for WooCommerce Plugin', 'shopbuilder' ),
940 938 'package' => 'free',
941 939 'active_field' => [
942 940 'disable' => false,
943 941 ],
@@ -943,19 +941,20 @@
943 941 ],
944 942 'fields' => [],
945 943 ]
946 944 ),
947 - 'product_badges' => apply_filters(
948 - 'rtsb/module/product_badges/options',
945 + 'mini_cart' => apply_filters(
946 + 'rtsb/module/mini_cart/options',
949 947 [
950 - 'id' => 'product_badges',
948 + 'id' => 'mini_cart',
951 949 'active' => '',
952 - 'title' => esc_html__( 'Product Badges', 'shopbuilder' ),
950 + 'title' => esc_html__( 'Mini Cart', 'shopbuilder' ),
953 951 'package' => $this->pro_package(),
954 952 'active_field' => [
955 - 'label' => esc_html__( 'Enable Product Badges?', 'shopbuilder' ),
956 - 'help' => esc_html__( 'Switch on to enable product badges module.', 'shopbuilder' ),
953 + 'label' => esc_html__( 'Enable Mini Cart?', 'shopbuilder' ),
954 + 'help' => esc_html__( 'Switch on to enable mini cart module.', 'shopbuilder' ),
957 955 ],
956 + 'is_active' => true,
958 957 'fields' => [],
959 958 ]
960 959 ),
961 960 'product_size_chart' => apply_filters(
@@ -971,36 +970,40 @@
971 970 ],
972 971 'fields' => [],
973 972 ]
974 973 ),
975 - 'back_order' => apply_filters(
976 - 'rtsb/module/back_order/options',
974 + 'product_badges' => apply_filters(
975 + 'rtsb/module/product_badges/options',
977 976 [
978 - 'id' => 'back_order',
977 + 'id' => 'product_badges',
979 978 'active' => '',
980 - 'title' => esc_html__( 'Back-Order', 'shopbuilder' ),
979 + 'title' => esc_html__( 'Product Badges', 'shopbuilder' ),
981 980 'package' => $this->pro_package(),
982 981 'active_field' => [
983 - 'label' => esc_html__( 'Enable Back-Order?', 'shopbuilder' ),
984 - 'help' => esc_html__( 'Switch on to enable back-order module.', 'shopbuilder' ),
982 + 'label' => esc_html__( 'Enable Product Badges?', 'shopbuilder' ),
983 + 'help' => esc_html__( 'Switch on to enable product badges module.', 'shopbuilder' ),
985 984 ],
986 985 'fields' => [],
987 986 ]
988 987 ),
989 - 'flash_sale_countdown' => apply_filters(
990 - 'rtsb/module/flash_sale_countdown/options',
988 + 'customize_my_account' => apply_filters(
989 + 'rtsb/module/customize_my_account/options',
991 990 [
992 - 'id' => 'flash_sale_countdown',
991 + 'id' => 'customize_my_account',
993 992 'active' => '',
994 - 'title' => esc_html__( 'Flash Sale Countdown', 'shopbuilder' ),
993 + 'title' => esc_html__( 'Customize My Account', 'shopbuilder' ),
995 994 'package' => $this->pro_package(),
996 995 'active_field' => [
997 - 'label' => esc_html__( 'Enable Flash Sale Countdown?', 'shopbuilder' ),
998 - 'help' => esc_html__( 'Switch on to enable Flash Sale Countdown module.', 'shopbuilder' ),
996 + 'label' => esc_html__( 'Enable Customize My Account?', 'shopbuilder' ),
997 + 'help' => esc_html__( 'Switch on to enable customize my account module.', 'shopbuilder' ),
999 998 ],
1000 999 'fields' => [],
1001 1000 ]
1002 1001 ),
1002 + // Pre-Order.
1003 + // Currency Switcher.
1004 + // Product Addons.
1005 + // Checkout Fields Manager.
1003 1006 'sales_notification' => apply_filters(
1004 1007 'rtsb/module/sales_notification/options',
1005 1008 [
1006 1009 'id' => 'sales_notification',
@@ -1013,8 +1016,22 @@
1013 1016 ],
1014 1017 'fields' => [],
1015 1018 ]
1016 1019 ),
1020 + 'flash_sale_countdown' => apply_filters(
1021 + 'rtsb/module/flash_sale_countdown/options',
1022 + [
1023 + 'id' => 'flash_sale_countdown',
1024 + 'active' => '',
1025 + 'title' => esc_html__( 'Flash Sale Countdown', 'shopbuilder' ),
1026 + 'package' => $this->pro_package(),
1027 + 'active_field' => [
1028 + 'label' => esc_html__( 'Enable Flash Sale Countdown?', 'shopbuilder' ),
1029 + 'help' => esc_html__( 'Switch on to enable Flash Sale Countdown module.', 'shopbuilder' ),
1030 + ],
1031 + 'fields' => [],
1032 + ]
1033 + ),
1017 1034 'quick_checkout' => apply_filters(
1018 1035 'rtsb/module/quick_checkout/options',
1019 1036 [
1020 1037 'id' => 'quick_checkout',
@@ -1041,20 +1058,19 @@
1041 1058 ],
1042 1059 'fields' => [],
1043 1060 ]
1044 1061 ),
1045 - 'mini_cart' => apply_filters(
1046 - 'rtsb/module/mini_cart/options',
1062 + 'back_order' => apply_filters(
1063 + 'rtsb/module/back_order/options',
1047 1064 [
1048 - 'id' => 'mini_cart',
1065 + 'id' => 'back_order',
1049 1066 'active' => '',
1050 - 'title' => esc_html__( 'Mini Cart', 'shopbuilder' ),
1067 + 'title' => esc_html__( 'Back-Order', 'shopbuilder' ),
1051 1068 'package' => $this->pro_package(),
1052 1069 'active_field' => [
1053 - 'label' => esc_html__( 'Enable Mini Cart?', 'shopbuilder' ),
1054 - 'help' => esc_html__( 'Switch on to enable mini cart module.', 'shopbuilder' ),
1070 + 'label' => esc_html__( 'Enable Back-Order?', 'shopbuilder' ),
1071 + 'help' => esc_html__( 'Switch on to enable back-order module.', 'shopbuilder' ),
1055 1072 ],
1056 - 'is_active' => true,
1057 1073 'fields' => [],
1058 1074 ]
1059 1075 ),
1060 1076 ];