Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

Backend Functionality


Panel

Part Finder >> Product Parts Finder 


Panel

By navigating Part Finder >> Product Parts Finder you will able to see all existing product parts finders.

Each record has options to edit and delete parts finders.

Add New Parts Finder

Panel

By navigating Part Finder >> Product Parts Finder >> Add New Parts Finder you will able to add new parts finder.

  • Title: Specify Title of Parts Finder
  • Dropdowns: Specify number of dropdown required for search attribute
  • Template: Specify display template for Parts Finder, either vertical or horizontal
  • Status: Specify status of parts finder, either enabled or disabled
  • Enter all required details and “Save” it.


Panel

Once you save details of General tab, you will able to see code as above screen, you have to keep this code manually to CMS page and Category page to display Parts Finder on each page.

Note

we can't use same finder twice at same page. There would be id conflicts in that case.


Panel

Navigate to Dropdowns tab to select search attributes,

You will able to see to number of dropdowns you have specified while creating parts finder.

  • Name: Specify label “Name” to display at parts finder on page, used as caption of dropdown
  • Attribute: Specify search attribute
  • Sort: Specify Sort order, either ascending or descending or default
  • Display type : specify the display type for the parts finder. Dropdown, Image. label or Image & label
Panel

Navigate to Products tab to select products for search result

Panel

Navigate to Deleted Products tab to select products which should not be displayed on search result

Panel

Navigate to Universal Products tab to select products to display for all search attribute criteria

Panel

Navigate to Import Universal Products tab to import bulk universal products,

  • Delete Existing: Specify “Yes” if you want to delete existing products and import new products
  • CSV File: Choose CSV file to upload bulk products
  • Download Sample File: Download sample file from here for CSV template 

    Note

    Please upload images with extensions (png,jpg,jpeg) and will be uploaded to the following directory: pub/media/md/finder/images_tmps.

    https://drive.google.com/file/d/1SX2BcgMia4PsuXALPI9dlQ9MLzaevN9M/view?usp=sharing

    Sample Product File for import/export format

    During uploading csv image_name should be same as option_name(attribute_value).


...