Terms of Service
Below is how this site actually works today, written from the code itself. The full terms are still blank — they need our business details and legal review.
Where we sell
Which countries can buy, and in which currency. src/config/payment-config.json is the source; change it and this table changes with it.
| Country | Currency | Status |
|---|---|---|
| 대한민국 | KRW | Selling |
| United States | USD | Brand only |
| 中国 | CNY | Brand only |
| ประเทศไทย | THB | Brand only |
| Việt Nam | VND | Brand only |
Where we do not sell, the product page shows the brand story instead of a buy button.
Accounts
This site has no sign-up and no login. Every order is a guest order — you never create a username or password.
You look up an order with its order number and the phone number you entered at checkout.
Payment methods
The methods currently shown at checkout.
- 신용·체크카드
- 네이버페이
- 카카오페이
- 토스페이
Card and account numbers are never received or stored by this site. They are handled entirely inside the payment provider's own screens.
Order limits
Up to 10 units of a single product per order.
Up to 20 different products in one order.
The server recalculates every amount. If what the screen shows and what the server computes disagree, the order does not go through.
What is still blank
These need our business details and a legal judgement, so we left them empty. Filling them with plausible-sounding text would publish promises nobody has checked.
- Purpose, scope, effect, and how these terms may change
- Obligations of the company and of the customer
- When a contract is formed, and cancellation conditions
- Limitation of liability, dispute resolution, and governing court
- Business details (company name, representative, registration numbers, address)
Once the text is settled, put it under legal.terms in src/i18n/{lang}.json and all five languages pick it up.