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

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

    Originally posted by coca cola View Post
    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?
    I think you can change them but you would have to add the new formatting for the form back into the template.
    Mark Hood
    Vermont Gear

    Comment


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

      How are the checkout pages handled with Payflow Gateway?

      The checkout page seems to be a different animal than the others, e.g. using a tabular layout for the left nav, and it's currently broken in my build. Content doesn't land in the same place as in the other pages and it doesn't pick up the styles in the same way (or at all). I'm not sure how much of this has to do with the fact that I'm trying to test using the Payflow Gateway (the checkout is hosted by Paypal and brought in through an iframe), but I'm not actually trying to complete a purchase yet, only to get the checkout page to respond to screen widths. Even when I revert to the default Bootstrap install of this page, my header footer, and my head content/css - taking my scripts and styles out of the picture - this page is still broken in the default framework. I'm trying to figure out how this particular page is structured, but I'm struggling mightily.

      OPAY.jpg

      This issue aside, Paypal's iframe deal won't work for a responsive site because I'd have no control over elements within that iframe (unless I'm wrong about that - I'm definitely open to suggestion). I thought this meant I would have to upgrade to Paypal Payments Pro, but I'm not certain if there are other options.

      So, now that we have responsiveness built in with Bootstrap, is there a way to make the checkout fully responsive too, without having to host the checkout pages?

      If self-hosting is necessary, how does that change things security wise with Miva? So far I'm having trouble digging up any meaningful resources on this. I'm interfacing with Paypal, but I'm still not sure what my next move has to be.

      Comment


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

        Every page of the store should be responsive including the OPAY page. Looking at your screenshot, it looks like some classes are missing from your inputs. Did you change the which fields are required? This will revert the form back to default wiping out the changes the bootstrap framework made. Try comparing it to the master store here to see what is missing:

        http://bootstrap.mivamerchantdev.com/mm5/merchant.mvc

        You are correct about the iframe. You may have some trouble getting that to look perfect on mobile because you don't control the page elements. You can try it and see what it looks like and if it is usable, or you could change to the non-iframe version if your ok with not having the hosted checkout.
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


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

          Nothing I have tried can change the extended Qty field in the BASK page - it is so large it overlaps the next box to change quantity. I've uploaded the example. I am using the original Framework 'mica-bootstrap' with nothing changed in css. Can anyone help me?
          Attached Files

          Comment


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

            The default framework does not have this issue. Whats the url and we can take a look.
            Brennan Heyde
            VP Product
            Miva, Inc.
            [email protected]
            https://www.miva.com

            Comment


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

              http://jacklevysales.cybrhost.com is the development site. If you need login/password to look at the code, just let me know

              Comment


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

                I misspoke earlier this does look to be a bug in the core framework as well. We'll update it and I will send you the CSS fix once we have it resolved.
                Brennan Heyde
                VP Product
                Miva, Inc.
                [email protected]
                https://www.miva.com

                Comment


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

                  New question - does anyone have a working contact form php that is responsive? The form we used on our original website won't resize correctly the data entry fields.

                  Comment


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

                    Thanks for the reply, Brennan.

                    I'm very confused. The only form inputs on the screenshot page are the ones in the iframe, which are paypal's and outside of my control. So what you're saying is that, in spite of the lack of inputs on this screenshot display, input classes still have an effect? I didn't change any required fields manually, but I did import some settings from my old store, which could possibly have included a change to these defaults (though I don't believe I've ever messes with these. However, I don't see a way to revert customer fields to a default setting, so I'm not sure how to remedy this if it's an issue.

                    Comparing with the sample link, I notice that, amongst many discrepancies, the body tag has different id/class than in my build.

                    My build
                    <body class="OPAY one-column">

                    Sample build:

                    <body
                    id="JS_OPAY" class="OPAY" style>

                    Also, looking at the page content in an inspector reveals the fact that what are h3's in the sample build you provided are h2s in mine (and h2s are h1s, etc).

                    I have no clue how I could have made this happen. This is the default Payment Information page updated by the Bootstrap install.

                    If this is indeed because the required fields were overwritten as you suggested, is there a way to get them back? This page seems to be completely hosed.


                    Comment


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

                      Originally posted by Brennan View Post
                      Every page of the store should be responsive including the OPAY page. Looking at your screenshot, it looks like some classes are missing from your inputs.
                      I should have replied directly to this comment, sorry.

                      Thanks for the reply, Brennan.

                      I'm very confused. The only form inputs on the screenshot page are the ones in the iframe, which are paypal's and outside of my control. So what you're saying is that, in spite of the lack of inputs on this screenshot display, input classes still have an effect? I didn't change any required fields manually, but I did import some settings from my old store, which could possibly have included a change to these defaults (though I don't believe I've ever messes with these. However, I don't see a way to revert customer fields to a default setting, so I'm not sure how to remedy this if it's an issue.

                      Comparing with the sample link, I notice that, amongst many discrepancies, the body tag has different id/class than in my build.

                      My build
                      <body class="OPAY one-column">

                      Sample build:

                      <body
                      id="JS_OPAY" class="OPAY" style>

                      Also, looking at the page content in an inspector reveals the fact that what are h3's in the sample build you provided are h2s in mine (and h2s are h1s, etc).

                      I have no clue how I could have made this happen. This is the default Payment Information page updated by the Bootstrap install.

                      If this is indeed because the required fields were overwritten as you suggested, is there a way to get them back? This page seems to be completely hosed.

                      Comment


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

                        Originally posted by Brennan View Post
                        I misspoke earlier this does look to be a bug in the core framework as well. We'll update it and I will send you the CSS fix once we have it resolved.
                        Is there a way to be notified when an update to the framework is available?

                        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


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

                          Hey Leslie -

                          Every time we do a release our plan right now is the email everyone who downloaded the framework and let them know a new version is available. Feel free to chime in if you would prefer to be notified another way.

                          There is actually a new release this morning which I am going to post shortly. The big problem we have been thinking through with new releases has to do with implementing the changes to an existing site. The framework is meant to be installed fresh on a brand new store. In the cases where your store is already built on this framework or you started building a new store what is the best way to give developers to incremental changes? We would like to avoid posting individual template changes, but we're not sure if there is a better way or if this is even needed.
                          Brennan Heyde
                          VP Product
                          Miva, Inc.
                          [email protected]
                          https://www.miva.com

                          Comment


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

                            A new version of the bootstrap framework is available to download here:

                            http://www.mivamerchant.com/bootstrap-framework

                            Version 1.1.1- release date 2/18/2014

                            UPDATES
                            =======
                            v1.1.1: [02/17/2014]
                            Updated jQuery to v1.11.0
                            Renamed "html5shim.js" to "ie8.js" and added support for Internet Explorer 8
                            Renamed "jquery.js" to "jquery.min.js"
                            Updated pagination layout on CTGY page
                            Added category tree navigation to bottom of cTGY page
                            Updated item quantity layout on BASK page
                            Updated "Check Out" button on BASK page
                            Updated ACAD and ACED pages to highlight fields with errors
                            Updaed OCST page to better control hidden billing or shipping fields
                            Brennan Heyde
                            VP Product
                            Miva, Inc.
                            [email protected]
                            https://www.miva.com

                            Comment


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

                              Hey Brennan,

                              Email works and I can see where updating an existing framework is going to be tricky after everyone gets and adds their own changes. If the updates are to fix bugs, then I can see where that might be a challenge too.

                              Hopefully more will chime in with suggestions.

                              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


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

                                Originally posted by Brennan View Post
                                A new version of the bootstrap framework is available to download here:
                                A step by step on how to implement the changes is the only option I see. Perhaps this can be part of the change log off the download page?
                                Michael Davidson
                                Picturesque
                                http://picturesqueweb.com

                                Comment

                                Working...
                                X