- {/* Offset Amount */}
-
- Carbon Offset
-
- {order.tons} tons CO₂
-
-
-
- {/* Portfolio */}
-
- Portfolio
-
- Portfolio #{order.portfolioId}
-
-
-
- {/* Base Amount */}
-
- Offset Cost
-
- ${baseAmount.toFixed(2)}
-
-
-
- {/* Processing Fee */}
-
- Processing Fee (5%)
-
- ${processingFee.toFixed(2)}
-
-
-
- {/* Total */}
-
- Total Paid
-
- ${totalAmount.toFixed(2)}
-
-
-
-
-
-
Order ID
-
{order.id}
+ {/* Success Badge */}
+
+
-
-
Status
-
-
- {order.status.toUpperCase()}
-
-
-
- {session.customerEmail && (
-
-
Email
-
{session.customerEmail}
+
+
+ {/* Order Details Section */}
+
+
+ Order Summary
+
+
+
+ {/* Carbon Offset - Highlighted */}
+
+
+
+
Carbon Offset
+
{order.tons} tons CO₂
+
+
+
- )}
+
+ {/* Portfolio */}
+
+ Portfolio
+
+ #{order.portfolioId}
+
+
+
+ {/* Pricing Breakdown */}
+
+
+ Offset Cost
+
+ ${baseAmount.toFixed(2)}
+
+
+
+ Processing Fee (5%)
+
+ ${processingFee.toFixed(2)}
+
+
+
+
+ Total Paid
+
+ ${totalAmount.toFixed(2)}
+
+
+
+
+
+
+ {/* Order Metadata */}
+
+
+
+
Order ID
+
{order.id}
+
+
+
Status
+
+
+ {statusDisplay.label}
+
+
+
+ {session.customerEmail && (
+
+
Email
+
{session.customerEmail}
+
+ )}
+
+
Date
+
+ {new Date().toLocaleDateString('en-US', {
+ year: 'numeric',
+ month: 'long',
+ day: 'numeric'
+ })}
+
+
+
+
+
+
+
+ {/* Impact Comparisons */}
+
+
+
-
-
+
- {/* Impact Comparisons */}
-
-
-
-
-
-
- {/* Action Buttons */}
-
-
-
-
-
-
- {/* Confirmation Email Notice */}
- {session.customerEmail && (
-
- A confirmation email has been sent to {session.customerEmail}
-
- )}
-
-
+
+
+
+
+
+ {/* Confirmation Email Notice */}
+ {session.customerEmail && (
+
+
+
+
+ Confirmation email sent to {session.customerEmail}
+
+
+
+ )}
+
+ {/* Footer */}
+
+ Thank you for making a positive impact on our planet
+ Questions? Contact us at support@puffinoffset.com
+
+
+