Magento 2 (Adobe Commerce)Quote System will allow the customers to quote for the products in Magento 2 (Adobe Commerce Cloud)store. This module is very helpful in ordering the admin products in bulk. The buyers can communicate with the admin for any queries regarding the quoted products.
Note – Magento 2 Quote System will not work with the Grouped Products.
Customers will get a zip folder and they have to extract the contents of this zip folder on their system. Moreover, the extracted folder has an src folder, inside the src folder you have the app folder.
And after the successful installation, 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
Then after running the commands, you have to flush the cache from the Magento admin panel by navigating through->System->Cache management as shown below.
If a user wants to translate their module from English to German then they need to follow the path app/code/Webkul/Quotesystem/i18n in their unzipped Magento2(Adobe Commerce Cloud) Quotesystem folder and will get a CSV file with the name “en_US.csv”.
Now they will rename that CSV as “de_DE.csv” and translate all right side content after the comma in the German language.
After editing the CSV, save it and then upload it to the path app/code/Webkul/Quotesystem/i18n where they have installed Magento2 on the server.
The module will get translated into the German Language. It supports both RTL and LTR languages.
The admin can configure the module by following the navigation, Stores>Quotesystem.
The owner can navigate through the Products -> Catalog and select a product or create a new one to add the quotation request.
Store admin will have to set the Quote Status for the product as Yes and set Minimum Quote Quantity so that customers can quote for that product quantity as shown below:

Store Admin will find the quotes under Webkul Quote System->Manage Quotes as shown below:

Here admin can manage as well as can add a new quote for the product on behalf of the customer.
Originally Published - https://webkul.com/