shopfront
1.0.0
npm i
npm audit fix
在這裡找到您的條紋密鑰。 (在測試期間考慮使用 /test/apikeys)。
echo STRIPE_SECRET=sk... > .env
edit config.toml
hugo server
在content/2020/
中建立產品
產品內容結構:
content/YYYY/SKU/index.md
在content/2020/wrt1/index.md
中,Front Matter 是產品的唯一真正來源。從public/*/index.json
中,JSON 中的產品清單透過make
與 Stripe 的後端同步。
然後,各個產品頁面透過 Hugo 資料範本從data/price
目錄中引用所需的僅限客戶端結帳價格 ID 。
您不需要在條紋上創建您的產品; stripe-sync.sh
會為您完成此操作。
make
將public
的內容移至您的網頁伺服器。
遵循layouts/_default/single.html
中的 https://useshoppingcart.com/usage/cartprovider/ 。
如何盡快公佈送貨限制,以免浪費任何人的時間?
例如,https://online.vicsmeat.com.au/ 立即要求提供郵遞區號。
解決方案:提供一個按鈕,使 GPS 能夠自動填充他們的位置,但也允許他們輸入位置。
Stripe 有一個Shipping_address_collection.allowed_countries ,如 validateCartItems 會話中記錄的那樣