4 Commits

Author SHA1 Message Date
nuyue 13768f5f5b feat: update order model with packaging_fee and international_fee, remove tax
Build and Push Docker Image / build-and-push (push) Successful in 1m6s
Build and Push Docker Image / deploy (push) Successful in 8s
2026-07-16 18:17:29 +08:00
admin 33f5d242e9 feat: 商品添加克重字段,订单添加通道费,运费按重量计算
- 商品模型: 添加weight字段(克重)
- 订单模型: 添加channel_fee字段(支付通道费)
- 后台商品管理: 添加克重输入框
- 后台订单详情: 显示通道费
- 订单创建: 根据商品重量计算运费,添加通道费计算
- 购物车: 根据商品重量计算运费,显示通道费

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 20:01:45 +08:00
admin 38b03878e8 feat: 订单自动过期-查看时检查并取消超时订单,收银台倒计时结束自动取消 2026-05-28 02:17:47 +08:00
admin c6154273f2 Initial commit: 商品售卖网站 2026-04-13 07:20:09 +08:00