PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.5.2
ShopBuilder – WooCommerce Builder For Elementor v2.5.2
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/ElementList.php +18 -6 2.2.02.5.2 View file →
@@ -1177,9 +1177,9 @@
1177 1177 * @return array
1178 1178 */
1179 1179 protected function thankyou_page_widget_list() {
1180 1180 return [
1181 - 'order_received_text' => apply_filters(
1181 + 'order_received_text' => apply_filters(
1182 1182 'rtsb/elements/order_received_text/options',
1183 1183 [
1184 1184 'id' => 'order_received_text',
1185 1185 'title' => esc_html__( 'Order Received Text', 'shopbuilder' ),
@@ -1189,9 +1189,9 @@
1189 1189 'package' => $this->pro_package(),
1190 1190 'fields' => [],
1191 1191 ]
1192 1192 ),
1193 - 'order_details_summary' => apply_filters(
1193 + 'order_details_summary' => apply_filters(
1194 1194 'rtsb/elements/order_details_summary/options',
1195 1195 [
1196 1196 'id' => 'order_details_summary',
1197 1197 'title' => esc_html__( 'Order Details Summary', 'shopbuilder' ),
@@ -1201,9 +1201,9 @@
1201 1201 'package' => $this->pro_package(),
1202 1202 'fields' => [],
1203 1203 ]
1204 1204 ),
1205 - 'order_details_table' => apply_filters(
1205 + 'order_details_table' => apply_filters(
1206 1206 'rtsb/elements/order_details_table/options',
1207 1207 [
1208 1208 'id' => 'order_details_table',
1209 1209 'title' => esc_html__( 'Order Details Table', 'shopbuilder' ),
@@ -1213,9 +1213,9 @@
1213 1213 'package' => $this->pro_package(),
1214 1214 'fields' => [],
1215 1215 ]
1216 1216 ),
1217 - 'downloadable_products' => apply_filters(
1217 + 'downloadable_products' => apply_filters(
1218 1218 'rtsb/elements/downloadable_products/options',
1219 1219 [
1220 1220 'id' => 'downloadable_products',
1221 1221 'title' => esc_html__( 'Downloadable Products', 'shopbuilder' ),
@@ -1225,9 +1225,9 @@
1225 1225 'package' => $this->pro_package(),
1226 1226 'fields' => [],
1227 1227 ]
1228 1228 ),
1229 - 'order_billing_address' => apply_filters(
1229 + 'order_billing_address' => apply_filters(
1230 1230 'rtsb/elements/order_billing_address/options',
1231 1231 [
1232 1232 'id' => 'order_billing_address',
1233 1233 'title' => esc_html__( 'Order Billing Address', 'shopbuilder' ),
@@ -1237,13 +1237,25 @@
1237 1237 'package' => $this->pro_package(),
1238 1238 'fields' => [],
1239 1239 ]
1240 1240 ),
1241 - 'order_shipping_address' => apply_filters(
1241 + 'order_shipping_address' => apply_filters(
1242 1242 'rtsb/elements/order_shipping_address/options',
1243 1243 [
1244 1244 'id' => 'order_shipping_address',
1245 1245 'title' => esc_html__( 'Order Shipping Address', 'shopbuilder' ),
1246 + 'category' => 'thank_you',
1247 + 'is_front_page' => 'thank_you',
1248 + 'active' => 'on',
1249 + 'package' => $this->pro_package(),
1250 + 'fields' => [],
1251 + ]
1252 + ),
1253 + 'order_custom_fields_data' => apply_filters(
1254 + 'rtsb/elements/order_custom_fields_data/options',
1255 + [
1256 + 'id' => 'order_custom_fields_data',
1257 + 'title' => esc_html__( 'Checkout Form Custom Fields Data', 'shopbuilder' ),
1246 1258 'category' => 'thank_you',
1247 1259 'is_front_page' => 'thank_you',
1248 1260 'active' => 'on',
1249 1261 'package' => $this->pro_package(),