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)

MyAdmin Tabs / Installation

Installation

CSS Page Item

The CSS page item will output the required CSS styles for the dropdown menu to work.

<mvt:item name="smr_my_admin" param="smr_my_admin_css" />

Put this in the global head/css area of your store. In most stores there is a head/css tab avaiable when you're editing a page that this can go in.

Try to make this the last entry in your head/css area for best results. Note that all the CSS elements are prefixed by smr_my_admin_menu for no chance of any CSS conflicts. You can edit this CSS in the SMR_MY_ADMIN_CSS page that was made when you installed the module.

Tabs Page Item

<mvt:item name="smr_my_admin" />

This is the page item that creates the admin tab menu system. Put it anywhere in your global header or footer; the CSS takes care of positioning.

updated April 21, 2013