FastFAQs / Detailed Parameter List
<mvt:item name="fastfaqs" />
Use one of the following page entities to display the FAQs. Normally the default entity would be used. Put this where you want the FAQs to be.
&mvt:fastfaqs:default;
- displays default FAQs based on product FAQs being most important, category FAQs being secondary important, and page FAQs being the least important. Most of the time you will use this.
&mvt:fastfaqs:product;
- displays FAQs related to the product code
&mvt:fastfaqs:category;
- displays FAQs related to the category code
&mvt:fastfaqs:page;
- displays FAQs related to the screen code (page).
Note: The FAQ display entity must be enclosed in a fastfaq div tag, for example:
<div id="fastfaqs"> &mvt:fastfaqs:default; </div>
The three types of FAQs that can be loaded are:
Example 1: load FAQs for a product with the code p1
<mvt:item name="fastfaqs" param="product p1" />
Display the FAQs using the custom FAQ entity:
&mvt:fastfaqs:custom;
Custom loaded FAQs will also be loaded into the default entity:
&mvt:fastfaqs:default;
Example 2: load FAQs for a product with the code p1, but load the CSS from FAQ settings for the current page:
<mvt:item name="fastfaqs" param="product p1 page" />
Example 3: load FAQs for a product with the code p1, but load the CSS from product p2:
<mvt:item name="fastfaqs" param="product p1 product p2" />