Section & Variations › Payment Success

Available Variations
Payment Success Variation 1 Starter Kit Codes
<!-- include sections/payment-success  -->
<section class="cart checkout payment-success cart-variation-1">
	<div class="container">
		<div class="section-header">
			<i class="ic ic-check-circle icon-success"></i>
			<h3 class="section-title">Your booking is confirmed</h3>
			<p class="section-desc">Thank you for booking. Your reservation has been confirmed. We sent the details to your email.</p>
		</div>
		<div class="section-content">
			<div class="product-item cart-variation-1">
				<div class="product-item-image"><img src="assets/images/travel-product-list-1.png" class="image" /></div>
				<div class="product-item-text">
					<h4>Bamboo Villa in Eco Six Bali Resort</h4>
					<div class="product-rating-location">
						<div class="product-rating product-list-variation-1">
							<div class="product-rating-inner">
								<div class="rating"><i class="ic ic-star active"></i><strong>4.8</strong></div>
								<div class="rating-text"><span class="rating-description">(890 reviews)</span></div>
							</div>
						</div>
						<span class="product-location"><i class="ic ic-map-pin"></i>Treehouse in Kecamatan Sidemen, Indonesia</span>
					</div>
				</div>
			</div>
			<div class="booking-details">
				<div class="booking-detail-item"><strong>Dates</strong><span>Jan 14 - 17, 2024</span></div>
				<div class="booking-detail-item"><strong>Guest</strong><span>1 Room, 2 Adults</span></div>
			</div>
		</div>
		<div class="section-footer">
			<a class="btn btn-lg btn-outline-dark-2 w-full" href="index.html">Back to Home</a>
		</div>
	</div>
</section>
Payment Success Variation 2 Starter Kit Codes
<!-- include sections/payment-success  -->
<section class="cart checkout payment-success cart-variation-2">
	<div class="container">
		<div class="section-header">
			<i class="ic ic-totebag primary"></i>
		</div>
		<div class="section-content">
			<h3 class="section-title">Thanks for your order!</h3> <strong class="order-id">Your order ID is: QW12ER34TY56</strong>
			<p>Your order has been placed and will be processed as soon as possible. Make sure you make note of your order number. You will be receiving an email shortly with confirmation of your order.</p>
		</div>
		<div class="section-footer">
			<a class="btn btn-xl btn-brand-primary" href="homepage.html">BACK TO HOME</a>
		</div>
	</div>
</section>
Payment Success Variation 3 Starter Kit Codes
<!-- include sections/payment-success  -->
<section class="cart checkout payment-success cart-variation-3">
	<div class="container">
		<div class="section-header">
			<i class="ic ic-totebag primary"></i>
		</div>
		<div class="section-content">
			<h3 class="section-title">Thanks for your order!</h3> <strong class="order-id">Your order ID is: QW12ER34TY56</strong>
			<p>Your order has been placed and will be processed as soon as possible. Make sure you make note of your order number. You will be receiving an email shortly with confirmation of your order.</p>
		</div>
		<div class="section-footer">
			<a class="btn btn-xl btn-brand-primary" href="homepage.html">Continue Shopping</a>
		</div>
	</div>
</section>