Storefront Settings

Storefront Settings

Build your own landing page with custom styles.


Build your own landing page

Manage Terms & Conditions

Setup Payment Gateway

Manage Notification Templates
        
<!--storefront setting-->
<div class="storefront-rightbar storefront-setting build">
   <h3>Storefront Settings</h3>
   <p>Build your own landing page with custom styles.</p>
   <div class="row">
      <div class="col-md-6">
         <div class="dash-box">
            <i class="icon-branding"></i>
            <div class="dash-details">
               <label>Branding your storefront with custom styles.</label><br>
               <a href="javascript:void(0)" class="item" data-list-item="landing">Build your own landing page</a>
            </div>
         </div>
      </div>
      <div class="col-md-6">
         <div class="dash-box">
            <i class="icon-invoices1"></i>
            <div class="dash-details">
               <label>Setup terms and conditions that your customers will need to agree to when accessing the storefront.</label><br>
               <a href="javascript:void(0)" class="item" data-list-item="tnc">Manage Terms & Conditions</a>
            </div>
         </div>
      </div>
      <div class="col-md-6 mt-3">
         <div class="dash-box">
            <i class="icon-history"></i>
            <div class="dash-details">
               <label>Storefront supports CyberSource and Authorize. Net payment processor, you can enable the Payment Gateway as a payment method for your customers</label><br>
               <a href="javascript:void(0)" class="item"  data-list-item="payment">Setup Payment Gateway</a>
            </div>
         </div>
      </div>
      <div class="col-md-6 mt-3">
         <div class="dash-box">
            <i class="icon-learn-more"></i>
            <div class="dash-details">
               <label>Customize the notifications sent to customers in your Storefront</label><br>
               <a href="javascript:void(0)" class="item"  data-list-item="template">Manage Notification Templates</a>
            </div>
         </div>
      </div>
   </div>
</div>
<!--storefront setting-->