Announcement

Collapse
No announcement yet.

Global Header and Footer not showing up on Custom Page

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

    Global Header and Footer not showing up on Custom Page

    The contents of the custom page show up, but not the global header and footer. Everything works fine on the storefront.

    Code:
    <mvt:item name="html_profile" />
    <head>
        <title>&mvt:store:name;</title>
        <base href="&mvt:global:basehref;">
        <mvt:item name="head" param="head_tag" />
    </head>
    
    <mvt:item name="body">
        <mvt:item name="hdft" param="global_header" />
    
            <!-- MAIN TEXT AND GRAPHIC -->
    Contact
            <!-- END MAIN TEXT AND GRAPHIC -->
    
        <mvt:item name="hdft" param="global_footer" />
    </mvt:item>
    </html>
    Custom page: http://tinatang.com/mm5/merchant.mvc?Screen=CONTACT&Store_Code=TT
    Storefront: http://tinatang.com/mm5/merchant.mvc?Screen=SFNT&Store_Code=TT

    Am I doing something wrong? Thanks!

    #2
    Re: Global Header and Footer not showing up on Custom Page

    I'm having the same problem. Looks like you got your fixed.
    I'm guessing there is a particular item that needs to be assigned on the custom pages, but cant figure out which one...Anybody???

    Is there a reference guide (or more of a cheat sheet) that describes what each item does and when it should be assigned? I always struggle with that! TIA
    Bronson Design Studio, LLC
    Website: bronsondesign.com
    Facebook: facebook.com/bronsondesign

    Comment


      #3
      Re: Global Header and Footer not showing up on Custom Page

      Make sure "hdft" is assigned under the "Items" tab for your custom page.

      Comment


        #4
        Re: Global Header and Footer not showing up on Custom Page

        I had hdft assigned, but you response made me realize that I was using toolkit in the global header for a conditional to check if the customer was in a pricegroup. So I needed to assign the toolkit item. Thanks for nudging me to a solution Angela!
        Bronson Design Studio, LLC
        Website: bronsondesign.com
        Facebook: facebook.com/bronsondesign

        Comment

        Working...
        X