App features
- Reduced tax rate対応
- Easy to install at $4.99/month
- Of course, supports Japanese
- Simple, no unnecessary features
- Easy to set up because there are no extra features
- Clean format supervised by a designer
※Note
Supports "new customer accounts".
Partially supports "legacy customer accounts". (Themes "Dawn/Rise/Studio" are already supported)
※Updated February 18, 2026
Previously, a link to the order details page was provided in notification emails, but additional development now allows downloading forms directly from notification emails.
Many of you likely wish to send forms, such as receipts, to customers when they purchase a product.
Since Shopify sends email notifications to customers when an order is placed, I will show you how to create a link to forms like receipts within that notification email.
The method is simple. Just copy and paste the following code into your notification email!
|
<style> <table class="saku-action-cell">
|
How to paste into notification emails:
1️⃣ Open the notification email settings screen
Shopify Admin screen "Settings" → "Notifications" → "Customer notifications" → "Order confirmation"



2️⃣ Edit code
Click on the area where the code is written and search for "Vist Our Store" using "cmd + F" (or "Ctrl + F" for Windows). There are four locations. Paste the code below the two {% endif %} statements that are located below the last "Access your store" link.

For the code, please delete the <td>~~~~~~~~~~~~</td> for any formats you do not need to display.
⚠️ The code to display only the simplest "Receipt" is as follows:
| <style>
.saku-button__text { <table class="saku-action-cell"> |
3️⃣ Confirmation
Click "Preview" → "Send test email", then click the button in the sent email to confirm that it transitions to the order list page.


With this, you have created a link to the receipt in the notification email!
You can create three ways for customers to download: "Download from purchase notification email", "Download from thank you page", and "Download from order details page". To improve customer convenience, please do not forget to set up "Download from thank you page", which requires another setting.