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