Customer Management

Customer Management

Invite customer contacts and assign access permission.


Manage Customer Request

Manage Invoices

Customize Invoice Template
        
<!--customer management-->
<div class="storefront-rightbar manage">
   <h3>Customer Management</h3>
   <p>Invite customer contacts and assign access permission.</p>
   <div class="row">
      <div class="col-md-6">
         <div class="dash-box">
            <i class="icon-manage-customer"></i>
            <div class="dash-details">
               <label>Manage customer requests of the products new/change/cancel as well as the invoice payment</label><br>
               <a href="javascript:void(0)" class="item" data-list-item="manage-customer">Manage Customer Request</a>
            </div>
         </div>
      </div>
      <div class="col-md-6">
         <div class="dash-box">
            <i class="icon-recent-view"></i>
            <div class="dash-details">
               <label>Enable to manage the customers' invoices and customize the invoice that will be displayed to customers.</label><br>
               <a href="javascript:void(0)" class="item" data-list-item="manage-invoices">Manage Invoices</a>
            </div>
         </div>
      </div>
      <div class="col-md-6 mt-3">
         <div class="dash-box">
            <i class="icon-customize-invoice"></i>
            <div class="dash-details">
               <label>Enable to manage the customers' invoices and customize the invoice that will be displayed to customers.</label><br>
               <a href="javascript:void(0)" class="item"  data-list-item="custom-invoice-template">Customize Invoice Template</a>
            </div>
         </div>
      </div>
   </div>
</div>
<!--customer management-->