diff --git a/components/ShippingRates/RateTable.vue b/components/ShippingRates/RateTable.vue
index af5c89260..b310568b3 100644
--- a/components/ShippingRates/RateTable.vue
+++ b/components/ShippingRates/RateTable.vue
@@ -4,7 +4,7 @@
- Shipping Options
+ Shipping Options / 實體書運送選項
diff --git a/components/StripeConnectCard.vue b/components/StripeConnectCard.vue
index 3c4a9d447..04c49e20a 100644
--- a/components/StripeConnectCard.vue
+++ b/components/StripeConnectCard.vue
@@ -10,7 +10,7 @@
>
- Connect to a Stripe Account
+ Connect to a Stripe Account / 連接 Stripe 帳戶
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
diff --git a/pages/nft-book-store/collection/new.vue b/pages/nft-book-store/collection/new.vue
index 2a2ed479c..1558689dd 100644
--- a/pages/nft-book-store/collection/new.vue
+++ b/pages/nft-book-store/collection/new.vue
@@ -61,19 +61,19 @@
Pricing and Availability
-
+
- Memo of this collection
+ Memo of this collection / 自動發書留言
- Allow custom price
+ Allow custom price / 開啟打賞功能
-
+
- Product Name
+ Product Name / 產品名稱(英文)
- Description (Optional)
+ Description (Optional) / 描述(選填)
- 產品名稱
+ 產品名稱(中文)
- Email to receive sales notifications
+ Email to receive sales notifications / 欲收到銷售通知的電郵
- Share sales data to wallets
+ Share sales data to wallets / 分享銷售數據給特定地址
- DRM Options
+ DRM Options / 數位版權管理選項
diff --git a/pages/nft-book-store/collection/status/[collectionId].vue b/pages/nft-book-store/collection/status/[collectionId].vue
index 3f8e18414..69d6aed21 100644
--- a/pages/nft-book-store/collection/status/[collectionId].vue
+++ b/pages/nft-book-store/collection/status/[collectionId].vue
@@ -188,7 +188,7 @@
>
- Email to receive sales notifications
+ Email to receive sales notifications / 欲收到銷售通知的電郵
@@ -236,7 +236,7 @@
- Sales Channel Summary
+ Sales Channel Summary / 銷售渠道摘要
@@ -307,7 +307,7 @@
>
- Share sales data to wallets
+ Share sales data to wallets / 分享銷售數據給特定地址
- Copy Purchase Link
+ Copy Purchase Link / 複製購買連結
diff --git a/pages/nft-book-store/collection/status/[collectionId]/edit.vue b/pages/nft-book-store/collection/status/[collectionId]/edit.vue
index bc5897e6b..0f507a0c0 100644
--- a/pages/nft-book-store/collection/status/[collectionId]/edit.vue
+++ b/pages/nft-book-store/collection/status/[collectionId]/edit.vue
@@ -63,23 +63,23 @@
Pricing and Availability
-
+
-
+
- Memo of this collection
+ Memo of this collection / 自動發書留言
- Allow custom price
+ Allow custom price / 開啟打賞功能
-
+
- Product Name
+ Product Name / 產品名稱(英文)
- Description (Optional)
+ Description (Optional) / 描述(選填)
- 產品名稱
+ 產品名稱(中文)
-
+
@@ -73,7 +73,7 @@
updatePrice(e, 'stock', index)"
/>
- {{ `Memo of this ${priceItemLabel}` }}
+ {{ `Memo of this ${priceItemLabel} / 自動發書留言` }}
- Allow custom price
+ Allow custom price / 開啟打賞功能
-
+
- Product Name
+ Product Name / 產品名稱(英文)
updatePrice(e, 'nameEn', index)"
/>
- Description (Optional)
+ Description (Optional) / 描述(選填)
- 產品名稱
+ 產品名稱(中文)
- Email to receive sales notifications
+ Email to receive sales notifications / 欲收到銷售通知的電郵
@@ -372,7 +374,7 @@
>
- Share sales data to wallets
+ Share sales data to wallets / 分享銷售數據給特定地址
- DRM Options
+ DRM Options / 數位版權管理選項
@@ -908,6 +910,13 @@ async function submitEditedClass () {
function onSubmit () {
return isEditMode.value ? submitEditedClass() : submitNewClass()
}
+
+function handleDeliveryMethodChange (value: string) {
+ if (value === 'manual') {
+ enableCustomMessagePage.value = true
+ }
+}
+