Skip to content

Commit 30c1584

Browse files
authored
Revise product confirmation email content
Updated the confirmation email template to enhance customer communication and clarity regarding their digital asset purchase.
1 parent a9c9d2f commit 30c1584

1 file changed

Lines changed: 47 additions & 50 deletions

File tree

templates/capture/product_confirmed/en-us.html

Lines changed: 47 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,77 +6,74 @@
66
</head>
77

88
<body>
9-
<span>Hello,</span><br />
9+
<span>Dear Valued Customer,</span><br />
1010

1111
<div>
1212
<p>
13-
Thank you for joining us in building a better digital future through
14-
Capture. Your NFT purchase has been confirmed. Below are the details of
15-
your order:
13+
Thank you for completing your license purchase. Your digital asset has been successfully prepared,
14+
and all relevant purchase information and files are now available for immediate viewing and download.
1615
</p>
1716

18-
<p>📋 <strong>Order Details</strong></p>
19-
<div><strong>Order Number: </strong>{{order.id}}</div>
20-
<div><strong>Order Date: </strong>{{order.date}}</div>
21-
<div><strong>Payment Amount: </strong>{{order.payment_amount}}</div>
22-
<div><strong>Payment Method: </strong>{{order.payment_method}}</div>
23-
<div><strong>Contact Email: </strong>{{service_info.service_email}}</div>
17+
<p><strong>Purchase Details</strong></p>
18+
<div><strong>Order Number | </strong>{{order.id}}</div>
19+
<div><strong>Order Date | </strong>{{order.date}}</div>
20+
<div><strong>Amount | </strong>{{order.payment_amount}}</div>
21+
<div><strong>Contact Email | </strong>{{service_info.service_email}}</div>
2422
<br />
2523

26-
<p>📄 <strong>Purchased Assets</strong></p>
27-
<ol>
28-
<li>
29-
<strong>Asset Nid: </strong>
30-
{{order.nid}}
31-
</li>
32-
<li>
33-
<strong>NFT Network: </strong
34-
><a href="{{order.nft_network_link}}">{{order.nft_network}}</a>
35-
</li>
36-
<li>
37-
<strong>NFT Token ID: </strong
38-
><a href="{{order.nft_token_link}}">{{order.nft_token_id}}</a>
39-
</li>
40-
</ol>
24+
<p><strong>Your Purchased Asset</strong></p>
25+
<div><strong>Asset NID | </strong>{{order.nid}}</div>
26+
<div>
27+
<strong>View Asset | </strong><a href="{{order.nft_page_link}}">{{order.nft_page_link}}</a>
28+
</div>
29+
<br />
4130

42-
<p>📥 <strong>Download Instructions</strong></p>
31+
<p><strong>Next Steps</strong></p>
4332

4433
<p>
45-
Once the NFT minting and transfer are complete, you will be able to
46-
download your purchased NFT from this
47-
<a href="{{order.nft_download_link}}">link</a>
48-
within 24 hours. Each NFT includes its own specific license terms—
49-
<a href="{{order.nft_page_link}}">View Asset</a> to review the attached license on the Capture page.
34+
📋 <strong>View Your Purchase:</strong> You may use your contact email to log in to your Capture account
35+
(<a href="https://dashboard.captureapp.xyz/">https://dashboard.captureapp.xyz/</a>)
36+
and view your purchased content. If this is your first time logging in, please click "Reset Password"
37+
to set up your dedicated password.
5038
</p>
5139

5240
<p>
53-
You can also view your assets on <a href="https://dashboard.captureapp.xyz/">Capture Dashboard</a> or visit the <a href="https://asset.captureapp.xyz/{{order.nid}}">asset page</a> directly.
41+
📄 <strong>License Usage Rights:</strong> Your purchase includes specific licensing rights. The detailed
42+
license agreement and full terms (including scope of use, duration, and restrictions) are attached to the
43+
asset's Capture page
44+
(<a href="{{order.nft_page_link}}"
45+
>{{order.nft_page_link}}</a
46+
>). Please be sure to review them.
5447
</p>
5548

49+
<p>📥 <strong>Download Files:</strong></p>
5650
<p>
57-
If you have any questions or need assistance, please don't hesitate to
58-
contact our support team at
59-
<a href="mailto:{{service_info.service_email}}"
60-
>{{service_info.service_email}}</a
61-
>.
51+
Method 1: You can download all high-resolution files and related materials directly from your account.
52+
After logging in to your Capture account and navigating to the asset page, click the download icon in the
53+
top right corner to obtain the original image file with C2PA source verification. Please ensure usage is
54+
strictly in accordance with the licensing terms.
55+
</p>
56+
<p>
57+
Method 2: Click this <a href="{{order.nft_download_link}}">link</a>, then right-click and save the file after the new tab opens.
6258
</p>
63-
</div>
6459

65-
<div>
60+
<p><strong>Customer Support & Contact</strong></p>
6661
<p>
67-
Best regards,
68-
<br />
62+
Our team is ready to support your project at any time. If you have any questions or require assistance with the following:
63+
</p>
64+
<div>License terms and usage rights</div>
65+
<div>Asset download or technical issues</div>
66+
<div>Invoicing or payment-related matters</div>
67+
<p>Please contact us by email at {{service_info.service_email}}.</p>
6968

70-
{{service_info.display_name}}
71-
<br />
69+
<p>
70+
Thank you for your cooperation. We are committed to providing the highest quality support and service for your creative projects.
71+
</p>
7272

73-
<img
74-
style="display: block; border: 0px; padding: 4px"
75-
title="Logo"
76-
alt="Logo"
77-
src="{{service_info.service_logo}}"
78-
height="50"
79-
/>
73+
<p>
74+
Sincerely,
75+
<br />
76+
The Capture Team
8077
</p>
8178
</div>
8279
</body>

0 commit comments

Comments
 (0)