Try our new AI assistant by clicking the chat icon in the lower right corner.
The quote custom fields are available on any of the quote emails, as well as the two new quote pages:
When the Manage Quotes module is installed, it automatically creates these two page templates. These page templates can be customized to match your store’s look and feel.
There are five areas of your site that need to be updated and/or customized when setting up Manage Quotes:
The new pages are pre-styled to match that of the Shadows theme styles.
If your store does not use the Shadows ReadyTheme, there are additional page template changes you can optionally make.
Go to User Interface>Pages and add the following code to BASK, OCST, OSEL, OPAY, INVC and any email templates you are using. It should immediately follow this line:
The new code is below:
To add a link to the Quote History page from the Account Landing page, add the following line of code to the ACLN page template:
This link can be added globally to any page.
Add the following code to the LOGN page template.
You can add the Manage Quotes module as an extension to any global item. For example, to add Manage Quotes to the global_minibasket, perform the following steps:
When the customer logs into the store, they will see the “View Your Active Quotes” link in the navigation bar.
The Manage Quotes module provides a flow to let your customers add items to their cart and submit them for your quote.
The preferred way to provide a way for cusotmers to request a quote is to assign the request_quote item to the page you want it to display on.
Add the following item tag to the page template:
Next, assign the messages item to the page.
Finally include a Messages Array on the page to output any errors.
Your page will look like the following when complete.
Another method is below. This form is flexible and can be put on any page in Miva. You can download a template for the quote form at the following link: https://snippets.cacher.io/snippet/f5313b45e4bd1429b828
The country field only accepts the 2-digit country code. We recommend that you use a drop-down list to collect the country designation.
The following link includes the HTML code to create a drop-down of country codes: https://snippets.cacher.io/snippet/c1f712fdb3da3b835b70