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

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

    So to be clear, my OPAY page is still in its default, updated-by-Bootstrap state, and so is Customer Fields (these have actually never changed), but the problem with this page persists... it gets the wrong (or no) bootstrap styles, no responsiveness, and even the html H tags are wrong compared with the sample store.

    And even when I reset everything (the head tag content/css, global header/footer) the problem remains.

    Stumped.

    Comment


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

      Originally posted by Brennan View Post
      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.
      I started building my new dev store on 1/30 when bootstrap was released.
      I'd hate to lose all the time we've put into it already- is there a way to update the original bootstrap without starting over?

      Also, photos are not showing up in products lists on my dev store

      Comment


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

        @halfacre

        Can you Private Message me login to your store. I will take a look at what is going on with that page.
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


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

          Originally posted by Mark Hood View Post
          Sounds like something has been removed from the default calls for java or css and/or something is now conflicting. I would try reverting the global footer, head tag and sfnt page code etc. until it works again and then go forward from there.
          All these were reverted to orig. bootstrap install on 2/11/2014 without change. Problem(s) persist.

          Comment


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

            Here are the individual updates for version 1.1.1, if you already starting building a store on the older version of the framework.

            ACAD - Customer Fields Tab

            https://gist.github.com/BrennanMiva/9094955

            ACED - Customer Fields Tab

            https://gist.github.com/BrennanMiva/9095049

            BASK - Basket Contents Tab

            https://gist.github.com/BrennanMiva/9095063

            CTGY - Main Page Template

            https://gist.github.com/BrennanMiva/9095078

            Updates to style.css and custom.js

            https://gist.github.com/BrennanMiva/9095111

            https://gist.github.com/BrennanMiva/9095132

            In global footer replace call to jquery with the call to the minified version

            Code:
            <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
            <script>window.jQuery || document.write(unescape('%3Cscript src="js/jquery.min.js"%3E%3C/script%3E'))</script>

            In HEAD tag replace this:

            Code:
            <!-- HTML5 Support for IE -->
            <!--[if lt IE 9]>
                <script src="js/html5shim.js"></script>
            <![endif]-->

            with this:
            Code:
            <!-- HTML5 Support for IE -->
            <!--[if lt IE 9]>
                <script src="js/ie8.js"></script>
            <![endif]-->
            The ie8.js file can be downloaded here:

            https://gist.github.com/BrennanMiva/...8bde3ac/ie8.js
            Last edited by Brennan; 02-19-14, 08:19 AM.
            Brennan Heyde
            VP Product
            Miva, Inc.
            [email protected]
            https://www.miva.com

            Comment


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

              Originally posted by Brennan View Post
              Here are the individual updates for version 1.1.1, if you already starting building a store on the older version of the framework.
              If I'm not mistaken this is missing....New default for Navigation Bar
              Code:
              <div class="navbar bs-docs-nav" role="banner">	<div class="container">
              		<div class="navbar-header">
              			<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
              		</div>
              		<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
              			<ul class="nav navbar-nav">
              				<li><mvt:item name="cssui_links" param="storefront"><i class="icon-home"></i> Home</mvt:item></li>
              				<li class="dropdown">
              					<a href="#" class="dropdown-toggle" data-toggle="dropdown">All Products <b class="caret"></b></a>
              					<ul class="dropdown-menu">
              						<mvt:foreach array="cattree_categories" iterator="cattree_category">
              							<li class="level-&mvte:cattree_category:level;"><a href="&mvte:cattree_category:link;">&mvte:cattree_category:name;</a></li>
              						</mvt:foreach>
              					</ul>
              				</li>
              				<li class="dropdown">
              					<a href="#" class="dropdown-toggle" data-toggle="dropdown">Account <b class="caret"></b></a>
              					<ul class="dropdown-menu">
              						<li><mvt:item name="customerlink" /></li>
              						<mvt:if expr="g.Basket:cust_id">
              							<li><mvt:item name="cssui_links" param="screen:CEML">Change Email Address</mvt:item></li>
              							<li><mvt:item name="cssui_links" param="screen:CPWD">Change Password</mvt:item></li>
              							<li><mvt:item name="cssui_links" param="orderhistory">Order Status</mvt:item></li>
              							<li><a href="&mvt:global:secure_sessionurl;Action=LOGO&amp;Screen=SFNT&amp;Store_Code=&mvta:global:Store_Code;">Log Out</a></li>
              						<mvt:else>
              							<li><mvt:item name="cssui_links" param="orderhistory_login">Order Status</mvt:item></li>
              						</mvt:if>
              					</ul>
              				</li>
              				<li class="dropdown">
              					<a href="#" class="dropdown-toggle" data-toggle="dropdown">Customer Service <b class="caret"></b></a>
              					<ul class="dropdown-menu">
              						<li><mvt:item name="cssui_links" param="screen:ABUS">About Us</mvt:item></li>
              						<li><mvt:item name="cssui_links" param="screen:SARP">Shipping &amp; Returns</mvt:item></li>
              						<li><mvt:item name="cssui_links" param="screen:PRPO">Privacy Policy</mvt:item></li>
              						<li><mvt:item name="cssui_links" param="screen:FAQS">FAQs</mvt:item></li>
              					</ul>
              				<li><mvt:item name="cssui_links" param="screen:CTUS">Contact Us</mvt:item></li>
              			</ul>
              		</nav>
              	</div>
              </div>
              <!-- end .navbar -->
              Mark Hood
              Vermont Gear

              Comment


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

                Hmmm... It's looking better, as the "thumbnails" are showing up when imported as a "main image", thanks for that, Brennan.
                Now it seems there is a problem with images showing up on the product page in abundance. See http://dev.letterbank.com/5/code/SS-556

                Any ideas?
                Joe

                Comment


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

                  Hello Brennan,

                  Just started with Bootstraps framework , it is just what I was looking for. The download was easy thanks to the great videos.
                  I have been working on my development site for a while and I had all of my products and categories loaded when I switched to Bootstrap.
                  They are still on the site but I am unable to add content into the headers and footers. I was able to add a new category but could not add anything into the headers or footers.

                  Any suggestions?

                  Thanks

                  Mark

                  Comment


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

                    ehh I'm losin it today maybe..

                    This is missing from template just before global footer and CTGY page footer

                    It calls in the individual category pages information
                    <mvt:item name="prod_ctgy_hdft" param="ctgy_footer" />
                    Last edited by Mark Hood; 02-21-14, 07:19 AM.
                    Mark Hood
                    Vermont Gear

                    Comment


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

                      I made the changes posted in this thread (thank you) and now the chevron in the lower right corner to go to top of page is constantly bouncing up and down when you go to the bottom of the page. See http://dev.cloverleaffarmherbsandgif...rbal-teas.html and page down.
                      Michael Davidson
                      Picturesque
                      http://picturesqueweb.com

                      Comment


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

                        Hey Mark -

                        You are correct, that is a bug which we will correct in the next version. That category/product header & footer tags are missing from CTGY and PROD.
                        Brennan Heyde
                        VP Product
                        Miva, Inc.
                        [email protected]
                        https://www.miva.com

                        Comment


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

                          No images showing up under Category... Where can I address this code? It's not where I expect to find it... Any help appreciated. Example, http://dev.letterbank.com/5/cat/3-

                          Comment


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

                            I'm wondering if anyone else is experiencing the same issue that you will find here:
                            http://bootstrap.mivamerchantdev.com...de=samsung-gs4

                            If you create an account and then l
                            og out. Go to the above link and login. I land on some phantom product page. Is there a way to login from a product page and land on the same product page? Thanks for your help!

                            Comment


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

                              @fastees
                              That looks to be a bug. The Product Code / Category Code is not being passed correctly in the login form. You can fix it by adding these hidden inputs to the login form in the global header:

                              Code:
                              <mvt:if expr="g.Screen EQ 'PROD' ">
                              <input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;">
                              </mvt:if>
                              
                              <mvt:if expr="g.Screen EQ 'CTGY'">
                              <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;">
                              </mvt:if>

                              We'll include this fix in the next update of the framework as well.


                              Additionally, we found that if you are seeing issues where the framework is not applying the global footer when you apply it, it is because your engine is not up to date. The framework has a call to mvt:assign in the global footer and this is only supported on 5.18 or higher of the Miva Engine.
                              Brennan Heyde
                              VP Product
                              Miva, Inc.
                              [email protected]
                              https://www.miva.com

                              Comment


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

                                Am I missing something or is a close li tag missing for the Customer Service menu?
                                Trent Studios, LLC
                                Graphic Design, Website Design
                                TrentStudios.com
                                (970) 568-8652

                                Comment

                                Working...
                                X