Miva Merchant Development by Scot's Scripts

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.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

Ratings & Reviews / Custom Ratings/Reviews

Custom Ratings/Reviews

Creating a custom review item is as easy as thinking about what to call it. Add the name of the custom review item in the parameter section of the page code and that's it.

Note: the custom item can not contain spaces. Underscores are OK.

As a way to let your customers rate your checkout process, you could create a custom review item called checkout by adding the word checkout to the parameter section like in the example below.

<mvt:item name="smr_reviews" param="load checkout" />
&mvt:smr_reviews:template;

That's all it takes to create a custom review. Every time you want to get the results for the checkout review campaign, load it up like that.

You can also use the load:[num] setting. If you wanted to load three checkout reviews, you'd use load:3 checkout for the param.

updated April 12, 2013