test product
- In stock, ready to ship
- Inventory on the way
<div style="max-width:700px;margin:auto;font-family:sans-serif;padding:20px;">
<h2>Booklet Printing Order</h2>
<p><em>Instant quote – fast turnaround Australia-wide</em></p>
<hr>
<!-- 選項 -->
<h3>1. Configure Your Booklet</h3>
<label>Size</label><br>
<select id="size">
<option value="1">A5</option>
<option value="1.3">A4 (+30%)</option>
</select><br><br>
<label>Pages</label><br>
<select id="pages">
<option value="1">16pp</option>
<option value="1.2">24pp (+20%)</option>
<option value="1.4">32pp (+40%)</option>
</select><br><br>
<label>Quantity</label><br>
<select id="qty">
<option value="100">100</option>
<option value="250">250</option>
<option value="500">500</option>
<option value="1000">1000</option>
<option value="2000">2000</option>
<option value="5000">5000</option>
</select><br><br>
<!-- 價格 -->
<div style="background:#f7f7f7;padding:15px;border-radius:8px;">
<h3>2. Instant Price</h3>
<p>Unit Price: <strong>$<span id="unit">0.00</span></strong></p>
<p>Total Price: <strong>$<span id="total">0.00</span></strong></p>
</div>
<hr>
<!-- 客戶資料 -->
<h3>3. Your Details</h3>
<form id="orderForm">
<input type="text" placeholder="Full Name" required style="width:100%;padding:8px;"><br><br>
<input type="email" placeholder="Email" required style="width:100%;padding:8px;"><br><br>
<input type="text" placeholder="Phone" style="width:100%;padding:8px;"><br><br>
<textarea placeholder="Additional Notes" style="width:100%;padding:8px;"></textarea><br><br>
<button type="submit" style="background:black;color:white;padding:12px 20px;border:none;">
Submit Order Request
</button>
</form>
<p id="successMsg" style="color:green;display:none;margin-top:10px;">
✅ Request sent! We will contact you shortly.
</p>
<p style="font-size:12px;color:gray;margin-top:20px;">
*Indicative pricing only. Final quote may vary.
</p>
</div>
<script>
function basePrice(qty){
if(qty == 100) return 4.5;
if(qty == 250) return 2.8;
if(qty == 500) return 1.9;
if(qty == 1000) return 1.2;
if(qty == 2000) return 0.85;
if(qty == 5000) return 0.55;
}
function updatePrice(){
let size = parseFloat(document.getElementById("size").value);
let pages = parseFloat(document.getElementById("pages").value);
let qty = parseInt(document.getElementById("qty").value);
let unit = basePrice(qty) * size * pages;
let total = unit * qty;
document.getElementById("unit").innerText = unit.toFixed(2);
document.getElementById("total").innerText = total.toFixed(0);
}
document.getElementById("size").onchange = updatePrice;
document.getElementById("pages").onchange = updatePrice;
document.getElementById("qty").onchange = updatePrice;
updatePrice();
document.getElementById("orderForm").addEventListener("submit", function(e){
e.preventDefault();
document.getElementById("successMsg").style.display = "block";
});
</script>
Sydney & Melbourne
Same - 2 Working days
Metro NSW
(Newcastle / Wollongong)
1 - 3 Working days
Gold Coast & Brisbane
1 - 3 Working days
Adelaide & Canberra
2 - 4 Working days
Hobart & Perth
3 - 7 Working days
Darwin
7 - 14 Working days
Remote Area in
NSW VIC ACT SA QLD
3 - 14 Working days
Remote Area in
NT WA North QLD TAS Island
over 7 Working days*
The estimated shipping times always for reference only. A track number will be sent to you after your order has been shipped so that you can estimate when your items will arrive the destination. Please note that the tracking information might not update in real time immediately. We are not responsible for shipping delays or item missing caused by Couriers. We will try our best to help and we will provide couriers contact details. From 2015-2017 we only have 1 missed item and 99.8% on time shipping record in last 1000 shipping history. (Last updated in 20th March 2021)

