Announcement

Collapse
No announcement yet.

Adding cattree to PROD page

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

    Adding cattree to PROD page

    I have the category_tree item assigned to the PROD page. I have checked the g.screenCheck and I don't see PROD as one of the values. So what else is preventing the cattree from displaying?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Just a stupid question, did you add the item also in the template code?
    Andreas Toman
    PCINET, LLC

    Miva Merchant Design, Development, Integration & Support
    We built over 200 Miva Merchant stores!
    Miva shopping cart design & integration service and see our Portfolio!


    e-mail: [email protected]
    web: www.pcinet.com
    LinkedIn: Andreas Toman
    phone: (786) 250-2056 (Miami, FL)

    Comment


      #3
      Originally posted by PCINET - Andreas View Post
      Just a stupid question, did you add the item also in the template code?
      The only stupid question is the one not asked.

      Yes, this token is in the template code

      Code:
      <mvt:item name="category_tree" />
      and it's item is assigned to the page.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Does the category tree show up on other pages, if yes, check if in the category template is code preventing it from showing up.
        Last edited by PCINET - Andreas; 02-10-16, 10:31 AM. Reason: typo
        Andreas Toman
        PCINET, LLC

        Miva Merchant Design, Development, Integration & Support
        We built over 200 Miva Merchant stores!
        Miva shopping cart design & integration service and see our Portfolio!


        e-mail: [email protected]
        web: www.pcinet.com
        LinkedIn: Andreas Toman
        phone: (786) 250-2056 (Miami, FL)

        Comment


          #5
          Originally posted by PCINET - Andreas View Post
          Does the category tree show up on other pages, if yes, check if in the category template is code preventing it from showing up.
          Yes, it works on other pages. What in the category template code would prevent it from showing up on the PROD page?
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            a conditional. If there is no conditional then it looks almost like a case for Miva.
            Andreas Toman
            PCINET, LLC

            Miva Merchant Design, Development, Integration & Support
            We built over 200 Miva Merchant stores!
            Miva shopping cart design & integration service and see our Portfolio!


            e-mail: [email protected]
            web: www.pcinet.com
            LinkedIn: Andreas Toman
            phone: (786) 250-2056 (Miami, FL)

            Comment


              #7
              Originally posted by PCINET - Andreas View Post
              a conditional. If there is no conditional then it looks almost like a case for Miva.
              Yes, I check this one (which has impacted other stores), it doesn't have PROD in it.

              Code:
              <mvt:assign name="g.screenCheck" value="'ABAL,ACAD,ACED,AFAD,AFCL,AFED,ACLN,BASK,CEML,CPWD,FPWD,GFTL,INVC,LOGN,LOGOUT,OCST,OPAY,OPRC,ORHL,ORDH,ORDL,ORDS,OSEL,OUS1,OUSL,OUSM,PLMT,PRINTP,RGFT,SFNT,UATM,UATR,WLAD,WLED,WISH,WLGN,WLST,WPCK'" />
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment


                #8
                if this wraps the category tree then PROD should be added ;)
                Andreas Toman
                PCINET, LLC

                Miva Merchant Design, Development, Integration & Support
                We built over 200 Miva Merchant stores!
                Miva shopping cart design & integration service and see our Portfolio!


                e-mail: [email protected]
                web: www.pcinet.com
                LinkedIn: Andreas Toman
                phone: (786) 250-2056 (Miami, FL)

                Comment


                  #9
                  Yes it does, it should, but alas is it not.
                  Leslie Kirk
                  Miva Certified Developer
                  Miva Merchant Specialist since 1997
                  Previously of Webs Your Way
                  (aka Leslie Nord leslienord)

                  Email me: [email protected]
                  www.lesliekirk.com

                  Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                  Comment


                    #10
                    very cryptic message and requires too much thinking. Did you add PROD to the value list?
                    Andreas Toman
                    PCINET, LLC

                    Miva Merchant Design, Development, Integration & Support
                    We built over 200 Miva Merchant stores!
                    Miva shopping cart design & integration service and see our Portfolio!


                    e-mail: [email protected]
                    web: www.pcinet.com
                    LinkedIn: Andreas Toman
                    phone: (786) 250-2056 (Miami, FL)

                    Comment


                      #11
                      Is the code being output to the page, but then hidden by some css rule?
                      Ron Frigon
                      Jedi Webmaster Obi-Ron Kenobi

                      Comment


                        #12
                        Originally posted by Ron Frigon View Post
                        Is the code being output to the page, but then hidden by some css rule?
                        Good catch. In the BODY tag was this style "single-column" which was triggering the display: none;

                        Thanks!
                        Leslie Kirk
                        Miva Certified Developer
                        Miva Merchant Specialist since 1997
                        Previously of Webs Your Way
                        (aka Leslie Nord leslienord)

                        Email me: [email protected]
                        www.lesliekirk.com

                        Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                        Comment

                        Working...
                        X