top of page
搜尋
Wix 網頁設計 - mailgunService.jsw
// backend/mailgunService.jsw // 導入 Wix Velo 內建的 fetch API,用於發送 HTTP 請求 import { fetch } from 'wix-fetch'; // 導入 Wix Secrets...
作 振
讀畢需時 3 分鐘
Wix 網頁設計 - event.js
// backend/events.jsw // 導入 Wix 資料庫模組,用於查詢和更新 CMS 集合 import wixData from 'wix-data'; // 從後端服務檔案導入您自定義的 Mailgun 郵件發送函數 import {...
作 振
讀畢需時 3 分鐘
Wix 網頁設計 - storeUtils
// backend/storeUtils.jsw import wixData from 'wix-data'; import { currentCart } from 'wix-ecom-backend'; import { authentication } from...
作 振
讀畢需時 1 分鐘
Wix 網頁設計 - deliveryDate_googlesheet
// backend/googleSheet.jsw import { fetch } from 'wix-fetch'; import wixData from 'wix-data'; // 替換為你在 Apps Script 部署後獲得的 Web App URL...
作 振
讀畢需時 3 分鐘
Wix 網頁製作 - Apps Script 程式碼
// ====== 設定你的 Google Sheet 資訊 ====== const SPREADSHEET_NAME = 'Wix_誠菓手作_預約行程'; // 你的 Google Sheet 名稱 const SHEET_NAME = '日期與數量'; //...
作 振
讀畢需時 3 分鐘
bottom of page


