Example content for Vendor Signup Success Page

Example content for Vendor Signup Success Page

This section will show you how to create content for the Vendor Sign Up Success Page

  • 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


    • Related Articles

    • Basic Configuration - Other Vendor Configurations

      These are the remaining default steps in setting up a marketplace. These can all be found in Stores > Settings > Configuration > Omnyfy. Vendor Subscriptions The configurations available for the Vendor subscriptions apply to the setting of the email ...
    • Basic Configuration - Vendor/Product/Content Preparation

      At this point, the marketplace default configurations should already be finalised. Now you can begin to specify the various settings and attributes for Vendors and Products, so you can add content to the marketplace. Here are the following places to ...
    • Basic Configuration - Vendor Search

      Omnyfy supports a configurable Vendor Search page that supports multiple search types with faceted, filterable navigation. Default URL: The Default URL of the search page is as follows: [marketplace URL]/vendorsearch/result/index/ Vendor Search ...
    • Basic Configuration - Vendor Configurations

      Vendor Configurations Follow the process below to configure your marketplace using the Omnyfy Platform. Note that the configurations here may change depending on the nature of the marketplace that you are looking to create. The configurations below ...
    • Marketplace Owner and Vendor Dashboards Set Up

      Setting up or modifying the Dashboards can be done with a specific Marketplace Owner and Vendor Dashboard login. Typically these are provided during the Project UAT stage, however you can request the Omnyfy support team to set you up with one if you ...