Catalog Management

Catalog Management

Create a catalog template by selecting SYNNEX and private products, add pricing in the catalog template.


Manage Products

Customize Product Templates

Products Categories

Tile Settings
        
<!--Catalog Management dashboard-->
<div class="storefront-rightbar catalog-management create">
   <h3>Catalog Management</h3>
   <p>Create a catalog template by selecting SYNNEX and private products, add pricing in the catalog template.</p>
   <div class="row">
      <div class="col-md-6">
         <div class="dash-box">
            <i class="icon-m-prodcuts"></i>
            <div class="dash-details">
               <label>Add reseller private parts to your Storefront for sell, also you can edit the feature attributes of SYNNEX Products. </label><br>
               <a href="javascript:void(0)" class="item" data-list-item="allproducts">Manage Products</a>
            </div>
         </div>
      </div>
      <div class="col-md-6">
         <div class="dash-box">
            <i class="icon-operations--record"></i>
            <div class="dash-details">
               <label>Create a catalog template by selecting SYNNEX and your private products, customize pricing and assign this catalog to customers</label><br>
               <a href="javascript:void(0)" class="item" data-list-item="templates">Customize Product Templates</a>
            </div>
         </div>
      </div>
      <div class="col-md-6 mt-3">
         <div class="dash-box">
            <i class="icon-cate-products"></i>
            <div class="dash-details">
               <label>Create custom categories for all of the products you are authorized to sell.</label><br>
               <a href="javascript:void(0)" class="item"  data-list-item="categories">Products Categories</a>
            </div>
         </div>
      </div>
      <div class="col-md-6 mt-3">
         <div class="dash-box">
            <i class="icon-dashboard"></i>
            <div class="dash-details">
               <label>Select a template from this list to maintain its tiles. </label><br>
               <a href="javascript:void(0)" class="item"  data-list-item="tilesettings">Tile Settings</a>
            </div>
         </div>
      </div>
   </div>
</div>
<!--Catalog Management dashboard-->