Announcement

Collapse
No announcement yet.

Shadows Checkout

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

    Shadows Checkout

    Just wondering how the full global header is being hidden through the checkout process (OCST, OSEL, OPAY) pages. If as an option, you wanted to have the full header show instead of just the store logo? It just looks too different from the rest of the site. I know you can modify whatever you like, but I can't tell initially by just looking at the main OCST template what's controlling that.

    Thanks,
    Tony Pavao
    Studio6t6
    Vancouver BC Canada
    [email protected]

    #2
    Hi Tony,

    The controlling of the global header content is done thought classes set in the HTML element:
    Code:
    ...
    ...
    ...
    <mvt:comment>This will set classes for use on checkout pages to clean up the header.</mvt:comment>
    <mvt:if expr="l.settings:page:code CIN 'ORDL,OCST,OUS1,OUSM,UATM,UATR,OSEL,OPAY,INVC' OR (g.Customer_Temporary_Password) OR ('AMAZONPAY' CIN l.settings:page:code)">
        <mvt:assign name="g.checkout_hidden" value="'u-hidden u-hide-visually'"/>
        <mvt:assign name="g.checkout_shown" value="'u-shown'"/>
        <mvt:assign name="g.checkout_full" value="'u-width-12'"/>
    </mvt:if>
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Hi Matt,

      Forgot to ask you about the footer as well. But I see that it is handled by a conditional in the actual global footer.

      Thanks for the quick reply!
      Tony Pavao
      Studio6t6
      Vancouver BC Canada
      [email protected]

      Comment


        #4
        If I may enquire about one more thing. The checkout pages also seem to have a mind of their own in terms of width. It's fully justified no matter what I put in there. I looked everywhere for conditionals controlling that. I loaded in a template from a non-checkout page just as a test and the content still justifies from edge to edge. I was hoping to make it more of "Levels" style checkout with a fixed width.

        Or perhaps I should just switch to Levels?



        Tony Pavao
        Studio6t6
        Vancouver BC Canada
        [email protected]

        Comment


          #5
          Hi Tony,

          The Shadows checkout should be center justified with an equal amount of space on the left and right sides. Is that not what you are seeing?
          Matt Zimmermann

          Miva Web Developer
          Alchemy Web Development
          https://www.alchemywebdev.com
          Site Development - Maintenance - Consultation

          Miva Certified Developer
          Miva Professional Developer

          https://www.dev4web.net | Twitter

          Comment


            #6
            Hi Matt,

            It's centered more or less, but the content goes past the maximum width of the top primary menu. I've attached a screenshot...

            Thanks,

            Shadows_Checkout.png
            Attached Files
            Tony Pavao
            Studio6t6
            Vancouver BC Canada
            [email protected]

            Comment


              #7
              Hi Tony,

              The content looks correct, but the header might be off because of making it the full content. You may need to massage that code to get the layout correct.
              Matt Zimmermann

              Miva Web Developer
              Alchemy Web Development
              https://www.alchemywebdev.com
              Site Development - Maintenance - Consultation

              Miva Certified Developer
              Miva Professional Developer

              https://www.dev4web.net | Twitter

              Comment


                #8
                Thank you, Matt. I will look at that.
                Tony Pavao
                Studio6t6
                Vancouver BC Canada
                [email protected]

                Comment

                Working...
                X