feat(freight): shop freight templates, server-side checkout fees, company dictionary (add-freight-templates)

This commit is contained in:
Chengdong Zhang
2026-09-24 15:03:51 +08:00
parent 5b426486ac
commit 473d19d089
44 changed files with 2409 additions and 67 deletions
+12
View File
@@ -26,6 +26,12 @@ export default {
coupon: "Coupon",
noCoupon: "No coupon",
couponDiscount: "Coupon discount",
subtotal: "Goods subtotal",
shippingFee: "Shipping fee",
shippingTotal: "Shipping total",
freeShipping: "Free shipping",
selectAddressForShipping: "Select a shipping address to calculate the shipping fee.",
shippingQuoteError: "Unable to calculate the shipping fee. Please try again.",
grandTotal: "Total payment",
confirmPay: "Confirm payment",
noPendingOrders: "There are no orders waiting for payment.",
@@ -64,6 +70,12 @@ export default {
coupon: "优惠券",
noCoupon: "不使用优惠券",
couponDiscount: "优惠券抵扣",
subtotal: "商品小计",
shippingFee: "运费",
shippingTotal: "运费合计",
freeShipping: "免运费",
selectAddressForShipping: "请先选择收货地址以计算运费。",
shippingQuoteError: "运费计算失败,请稍后重试。",
grandTotal: "应付总额",
confirmPay: "确认支付",
noPendingOrders: "暂无待支付订单。",