Scot's Scripts FAQs and Module Support

If you don't find the answers here contact us.
Documentation and support for our Miva modules is found here. If you can't find the answer you're looking for contact us and we'll add the information.

FastFAQs / Getting Started

Getting Started

FastFAQs for Miva Merchant is the easiest way to create an accordion style FAQ system in your Miva Merchant store.

You can create FAQs for products, categories, and pages that will automatically do what you want.

Setup is very easy.

1. Install the module

2. Open the page you want to have FAQs on in your Miva Merchant admin, click the Items tab, and turn on the fastFAQs item.

3. Near the top of the page template, add the following code just above the closing </head> tag:

<mvt:item name="fastfaqs" />

4. Add the following code to the spot you want your FAQs to appear:

<div id="fastfaqs">
<h3>Frequently Asked Questions</h3>
&mvt:fastfaqs:default;
</div>

5. Add the following code just above the closing </body> tag towards the bottom of your template:

&mvt:fastfaqs:foot;
updated September 26, 2017