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
1. Amasty\RequestQuote\Api\RemarkServiceInterface: PUT /V1/amasty_quote/updateRemark, method="save" - add information to the Remark field. 2. Amasty\RequestQuote\Api\QuoteRepositoryInterface - class for managing quotes: PUT ...
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 some additional fields to the quote cart?
Yes, it is possible in the Pro version of the Request a Quote module. It offers Custom Quote Fields functionality, which is located in Admin Panel > Sales > Amasty Request a Quote > Custom Quote Fields. This feature allows you to create personalized ...
B2B Company Account API
1. Amasty\CompanyAccount\Api\CompanyRepositoryInterface - class for managing company accounts. GET /V1/amcompany/company/:companyId, method="getById" - get information about the company by its ID; POST /V1/amcompany/company, method="save" - create a ...