Is it possible to manage quotes at the company level?
Since v.2.7.0 of B2B Company Account extension is compatible with Amasty Request a Quote extension, enabling quote creation at the company level and introducing new role permissions for quote management. You can find the 'amasty/module-company-account-quote’ package for installing in composer suggest. Please note that the module is available as a part of an active subscription.
Once the package is installed, additional permissions for quote management will appear in the Company's Roles:
When the View permission is enabled, a Quote tab would become available for the user in the Company Account account:
The Company Quotes grid contains all quotes created by customers belonging to the company. Permissions allow you to restrict the submission of quotes, as well as their movement to the cart/checkout. If a user has the Move to Cart and Checkout (own quotes) permission, they will be able to move only their own quotes to the cart/checkout. Move to Cart and Checkout (quotes of all users) permissions allows moving all quotes to the cart/checkout. If there are no permissions granted, the user will only be able to view quotes.
Related Articles
Request a Quote API
We have created a public API collection for Request a Quote with sample queries and data, you can copy it to run local tests in your Magento environment. More details about using public collections can be found in the following FAQ post. 1. ...
Can I edit the quotes?
Since v. 2.11.0 of Request a Quote extension, we have added a feature to include simple, virtual, and downloadable out-of-stock products when creating quotes. You can find the ‘amasty/module-request-quote-edit’ package for installing in composer ...
Request a Quote | GraphQL methods
Queries isQuoteCartEnabled description: check if request a quote is enabled. Includes check for customer group quoteCart (cartId: String!) description: return information about the specified shopping cart customerQuoteCart description: return ...
I want to change logo and text on the PDF in Request a quote plugin. How do I do that?
Kindly note that PNG files are not suitable for logo replacement. For this operation, please use an SVG file converted to base64 encoding. Please follow the steps below to replace the logo image and edit the text on the PDF. Step 1. Head to Amasty → ...
Can I add out-of-stock products to the quote?
Since v. 2.11.0 of Request a Quote Pro extension, we have added a feature to include simple, virtual, and downloadable out-of-stock products when creating quotes. You can find the ‘amasty/module-request-quote-out-of-stock’ and ...