This version saves each order automatically to Google Sheets and keeps the current popup order methods.
Pirgachha Shop Delivery Orders.google-apps-script/Code.gs from this package.const NOTIFICATION_EMAIL = "yourbusiness@email.com";
Example:
const NOTIFICATION_EMAIL = "yourname@gmail.com";
Leave it unchanged if you do not want email alerts yet.
PSD Order Backend.Open app.js and find:
googleScriptUrl: "",
Paste your Web App URL:
googleScriptUrl: "https://script.google.com/macros/s/YOUR_SCRIPT_ID/exec",
Then upload/replace app.js on GitHub.
Customer submits order:
track.html to check status.rider.html to update status.The customer order is automatically saved only after googleScriptUrl is added in app.js.
Before that, the website still works with WhatsApp/SMS/email/call popup only.