| @@ -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,9 +1237,9 @@ | ||
| 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' ), |
| @@ -1249,8 +1249,20 @@ | ||
| 1249 | 1249 | 'package' => $this->pro_package(), |
| 1250 | 1250 | 'fields' => [], |
| 1251 | 1251 | ] |
| 1252 | 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' ), | |
| 1258 | + 'category' => 'thank_you', | |
| 1259 | + 'is_front_page' => 'thank_you', | |
| 1260 | + 'active' => 'on', | |
| 1261 | + 'package' => $this->pro_package(), | |
| 1262 | + 'fields' => [], | |
| 1263 | + ] | |
| 1264 | + ), | |
| 1253 | 1265 | ]; |
| 1254 | 1266 | } |
| 1255 | 1267 | |
| 1256 | 1268 | /** |
| @@ -1515,9 +1527,9 @@ | ||
| 1515 | 1527 | [ |
| 1516 | 1528 | 'id' => 'account_lost_password', |
| 1517 | 1529 | 'title' => esc_html__( 'Lost Password Form', 'shopbuilder' ), |
| 1518 | 1530 | 'category' => 'others_widget', |
| 1519 | - 'is_front_page' => 'myaccount_lost_password', | |
| 1531 | + 'is_front_page' => 'myaccount_auth', | |
| 1520 | 1532 | 'active' => 'on', |
| 1521 | 1533 | 'package' => $this->pro_package(), |
| 1522 | 1534 | 'fields' => [], |
| 1523 | 1535 | ] |