Advanced Development Solutions Home
Advanced Development Solutions Home
Advanced Development Solutions Home

Description / Features
Read Me First
Installation / Upgrade
Configuration
Template Layouts
FAQ
     

Meta Master Module Help for MIVA Merchant v5

Module Template Layouts Explained

This module automatically modifies your currently used PROD Product Display, CTGY Category Display and SFNT Storefront Page templates, when it is first installed and configured. This page contains a copy the modified Merchant Original templates and comments that will assist you with making adjustments. HTML and template scripting knowledge is required to make template modifications. If you do not have these skills it is recommended you contact ADS representative to get assistance with template design and customization.

PROD Product Display Sample Template:
(ADS Meta Master items and variables are shown and explained below in red.)

<html>
<head>
<title>&mvt:store:name;</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" />
<mvt:item name="ads-metamaster" /><!-- Meta Master item inserted by this module -->
</head>

<mvt:item name="body">
<mvt:item name="hdft" param="global_header" />

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td align="left" valign="bottom" colspan=2 >
<mvt:item name="navbar" />
</td></tr>

<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="header" />
</td></tr>

<tr><td align="left" valign="top" bgcolor="&mvt:colors:ctgy_bg;">
<table border="0" cellpadding="10" cellspacing="0">
<tr><td align="left" valign="top" nowrap>
<mvt:item name="fonts" param="ctgy_font">
<mvt:item name="customerlink" />
<mvt:item name="affiliatelink" />
<mvt:item name="category_tree" />
</mvt:item>
</td></tr>
</table>
</td><td align="left" valign="top" width="80%">
<br>
<blockquote><mvt:item name="mmui_messages" param="welcome" /></blockquote>
</td></tr>

<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="footer" />
</td></tr>
</table>

<mvt:item name="hdft" param="global_footer" />
</mvt:item>
</html>


CTGY Category Display Sample Page Template:
(ADS Meta Master items and variables are shown and explained below in red.)

<html>
<head>
<title>&mvt:store:name;: &mvt:category:name;</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" />
<mvt:item name="ads-metamaster" /><!-- Meta Master item inserted by this module -->
</head>

<mvt:item name="body">
<mvt:item name="hdft" param="global_header" />

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td align="left" valign="bottom" colspan=2 >
<mvt:item name="navbar" />
</td></tr>

<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="header" />
</td></tr>

<tr><td align="left" valign="top" bgcolor="&mvt:colors:ctgy_bg;">
<table border="0" cellpadding="10" cellspacing="0">
<tr><td align="left" valign="top" nowrap>
<mvt:item name="fonts" param="ctgy_font">
<mvt:item name="customerlink" />
<mvt:item name="affiliatelink" />
<mvt:item name="category_tree" />
</mvt:item>
</td></tr>
</table>
</td><td align="left" valign="top" width="80%">
<br>
<blockquote>
<mvt:item name="prod_ctgy_hdft" param="ctgy_header" />
<mvt:if expr="NOT ISNULL l.settings:category_title:image">
<img src="&mvte:category_title:image;" alt="&mvte:category:name;" border="0">
<mvt:else>
<mvt:item name="fonts" param="hdr_font">
<b>&mvte:category:name;</b>
</mvt:item>
</mvt:if>

<mvt:item name="product_list" />
<mvt:item name="prod_ctgy_hdft" param="ctgy_footer" />
</blockquote>
</td></tr>

<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="footer" />
</td></tr>
</table>

<mvt:item name="hdft" param="global_footer" />
</mvt:item>
</html>


SFNT Storefront Sample Page Template:
(ADS Meta Master items and variables are shown and explained below in red.)

<html>
<head>
<title>&mvt:store:name;</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" />
<mvt:item name="ads-metamaster" /><!-- Meta Master item inserted by this module -->
</head>

<mvt:item name="body">
<mvt:item name="hdft" param="global_header" />

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td align="left" valign="bottom" colspan=2 >
<mvt:item name="navbar" />
</td></tr>

<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="header" />
</td></tr>

<tr><td align="left" valign="top" bgcolor="&mvt:colors:ctgy_bg;">
<table border="0" cellpadding="10" cellspacing="0">
<tr><td align="left" valign="top" nowrap>
<mvt:item name="fonts" param="ctgy_font">
<mvt:item name="customerlink" />
<mvt:item name="affiliatelink" />
<mvt:item name="category_tree" />
</mvt:item>
</td></tr>
</table>
</td><td align="left" valign="top" width="80%">
<br>
<blockquote><mvt:item name="mmui_messages" param="welcome" /></blockquote>
</td></tr>

<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="footer" />
</td></tr>
</table>

<mvt:item name="hdft" param="global_footer" />
</mvt:item>
</html>


"architects of the web since 1998"
Learn more about our services

Build Your Business Online!

SERVICES | CONTACT US | HOME