Thank You page
URL:
/user/checkout/gateway-selected
List of Elements
Tick and message
<div class="white_section" align="center"> <div class="sucess-tick"> <img src="/assets/img/succes_tick.svg" alt="Success"> </div> <p class="thank-for-shop-txt">THANK YOU FOR YOUR PURCHASE!</p> </div>
Invoice Id
<div class="white_section" align="center">
<div class="sucess-tick"> … </div>
<div class="thank-page-invoice">
<p>YOUR INVOICE ID IS :</p>
<div class="invoice-id">THESTRA-1533890457384</div>
<p class="thank-small-txt ">You will receive an order confirmation email shortly.
If you have any enquiry, please
</p>
<p class="thank-small-txt contact-us-href">
<a href="/user/policy/contact%20us">contact us</a>
</p>
</div>
</div> Redirect Button
<div class="white_section" align="center">
<div class="sucess-tick"> … </div>
<div class="thank-page-invoice"> … </div>
<div>
<a href="/user" class="thank-big-btn btn-black-cmn">HOME PAGE</a>
<a href="/user/order/orderhistory" class="thank-big-btn btn-red">PURCHASE
HISTORY</a>
</div>
</div>