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.

Content Wizard / Installation

Installation

Module Installation

Upload the module to the store and install from the Utilities module area. Here's a good description of how to install a module. Steps 2, 3, and 4 are what apply:

https://www.scotsscripts.com/support/scotsblogger-installation.html

Enter License

After the module has been installed and activated, open up the Content Wizard in the Miva Merchant admin (in the Utilities area, or while editing a product, category, or page) and give it your license.

Page Items

Activate the Content Wizard page item on any page that you want to use the Content Wizard on. If you are going to use it in the global footer or header activate the page item on all pages. Activate the Content Wizard page item on a page by clicking on the ITEMS tab and searching for contentwizard and then turning it on with the little switch.

Page Code

The last thing to do is adjust the ReadyTheme content items in your page templates for the Content Wizard. This is easy to do: simply replace the page item name "readytheme" with "contentwizard".

For example, a basic readytheme page item:

<mvt:item name="readytheme" param="contentsection( 'about-us-homepage' )" />

To use the Content Wizard, change "readytheme" to "contentwizard" like this:

<mvt:item name="contentwizard" param="contentsection( 'about-us-homepage' )" />

updated January 11, 2018