Guide for Webkul’s Magento 2 Product Parts Finder Module
Using Vehicle Parts Finder module for Magento 2 (Adobe Commerce), the customers can search for parts on the online store. Vehicle Parts Finder module provides dropdown menu options for quickly finding the right parts for your vehicle. Various options are provided to store admin for managing the Magento 2 Part Finder module.
Features
- Admin can create/update/delete part finder.
- Admin can create/delete multiple Dropdowns for the Part finder.
- The admin can create drop-downs required.
- Admin can add products to the Part Finder.
- Admin can generate dropdowns and can add products via CSV file upload.
- The admin can create/edit Import Profiles for importing dropdowns process.
- Admin can create a new category from the add/edit Part finder page.
- Admin can disable Part finders.
- The admin can assign part finder to multiple categories.
- Admin can add part finders on CMS Pages/ Block.
- Admin can insert part finder widget on any CMS Page/Block.
- The admin can assign a product to a part finder from the edit product page.
- A customer can search for parts on the website.
- Adobe Commerce Parts finder can search the parts category-wise as per the admin setting.
- Magento 2 Parts finder can search the parts globally.
Installation of Part Finder Module for Magento 2
Customers will get a zip folder and they have to extract the contents of this zip folder on their system. The extracted folder has an src folder, inside the src folder you have the app folder. You need to transfer this app folder into the Magento2 root directory on the server as shown below.

After the successful installation of the parts finder for Magento 2, you have to run these commands in the Magento2 root directory:
First command — php bin/magento setup:upgrade

Second Command — php bin/magento setup:di:compile

Third Command — PHP bin/Magento setup:static-content:deploy

After running the commands, you have to flush the cache from Magento admin panel by navigating through->System->Cache management as shown below.

Configuration For Multi-Lingual Support
For multilingual support, the admin will navigate through Store->Configuration->General ->Locale Options and select the locale as German (the language into which the admin wants to translate his store content).

Module Translation
If they want to translate their module language from English to German then follow the path app/code/Webkul/PartFinder /i18n in their unzipped Magento2 PartFinder folder and then you will get a csv file with the name “en_US.csv”. Now, rename that csv as to your region code and language code “en_SA.csv” and translate all right side content after a comma in your language. After editing the CSV, save it and then upload it to the path app/code/Webkul/PartFinder /i18n where you have installed Magento 2 on their server. The module will get translated into your desired Language. It also supports RTL and LTR languages.


Admin configuration of part finder module for Magento 2
After the successful installation of the module, the Adobe Commerce admin will navigate to the Part finder>Part Finder List in order to configure.

Now admin select “Part Finder List”, from where can find the list of all the created part finder. Manage the existing part finders and create New Part Finder.

The admin will click on “Action” in order to delete, disable or enable the existing Part finder which has been selected.
For further steps visit the originally published at https://webkul.com on November 2, 2018.