PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.6.3
ShopBuilder – WooCommerce Builder For Elementor v2.6.3
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 +26 -28 2.6.22.6.3 View file →
@@ -52,9 +52,9 @@
52 52 * @return mixed|null
53 53 */
54 54 protected function raw_list() {
55 55 $list = [
56 - 'quick_view' => apply_filters(
56 + 'quick_view' => apply_filters(
57 57 'rtsb/module/quick_view/options',
58 58 [
59 59 'id' => 'quick_view',
60 60 'title' => esc_html__( 'Quick View', 'shopbuilder' ),
@@ -216,9 +216,9 @@
216 216 ]
217 217 ),
218 218 ]
219 219 ),
220 - 'wishlist' => apply_filters(
220 + 'wishlist' => apply_filters(
221 221 'rtsb/module/wishlist/options',
222 222 [
223 223 'id' => 'wishlist',
224 224 'title' => esc_html__( 'Wishlist', 'shopbuilder' ),
@@ -570,9 +570,9 @@
570 570 ],
571 571 ],
572 572 ]
573 573 ),
574 - 'compare' => apply_filters(
574 + 'compare' => apply_filters(
575 575 'rtsb/module/compare/options',
576 576 [
577 577 'id' => 'compare',
578 578 'base_class' => Compare::class,
@@ -894,9 +894,9 @@
894 894
895 895 ],
896 896 ]
897 897 ),
898 - 'variation_swatches' => apply_filters(
898 + 'variation_swatches' => apply_filters(
899 899 'rtsb/module/variation_swatches/options',
900 900 [
901 901 'id' => 'variation_swatches',
902 902 'external' => true,
@@ -920,9 +920,9 @@
920 920 ],
921 921 'fields' => [],
922 922 ]
923 923 ),
924 - 'variation_gallery' => apply_filters(
924 + 'variation_gallery' => apply_filters(
925 925 'rtsb/module/variation_gallery/options',
926 926 [
927 927 'id' => 'variation_gallery',
928 928 'external' => true,
@@ -946,9 +946,9 @@
946 946 ],
947 947 'fields' => [],
948 948 ]
949 949 ),
950 - 'mini_cart' => apply_filters(
950 + 'mini_cart' => apply_filters(
951 951 'rtsb/module/mini_cart/options',
952 952 [
953 953 'id' => 'mini_cart',
954 954 'active' => '',
@@ -961,9 +961,9 @@
961 961 'is_active' => true,
962 962 'fields' => Fns::pro_version_notice( '1.0.0' ),
963 963 ]
964 964 ),
965 - 'product_size_chart' => apply_filters(
965 + 'product_size_chart' => apply_filters(
966 966 'rtsb/module/product_size_chart/options',
967 967 [
968 968 'id' => 'product_size_chart',
969 969 'active' => '',
@@ -975,9 +975,9 @@
975 975 ],
976 976 'fields' => Fns::pro_version_notice( '1.0.0' ),
977 977 ]
978 978 ),
979 - 'product_badges' => apply_filters(
979 + 'product_badges' => apply_filters(
980 980 'rtsb/module/product_badges/options',
981 981 [
982 982 'id' => 'product_badges',
983 983 'active' => '',
@@ -1001,9 +1001,9 @@
1001 1001 ],
1002 1002 ],
1003 1003 ]
1004 1004 ),
1005 - 'customize_my_account' => apply_filters(
1005 + 'customize_my_account' => apply_filters(
1006 1006 'rtsb/module/customize_my_account/options',
1007 1007 [
1008 1008 'id' => 'customize_my_account',
1009 1009 'active' => '',
@@ -1015,9 +1015,9 @@
1015 1015 ],
1016 1016 'fields' => Fns::pro_version_notice( '1.4.0' ),
1017 1017 ]
1018 1018 ),
1019 - 'pre_order' => apply_filters(
1019 + 'pre_order' => apply_filters(
1020 1020 'rtsb/module/pre_order/options',
1021 1021 [
1022 1022 'id' => 'pre_order',
1023 1023 'active' => '',
@@ -1029,9 +1029,9 @@
1029 1029 ],
1030 1030 'fields' => Fns::pro_version_notice( '1.5.0' ),
1031 1031 ]
1032 1032 ),
1033 - 'currency_switcher' => apply_filters(
1033 + 'currency_switcher' => apply_filters(
1034 1034 'rtsb/module/currency_switcher/options',
1035 1035 [
1036 1036 'id' => 'currency_switcher',
1037 1037 'active' => '',
@@ -1044,9 +1044,9 @@
1044 1044 'is_active' => true,
1045 1045 'fields' => Fns::pro_version_notice( '1.5.0' ),
1046 1046 ]
1047 1047 ),
1048 - 'product_add_ons' => apply_filters(
1048 + 'product_add_ons' => apply_filters(
1049 1049 'rtsb/module/product_add_ons/options',
1050 1050 [
1051 1051 'id' => 'product_add_ons',
1052 1052 'active' => '',
@@ -1060,9 +1060,9 @@
1060 1060 'fields' => Fns::pro_version_notice( '1.6.0' ),
1061 1061 ]
1062 1062 ),
1063 1063 // Checkout Fields Manager.
1064 - 'checkout_fields_editor' => apply_filters(
1064 + 'checkout_fields_editor' => apply_filters(
1065 1065 'rtsb/module/checkout_fields_editor/options',
1066 1066 [
1067 1067 'id' => 'checkout_fields_editor',
1068 1068 'active' => '',
@@ -1219,9 +1219,9 @@
1219 1219 ],
1220 1220 ],
1221 1221 ]
1222 1222 ),
1223 - 'sales_notification' => apply_filters(
1223 + 'sales_notification' => apply_filters(
1224 1224 'rtsb/module/sales_notification/options',
1225 1225 [
1226 1226 'id' => 'sales_notification',
1227 1227 'active' => '',
@@ -1233,9 +1233,9 @@
1233 1233 ],
1234 1234 'fields' => Fns::pro_version_notice( '1.0.0' ),
1235 1235 ]
1236 1236 ),
1237 - 'flash_sale_countdown' => apply_filters(
1237 + 'flash_sale_countdown' => apply_filters(
1238 1238 'rtsb/module/flash_sale_countdown/options',
1239 1239 [
1240 1240 'id' => 'flash_sale_countdown',
1241 1241 'active' => '',
@@ -1247,9 +1247,9 @@
1247 1247 ],
1248 1248 'fields' => Fns::pro_version_notice( '1.0.0' ),
1249 1249 ]
1250 1250 ),
1251 - 'quick_checkout' => apply_filters(
1251 + 'quick_checkout' => apply_filters(
1252 1252 'rtsb/module/quick_checkout/options',
1253 1253 [
1254 1254 'id' => 'quick_checkout',
1255 1255 'active' => '',
@@ -1261,9 +1261,9 @@
1261 1261 ],
1262 1262 'fields' => Fns::pro_version_notice( '1.1.0' ),
1263 1263 ]
1264 1264 ),
1265 - 'multi_step_checkout' => apply_filters(
1265 + 'multi_step_checkout' => apply_filters(
1266 1266 'rtsb/module/multi_step_checkout/options',
1267 1267 [
1268 1268 'id' => 'multi_step_checkout',
1269 1269 'active' => '',
@@ -1275,9 +1275,9 @@
1275 1275 ],
1276 1276 'fields' => Fns::pro_version_notice( '1.0.0' ),
1277 1277 ]
1278 1278 ),
1279 - 'back_order' => apply_filters(
1279 + 'back_order' => apply_filters(
1280 1280 'rtsb/module/back_order/options',
1281 1281 [
1282 1282 'id' => 'back_order',
1283 1283 'active' => '',
@@ -1289,9 +1289,9 @@
1289 1289 ],
1290 1290 'fields' => Fns::pro_version_notice( '1.3.0' ),
1291 1291 ]
1292 1292 ),
1293 - 'sticky_add_to_cart' => apply_filters(
1293 + 'sticky_add_to_cart' => apply_filters(
1294 1294 'rtsb/module/sticky_add_to_cart/options',
1295 1295 [
1296 1296 'id' => 'sticky_add_to_cart',
1297 1297 'active' => '',
@@ -1303,9 +1303,9 @@
1303 1303 ],
1304 1304 'fields' => Fns::pro_version_notice( '1.7.0' ),
1305 1305 ]
1306 1306 ),
1307 - 'shopify_checkout' => apply_filters(
1307 + 'shopify_checkout' => apply_filters(
1308 1308 'rtsb/module/shopify_checkout/options',
1309 1309 [
1310 1310 'id' => 'shopify_checkout',
1311 1311 'active' => '',
@@ -1359,24 +1359,22 @@
1359 1359 'package' => $this->pro_package(),
1360 1360 'fields' => Fns::pro_version_notice( '1.10.0' ),
1361 1361 ]
1362 1362 ),
1363 - /*
1364 - 'bogo_bxgy_discounts' => apply_filters(
1365 - 'rtsb/module/bogo_bxgy_discounts/options',
1363 + 'bogo_bxgy_free_gift_discounts' => apply_filters(
1364 + 'rtsb/module/bogo_bxgy_free_gift_discounts/options',
1366 1365 [
1367 - 'id' => 'bogo_bxgy_discounts',
1366 + 'id' => 'bogo_bxgy_free_gift_discounts',
1368 1367 'active' => '',
1369 - 'title' => esc_html__( 'BOGO And Buy X Get Y', 'shopbuilder' ),
1368 + 'title' => esc_html__( 'Buy X Get Y | BOGO', 'shopbuilder' ),
1370 1369 'active_field' => [
1371 - 'label' => esc_html__( 'Enable Discount Rules?', 'shopbuilder' ),
1372 - 'help' => esc_html__( 'Switch on to enable Discount Rules module.', 'shopbuilder' ),
1370 + 'label' => esc_html__( 'Enable Buy X Get Y | BOGO?', 'shopbuilder' ),
1371 + 'help' => esc_html__( 'Switch on to enable Buy X Get Y | BOGO module.', 'shopbuilder' ),
1373 1372 ],
1374 1373 'package' => $this->pro_package(),
1375 1374 'fields' => Fns::pro_version_notice( '1.11.0' ),
1376 1375 ]
1377 1376 ),
1378 - */
1379 1377 ];
1380 1378 return apply_filters( 'rtsb/core/modules/raw_list', $list );
1381 1379 }
1382 1380