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

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

    Can someone pls post the pages/product display PAGE Tab template for Code: PROD
    and the PRODUCT DISPLAY LAYOUT Tab template (advanced mode)?

    My products are not displaying as in the bootstrap demo and I'm searching for the problem.
    Thanks in advance for any help!
    Joe
    Last edited by letterbank; 03-04-14, 08:36 AM.

    Comment


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

      Originally posted by letterbank View Post
      Can someone pls post the pages/product display PAGE Tab template for Code: PROD
      and the PRODUCT DISPLAY LAYOUT Tab template (advanced mode)?

      My products are not displaying as in the bootstrap demo and I'm searching for the problem.
      Thanks in advance for any help!
      Joe
      Code:
      <mvt:item name="html_profile" /><head>
      	<title>&mvt:store:name; &mvte:product:name;</title>
      	<base href="&mvt:global:basehref;" />
      	<mvt:item name="prodctgy_meta" param="prod" />
      	<mvt:item name="head" param="css_list" />
      	<mvt:item name="head" param="head_tag" />
      	<mvt:item name="attributemachine" param="head" />
      	<mvt:item name="product_display_imagemachine" param="head" />
      </head>
      <body id="JS_&mvt:page:code;" class="&mvt:page:code;">
      <div id="site-container">
      	<mvt:item name="hdft" param="global_header" />
      	<mvt:item name="navbar" />
      	<mvt:item name="hdft" param="header" />
      	<div class="items">
      		<div class="page-head">
      			<div class="container">
      				<div class="row">
      					<div class="col-md-12">
      						<h2>&mvt:product:name;</h2>
      					</div>
      				</div>
      			</div>
      		</div>
      		<div class="content">
      			<div class="container">
      				<div class="row">
      					<div class="col-md-3 col-sm-3 hidden-xs">
      						<mvt:item name="category_tree" />
      					</div>
      					<div class="col-md-9 col-sm-9">
      						<mvt:item name="breadcrumbs" />
      						<mvt:item name="prod_ctgy_hdft" param="prod_header" />
      						<mvt:item name="product_display" />
      						<mvt:item name="attributemachine" param="body" />
      						<mvt:if expr="l.settings:related_product_count NE 0">
      							<div class="bor"></div>
      							<h4 class="title">Related Products</h4>
      							<mvt:item name="related_products" />
      						</mvt:if>
      						<mvt:item name="prod_ctgy_hdft" param="prod_footer" />
      					</div>
      				</div>
      			</div>
      		</div>
      	</div>
      	<mvt:item name="hdft" param="footer" />
      	<mvt:item name="hdft" param="global_footer" />
      	<div id="closeup_div" class="closeup">
      		<img id="closeup_image" src="graphics/en-US/cssui/blank.gif" alt="" />
      		<div><a id="closeup_close">close</a></div>
      	</div>
      	<mvt:item name="product_display_imagemachine" param="body:product:id" />
      </div>
      </body>
      </html>
      Code:
      <div class="product-main">	<div class="row">
      		<div class="col-md-6 col-sm-6"> 
      			<div class="product-images">
      				<div class="product-image">
      					<img src="graphics/en-US/cssui/blank.gif" alt="&mvte:product:name;" title="&mvte:product:name;" id="main_image" class="aligncenter" />
      				</div>
      				<ul id="thumbnails" class="thumbnails"></ul>
      			</div>
      		</div>
      		<div class="col-md-6 col-sm-6"> 
      			<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:highlightTag">
      				<h4 class="title">&mvt:product:name; &nbsp; <span class="ico"><img src="graphics/00000006/images/&mvt:product:customfield_values:customfields:highlightTag;.png" alt="&mvt:product:customfield_values:customfields:highlightTag;" /></span></h4>
      			<mvt:else>
      				<h4 class="title">&mvt:product:name;</h4>
      			</mvt:if>
      			<h5>Price: <span id="price-value">&mvt:product:formatted_price;</span></h5>
      			<mvt:if expr="l.settings:product:weight NE 0">
      				<p>Shipping Weight: &mvt:product:weight; &mvt:store:wtunits;</p>
      			</mvt:if>
      			<mvt:if expr="l.settings:product:inv_active">
      				<p id="inventory-message">&mvt:product:inv_long;</p>
      			</mvt:if>
      			<mvt:if expr="l.settings:product:quantity EQ 0">
      				<p>Quantity in Cart: <em>None</em></p>
      			<mvt:else>
      				<p>Quantity in Cart: <strong>&mvt:product:quantity;</strong></p>
      			</mvt:if>
      			<form method="post" action="&mvt:global:sessionurl;Screen=BASK" class="form-horizontal" role="form">
      				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
      				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
      				<input type="hidden" name="Action" value="ADPR" />
      				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
      				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
      				<input type="hidden" name="Category_Code" value="&mvte:global:category_code;" />
      				<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
      				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
      				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
      				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
      				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
      				<div id="swatches" class="swatches"></div>
      				<div class="product-attributes">
      					<mvt:item name="product_attributes" param="product:id" />
      				</div>
      				<div class="form-group">
      					<label for="product-quantity" title="Quantity" class="col-md-4 control-label">Quantity:</label>
      					<div class="clearfix visible-xs visible-sm"></div>
      					<div class="col-md-3 col-xs-3">
      						<input type="text" name="Quantity" value="1" id="product-quantity" class="form-control text-center" />
      					</div>
      					<div class="col-md-5 col-xs-9">
      						<mvt:item name="buttons" param="AddToBasket" />
      					</div>
      				</div>
      			</form>
      		</div>
      	</div>
      </div>
      <br />
      <!-- Product Tabs -->
      <ul class="nav nav-tabs">
      	<li class="active"><a href="#js-description" data-toggle="tab">Description</a></li>
      	<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:specifications">
      		<li><a href="#js-specifications" data-toggle="tab">&mvt:customfield_names:customfields:specifications;</a></li>
      	</mvt:if>
      </ul>
      <div class="tab-content"> 
      	<div class="tab-pane active" id="js-description">
      		<h5 class="title">&mvt:product:name;</h5>
      		&mvt:product:descrip;
      	</div>
      	<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:specifications">
      		<div class="tab-pane" id="js-specifications">
      			<h5 class="title">&mvt:customfield_names:customfields:specifications;</h5>
      			&mvt:product:customfield_values:customfields:specifications;
      		</div>
      	</mvt:if>
      </div>
      Mark Hood
      Vermont Gear

      Comment


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

        ...Excellent!

        Thank you
        Last edited by letterbank; 03-04-14, 09:58 AM.

        Comment


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

          I see the content token is missing from pages, such as the About Us (ABUS) page. Should that not be used anymore or can I add it back?
          Thanks!
          Cameron
          Trent Studios, LLC
          Graphic Design, Website Design
          TrentStudios.com
          (970) 568-8652

          Comment


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

            I had the bootstrap installed to dev space on 2/19. I just checked my dev site on an ipod and the navigation menu is not performing correctly (no response to the menu bars icon that should drop down the menu options). I'd made some changes to the nav bar so put it back to the original version as installed to test if that version works but the problem is still there. Any ideas about where to look first for resolving the issue ? - see at dev.petcratesdirect.com

            Thanks,
            Lori

            Comment


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

              nevermind - figured this out - apparently adding collapse.js (that I got from the bootstrap site and wanted to use to replace my present accordion cattree(on live site))caused the problem. I'd added it to the global footer anticipating use and when I removed it, things work now. I'd like to use that collapse.js. Wonder why adding it caused the problem? Any advice on this?

              thanks,
              Lori

              Comment


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

                Subscribing
                Highly caffeinated
                http://www.coffeehouseexpress.com

                Comment


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

                  Hi,

                  The following site:
                  http://www.extremecorals.com/

                  Is using:
                  miva_bootstrap Miva Bootstrap Framework This is a Bootstrap 3.1.0 based framework for Miva Merchant. Version: 1.1.1 -- Release Date: 02/18/2014

                  He is having extreme browser compatibility issues. Is this a known issue with bootstrap?

                  Gary Hodder
                  --
                  CybrHost Support - (866)-300-6482
                  Expert e-Commerce and Virtual Hosting
                  www.cybrhost.com - [email protected]
                  Premiere Hosting Partner Since 1999

                  Comment


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

                    Gary, can you be a bit more specific? I tried FF/IE/Chrome/Safari current releases and didn't see any issues.
                    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


                      Re: Bootstrap Framework for Miva Merchant - Support Thread

                      Hi Andreas,

                      No link is clickable on the site with Safari/Windows7 but I have no issues with chrome/firefox/IE on Windows7. Lots of display issues on WindowsXP.

                      Others are reporting display issues and no links are clickable on AOL Browser, Safari on Mac and iPhone.

                      Gary Hodder
                      --
                      CybrHost Support - (866)-300-6482
                      Expert e-Commerce and Virtual Hosting
                      www.cybrhost.com - [email protected]
                      Premiere Hosting Partner Since 1999
                      Premiere Hosting Partner Since 1999

                      Comment


                        Re: Bootstrap Framework for Miva Merchant - Support Thread

                        When I disable the following css file:

                        /mm5/css/00000001/bootstrap.css

                        All links become clickable in all browsers although naturally the display is messed up.

                        Gary Hodder
                        --
                        CybrHost Support - (866)-300-6482
                        Expert e-Commerce and Virtual Hosting
                        www.cybrhost.com - [email protected]

                        Premiere Hosting Partner Since 1999
                        Premiere Hosting Partner Since 1999

                        Comment


                          Re: Bootstrap Framework for Miva Merchant - Support Thread

                          Good one, I didn't try clicking in Safari. Try to remove the p7pm3 JavaScript (responsive menu). This maybe the culprit.

                          I also didn't check the custom.js called in the footer. Another suspect.

                          BTW Why would you use a responsive menu on top of bootstrap? Anything it does what bootstrap doesn't?
                          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


                            Re: Bootstrap Framework for Miva Merchant - Support Thread

                            Hi Andreas,

                            I didn't create the site.

                            I did try removing the p7pm3 JavaScript, no affect.

                            Gary Hodder
                            --
                            CybrHost Support - (866)-300-6482
                            Expert e-Commerce and Virtual Hosting
                            www.cybrhost.com - [email protected]

                            Premiere Hosting Partner Since 1999
                            Premiere Hosting Partner Since 1999

                            Comment


                              Re: Bootstrap Framework for Miva Merchant - Support Thread

                              did you remove also the CSS file used by p7pm3?
                              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


                                Re: Bootstrap Framework for Miva Merchant - Support Thread

                                I removed the following, the display was messed up and links still weren't clickable.

                                <script type="text/javascript" src="p7pm3/p7PM3scripts.js"></script>
                                <link href="p7pm3/p7PM3-12.css" rel="stylesheet" type="text/css" media="all">



                                Gary Hodder
                                --
                                CybrHost Support - (866)-300-6482
                                Expert e-Commerce and Virtual Hosting
                                www.cybrhost.com - [email protected]
                                Premiere Hosting Partner Since 1999

                                Comment

                                Working...
                                X