Announcement

Collapse
No announcement yet.

Missing navbar and categoy tree

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Missing navbar and categoy tree

    This is the template I am using in System Extention Setting..Sebenza Category Template Manager. When I view store there is no header or category tree menu. http://luxurycustomaccessories.com/m...Store_Code=LCA

    Novice so need step by step directions to fix this..thank you.

    <html>
    <head>
    <title>&mvt:store:name;: &mvt:category:name;</title>
    <base href="&mvt:global:basehref;">
    <mvt:item name="head" />
    </head>
    <mvt:item name="body">
    <mvt:item name="hdft" param="global_header" />
    <mvt:item name="hdft" param="header" />
    <mvt:item name="navbar" />
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr><td align="left" width="20%" valign="top" bgcolor="&mvt:colors:ctgy_bg;">
    <table border="0" cellpadding="10" cellspacing="0">
    <tr><td align="left" valign="top">
    <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" width="80%" valign="top">
    <blockquote>
    <mvt:item name="prod_ctgy_hdft" param="ctgy_header" />
    <h3>&mvt:category:name;</h3>
    <table border=0 cellpadding=2 cellspacing=0 width=500>
    <mvt:foreach iterator="product" array="products">
    <mvt:if expr = "(pos1 MOD 2 ) EQ 1">
    <tr>
    </mvt:if>
    <td align="center" valign="bottom">
    <mvt:if expr="NOT ISNULL l.settings:product:thumbnail">
    <a href="&mvt:global:sessionurl;Screen=PROD&Store_Cod e=&mvta:store:code;&Product_Code=&mvta:product:cod e;&Category_Code=&mvta:category:code;"><img src="&mvte:product:thumbnail;" border=0></a>
    <mvt:else>
    &nbsp;
    </mvt:if>
    <br>
    <mvt:item name="fonts" param="body_font">
    <a href="&mvt:global:sessionurl;Screen=PROD&Store_Cod e=&mvta:store:code;&Product_Code=&mvta:product:cod e;&Category_Code=&mvta:category:code;"><u>&mvt:pro duct:name;</u></a><br>
    &mvt:product:formatted_price;
    </mvt:item>
    </td>
    <mvt:if expr = "(pos1 MOD 2 ) EQ 0">
    </tr><tr><td colspan=3>
    <hr width="100%" color=#cccccc SIZE=1>
    </td></tr>
    </mvt:if>
    </mvt:foreach>
    <mvt:if expr = "((pos1 MOD 2 ) NE 0)">
    <mvt:if expr = "((pos1 MOD 2 ) EQ 1)">
    <td colspan="2">&nbsp;</td>
    </tr>
    </mvt:if>
    <mvt:if expr = "((pos1 MOD 3 ) EQ 2)">
    <td>&nbsp;</td>
    </tr>
    </mvt:if>
    </mvt:if>
    </table>
    <mvt:if expr="g.Offset OR g.NextOffset">
    <br>
    <table border="0" width="90%" align="center">
    <tr>
    <mvt:if expr="g.Offset EQ 0">
    <td>&nbsp;</td>
    <mvt:else>
    <td align="left">
    <form method="post" action="&mvt:global:sessionurl;">
    <input type="hidden" name="Screen" value="&mvte:global:Screen;">
    <input type="hidden" name="SortBy" value="&mvte:global:SortBy;">
    <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;">
    <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;">
    <input type="hidden" name="Offset" value="&mvte:global:PrevOffset;">
    <mvt:item name="buttons" param="Previous" />
    </form>
    </td>
    </mvt:if>
    <mvt:if expr="g.NextOffset EQ 0">
    <td>&nbsp;</td>
    <mvt:else>
    <td align="right">
    <form method="post" action="&mvt:global:sessionurl;">
    <input type="hidden" name="Screen" value="&mvte:global:Screen;">
    <input type="hidden" name="SortBy" value="&mvte:global:SortBy;">
    <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;">
    <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;">
    <input type="hidden" name="Offset" value="&mvte:global:NextOffset;">
    <mvt:item name="buttons" param="Next" />
    </form>
    </td>
    </mvt:if>
    </tr>
    </table>
    </mvt:if>
    </blockquote>
    </td></tr>
    </table>
    <mvt:item name="hdft" param="global_footer" />
    </mvt:item>
    </html>

    #2
    Re: Missing navbar and categoy tree

    If you go to Pages > CTGY and click Edit, then click the Items tab, what items are checked off?

    Comment


      #3
      Re: Missing navbar and categoy tree

      Originally posted by Leanne View Post
      If you go to Pages > CTGY and click Edit, then click the Items tab, what items are checked off?
      Everything was checked except category tree..I checked it and it shows up without css and headtag coding. If I give you access to directory can you fix this for me? I would be glad to pay for the help..I am desperate!

      Comment


        #4
        Re: Missing navbar and categoy tree

        I've sent you a PM.

        Comment

        Working...
        X