Navigate to Content > Pages
Create a New Page
Name the page Vendor Signup Success
Copy and paste the code below to create a simple Success Page
<div class="bg-light">
<section class="callback-section">
<div class="container">
<div class="callback-column">
<h2 class="title">Thank you for applying as a vendor!</h2>
<div class="steps-container">
<h3>Next Steps</h3>
<div class="steps">
<div class="step-item">
<h2 class="num">1</h2>
<div class="desc">
Your application to become a member of this marketplace will be reviewed by the
marketplace owner
</div>
</div>
<div class="step-item">
<h2 class="num">2</h2>
<div class="desc">
Once approved, you will receive your username and password to access the
marketplace
</div>
</div>
<div class="step-item">
<h2 class="num">3</h2>
<div class="desc">
Please then login and set up your store
</div>
</div>
</div>
</div>
<div class="actions">
<a href="{{store url=""}}" class="btn btn-primary btn-block">
Back To Homepage
</a>
</div>
</div>
</section>
</div>
You can then change this information as required for your own marketplace or replace with your own content