Announcement

Collapse
No announcement yet.

Bootstrap Framework for Miva Merchant - Support Thread

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #46
    Re: Bootstrap Framework for Miva Merchant - Support Thread

    still doing cleanup but my version is now live www.vermontgear.com
    Mark Hood
    Vermont Gear

    Comment


      #47
      Re: Bootstrap Framework for Miva Merchant - Support Thread

      Congrats Mark, it looks great.
      Thanks,

      Rick Wilson
      CEO
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment


        #48
        Re: Bootstrap Framework for Miva Merchant - Support Thread

        We just installed bootstrap package and have several problems.

        1. ACAD ACED AFAD AFED - there is no formatting for these pages in the css unlike the sample store - what are we missing?
        2. we want to have a newsletter subscribe button that works and a CTUS page with a contact form - can we just integrate a php form like our existing store?
        also when you hit the button it goes to NTFD Page says "SFNT? no longer exists"

        I'm wondering if our install is missing something

        Comment


          #49
          Re: Bootstrap Framework for Miva Merchant - Support Thread

          Hey Mark,

          Thanks for the Global Footer. That came in handy. Nice job by the way.

          coca cola,

          Did you install this over an existing dev framework? Seems like if you're not putting this onto a fresh install, you may have issues.

          1) Maybe those pages didn't install with the framework for some reason, like my global footer... Are they still coded as if they were your previous, or original framework?
          2) This framework doesn't have an integrated contact form. You should be able to use your php form from your live site. Same with your subscribe form. The subscribe form in the framework is just a dummy form, which you can integrate your own subscribe form elements into.

          Ron
          Ron Frigon
          Jedi Webmaster Obi-Ron Kenobi

          Comment


            #50
            Re: Bootstrap Framework for Miva Merchant - Support Thread

            I am trying variations of this part below without much luck. Even in the unchanged bootstrap demo store it does not shrink or stack correctly. Any suggestions because on a smaller device like a old school samsung galaxy the "login gets half wrapped?
            Code:
            <div class="hlinks">
                                <mvt:item name="global_minibasket" />
                                <mvt:if expr="NOT g.Basket:cust_id">
                                    <span class="lr"><a href="&mvt:global:secure_sessionurl;/mm5/merchant.mvc?Store_Code=&mvta:global:Store_Code;&Screen=ORHL" role="button">Order History</a> or <a href="&mvt:global:secure_sessionurl;/mm5/merchant.mvc?Store_Code=&mvta:global:Store_Code;&Screen=LOGN" role="button">Log In</a></span>
                                <mvt:else>
                                    <span class="lr"><a href="&mvt:global:secure_sessionurl;/mm5/merchant.mvc?Store_Code=&mvta:global:Store_Code;&Screen=ACLN" role="button">My Account</a> or <a href="&mvt:global:secure_sessionurl;Action=LOGO&amp;Screen=SFNT&amp;Store_Code=&mvta:global:Store_Code;">Log Out</a></span>
                                </mvt:if>
                            </div>
            Last edited by Mark Hood; 02-13-14, 09:01 AM.
            Mark Hood
            Vermont Gear

            Comment


              #51
              Re: Bootstrap Framework for Miva Merchant - Support Thread

              Originally posted by coca cola View Post
              We just installed bootstrap package and have several problems.

              1. ACAD ACED AFAD AFED - there is no formatting for these pages in the css unlike the sample store - what are we missing?
              2. we want to have a newsletter subscribe button that works and a CTUS page with a contact form - can we just integrate a php form like our existing store?
              also when you hit the button it goes to NTFD Page says "SFNT? no longer exists"

              I'm wondering if our install is missing something
              If the miva demo doesn't share the same problem something else has gone wrong would be my guess. I'd compare what you are seeing for problems with. http://bootstrap.mivamerchantdev.com/mm5/merchant.mvc

              For instance ACAD should have looked like
              http://bootstrap.mivamerchantdev.com...ot&Screen=ACAD
              Mark Hood
              Vermont Gear

              Comment


                #52
                Re: Bootstrap Framework for Miva Merchant - Support Thread

                Hey Mark,

                login gets half wrapped?
                Try adding white-space: nowrap; to those elements.

                Ron
                Ron Frigon
                Jedi Webmaster Obi-Ron Kenobi

                Comment


                  #53
                  Re: Bootstrap Framework for Miva Merchant - Support Thread

                  Originally posted by Ron Frigon View Post
                  Hey Mark,



                  Try adding white-space: nowrap; to those elements.

                  Ron
                  It's the actual text in the global header on a very small screen. I'll give the no wrap a try.
                  Mark Hood
                  Vermont Gear

                  Comment


                    #54
                    Re: Bootstrap Framework for Miva Merchant - Support Thread

                    Originally posted by Mark Hood View Post
                    It's the actual text in the global header on a very small screen. I'll give the no wrap a try.
                    On line 37 of your default css: header .hlinks > span

                    Add it there.

                    Edit:

                    You could also add

                    display: inline-block;
                    margin-bottom:10px;

                    This keeps them spaced and not wrapped in even the narrowest screen width.

                    Ron
                    Last edited by Ron Frigon; 02-13-14, 09:32 AM.
                    Ron Frigon
                    Jedi Webmaster Obi-Ron Kenobi

                    Comment


                      #55
                      Re: Bootstrap Framework for Miva Merchant - Support Thread

                      This is clean install on a new website and everything seemed to be normal until we got to the pages that have an address entry form:

                      http://jacklevysales.cybrhost.com/mm...Store_Code=jls

                      I checked the global header/footer and both look right for the update. Now I'm wondering if it could be in the css codes.

                      https://jacklevysales.cybrhost.com/m...=1&Screen=ACAD

                      Can we get a new copy of the css files? Anyone help!

                      Comment


                        #56
                        Re: Bootstrap Framework for Miva Merchant - Support Thread

                        One think I just saw is that in the new install there is no body tag option in the store settings. Should there be?

                        Comment


                          #57
                          Re: Bootstrap Framework for Miva Merchant - Support Thread

                          @coca cola

                          It looks like your checkout forms inputs are missing the class of "form-control" which is what give the inputs their style. Did you update the Customer Settings to change which fields are required? This will overwrite the entire form. Try rolling is back to the version what says "Updated By Bootstrap Framework"
                          Brennan Heyde
                          VP Product
                          Miva, Inc.
                          [email protected]
                          https://www.miva.com

                          Comment


                            #58
                            Re: Bootstrap Framework for Miva Merchant - Support Thread

                            Great - That worked on the ACAD, ACED etc, but not in the basket which the quantity is too big a field - It is on the original bootstrap
                            http://jacklevysales.cybrhost.com/mm...vc?Screen=BASK

                            If we can't change the customer fields in the store settings, where should we change them? Anything else we should be wary of changing?

                            Comment


                              #59
                              Re: Bootstrap Framework for Miva Merchant - Support Thread

                              I've got an oddity - the thumbnail images are not being sized to what I've got configured Category Product List Image Dimensions. At first I thought it might have been a CSS issue until I looked at the actual image and it's size.

                              Leslie
                              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


                                #60
                                Re: Bootstrap Framework for Miva Merchant - Support Thread

                                Originally posted by Ron Frigon View Post
                                On line 37 of your default css: header .hlinks > span

                                Add it there.

                                Edit:

                                You could also add

                                display: inline-block;
                                margin-bottom:10px;

                                This keeps them spaced and not wrapped in even the narrowest screen width.

                                Ron
                                Just saying Thank you Ron that worked perfectly.
                                Mark Hood
                                Vermont Gear

                                Comment

                                Working...
                                X