Use a CNAME record rather than an A record.
Merchant setup guide
Add instant 3D-printing quotes to your website.
Use the hosted quote subdomain when you control DNS, or paste the widget snippet into a quote page when you do not.
-
01
Can edit DNS Use quote.yourdomain.com for the hosted quote portal.
-
02
Can edit CMS Create /quote and paste the widget snippet.
-
03
Ready to test Test uploads, pricing, checkout, and dashboard visibility.
Embed snippet
Paste this into your quote page.
Replace YOUR_TENANT_ID with the public tenant ID shown in Trennen admin settings.
<div id="trennen-quote-widget"></div>
<script
src="https://embed.trennen.co.nz/widget.js"
data-tenant-id="YOUR_TENANT_ID"
data-theme-primary="#0077c8"
data-theme-font="Inter, system-ui, sans-serif">
</script>
Custom quote domain
Point a quote subdomain at Trennen.
Use this path when the merchant can edit DNS. It keeps the quote portal on the merchant domain and helps avoid third-party-cookie issues.
This creates quote.theirdomain.com.
Leave TTL automatic or default.
For Cloudflare, use DNS-only at first. Turn proxying on only after the quote page has been tested.
CMS setup
Works with common website builders.
The widget is lightweight and can be added without a custom app build.
Custom HTML block
Create /quote, add a Custom HTML block, paste the snippet, then publish and test.
Embed HTML
Add an Embed HTML element, paste the snippet, and give the frame enough height.
Code Block
Add a Code Block, set it to HTML, paste the snippet, and keep Display Source off.
Page or theme section
Add a quote page or theme section, paste the snippet, then link Get a Quote in navigation.
CNAME record
DNS > Records > Add CNAME. Name quote, target quotes.trennen.co.nz, DNS-only first.
Advanced DNS
Add a CNAME with host quote and value quotes.trennen.co.nz. Do not use @.
Launch QA
Test before the quote page goes public.
Use these checks before handing the quote page to customers. The guide stays public so merchants can prepare setup at any time.
Confirm it resolves and returns JavaScript.
Test in Chrome, Firefox, and Safari with restrictive cookie settings.
Confirm the merchant sees the quote and order after submission.