Wait for the menu to fully load (scroll down to load all items)
+
Press Ctrl+S to save the page as HTML
+
Upload the saved .html file below
+
+
+
+
+
+
+ `);
+ return;
+ }
+
// Hide upload section, show conversation
document.getElementById('uploadSection').style.display = 'none';
@@ -2272,12 +2297,8 @@
hoursSchedule: hoursSchedule // Send the structured schedule instead of the raw hours string
};
- // Move to header image step - skip if no auto-detected header (URL imports)
- if (config.headerImageFile) {
- showHeaderImageStep();
- } else {
- showCategoriesStep();
- }
+ // Always show header image step so user can upload one
+ showHeaderImageStep();
}
// Header Image step - between business info and categories