Announcement

Collapse
No announcement yet.

Miva Merchant 9.0004 Template Changes

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

    #61
    Re: Miva Merchant 9.0004 Template Changes

    No, the Forums is where we announce these changes (and the Reference Guide).
    Thanks,

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

    Comment


      #62
      Re: Miva Merchant 9.0004 Template Changes

      I'm wondering if the Suivant Ready Theme has been completely updated, as I've installed it into my dev store and I've noticed the PATR page doesn't have the same code that's in the template_changes.html
      Maybe it got skipped?
      Trent Studios, LLC
      Graphic Design, Website Design
      TrentStudios.com
      (970) 568-8652

      Comment


        #63
        Re: Miva Merchant 9.0004 Template Changes

        Originally posted by cway View Post
        I'm wondering if the Suivant Ready Theme has been completely updated, as I've installed it into my dev store and I've noticed the PATR page doesn't have the same code that's in the template_changes.html
        Maybe it got skipped?
        Do keep in mind that the template_changes.html appears to be using the Default CSSUI framework. With that said, what did you find?
        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


          #64
          Re: Miva Merchant 9.0004 Template Changes

          I'm looking at my dev store, which has a newly installed Suivant Ready Theme.
          On all other pages, the title tag is now wrapped in an if/else expression:

          Code:
              <mvt:if expr="NOT ISNULL l.settings:page:title">
                  <title>&mvt:page:title;</title>
              <mvt:else>
                  <title>&mvt:store:name;: &mvt:page:name;</title>
              </mvt:if>
          On page PATR, the title tag is the same as it used to be:

          Code:
          <title>&mvt:product:name;: &mvt:store:name; - &mvt:page:name;</title>
          Trent Studios, LLC
          Graphic Design, Website Design
          TrentStudios.com
          (970) 568-8652

          Comment


            #65
            Re: Miva Merchant 9.0004 Template Changes

            Going through the 9.0004 template changes. On step "CSSUI: User Interface: Settings: CSSUI Head Tag Content/CSS"
            I wonder if this:

            Code:
            <mvt:if expr="NOT ISNULL l.settings:product:metafield:keywords">
                <meta name="keywords" content="&mvt:product:metafield:keywords;" />
            <mvt:elseif expr="NOT ISNULL l.settings:category:metafield:keywords">
                <meta name="keywords" content="&mvt:category:metafield:keywords;" />
            <mvt:else>
                <meta name="keywords" content="SEO: META KEYWORDS" />
            </mvt:if>
            <mvt:if expr="NOT ISNULL l.settings:product:metafield:description">
                <meta name="keywords" content="&mvt:product:metafield:description;" />
            <mvt:elseif expr="NOT ISNULL l.settings:category:metafield:description">
                <meta name="keywords" content="&mvt:category:metafield:description;" />
            <mvt:else>
                <meta name="description" content="SEO: META DESCRIPTION" />
            </mvt:if>
            is being replaced with this:

            Code:
            <mvt:item name="prodctgy_meta" param="combined" />
            Can anyone confirm? And if it is, I wonder where all that coding is going/has went?
            Thanks!
            Cway
            Trent Studios, LLC
            Graphic Design, Website Design
            TrentStudios.com
            (970) 568-8652

            Comment


              #66
              Re: Miva Merchant 9.0004 Template Changes

              Regarding the PATR page, it does look like that page was missed. We will update it. However, because of the AJAX add to cart it is not currently possible to get to that page.

              For the meta tag code, that is correct. The meta tags were changed so they cascade eliminating the logic in the first block of code.
              Brennan Heyde
              VP Product
              Miva, Inc.
              [email protected]
              https://www.miva.com

              Comment


                #67
                Re: Miva Merchant 9.0004 Template Changes

                Here is the PATR page for Suivant and Iron and Wool

                https://gist.github.com/influxweb/03f3c0d38b8438b90eb1

                This will be added in the next update to both themes.
                Brennan Heyde
                VP Product
                Miva, Inc.
                [email protected]
                https://www.miva.com

                Comment


                  #68
                  Re: Miva Merchant 9.0004 Template Changes

                  Are there any changes required to the PayPal Express Checkout Button Item Template?

                  Sample code:

                  Code:
                  <mvt:if expr="l.settings:PaypalExButton:express_in_context">
                      <a data-paypal-button="true" href="&mvt:global:secure_sessionurl;Store_Code=&mvta:global:Store_Code;&amp;Action=PAL1&amp;Screen=PAL1&amp;NextScreen=OCST&amp;NextAction=&amp;CancelScreen=&mvta:global:Screen;"><img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="border:0; padding:1em 0;" alt="" /></a>
                  <mvt:else>
                      <a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:global:Store_Code;&amp;Action=PAL1&amp;Screen=PAL1&amp;NextScreen=OCST&amp;NextAction=&amp;CancelScreen=&mvta:global:Screen;"><img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="border:0; padding:1em 0;" alt="" /></a>
                  </mvt:if>
                  My NextScreen has a redirect on it with the new URI manager.
                  http://www.alphabetsigns.com/

                  Comment


                    #69
                    Re: Miva Merchant 9.0004 Template Changes

                    I just got done implementing 9.0004 template changes into a client's Suivant site. Upon logging-in (http://dev.theteatable.com/LOGN.html), the page (http://dev.theteatable.com/LOGN.html) says "We're sorry but it appears that the "LOGN,ACLN" page is not available at this time."

                    When I refresh the page (http://dev.theteatable.com/LOGN.html), it doesn't appear I've logged-in, but when I go to My Account (http://dev.theteatable.com/ACLN.html), I am logged-in.

                    Here's the form tag from the template changes:
                    Code:
                    <form id="logn" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
                    This is the form tag from my newly installed Suivant site:
                    Code:
                    <form method="post" action="&mvte:url;" id="js-logn-form" class="inline-labeling" autocomplete="off">
                    I've tried both in my client's site and both return a similar message.
                    Does anyone have any ideas what the problem is?

                    Thanks!
                    Cway
                    Trent Studios, LLC
                    Graphic Design, Website Design
                    TrentStudios.com
                    (970) 568-8652

                    Comment


                      #70
                      Re: Miva Merchant 9.0004 Template Changes

                      Since implementing 9.0004 template changes, the customer fields don't appear to be available on the Customer Information page.
                      Has anyone else experienced this since implementing 9.0004 template changes?
                      I've tried being logged-in and not.
                      http://dev.theteatable.com
                      Thanks!
                      Cway
                      Trent Studios, LLC
                      Graphic Design, Website Design
                      TrentStudios.com
                      (970) 568-8652

                      Comment


                        #71
                        Re: Miva Merchant 9.0004 Template Changes

                        This was in the Suivant LOGN template at http://dev.theteatable.com:

                        Code:
                                        <mvt:if expr="g.Customer_Temporary_Password">
                                            <input type="hidden" name="Screen" value="CPWD" />
                                            <input type="hidden" name="Customer_Temporary_Password" value="&mvte:global:Customer_Temporary_Password;" />
                                        <mvt:else>
                                            <input type="hidden" name="Screen" value="ACLN" />
                                        </mvt:if>
                        I replaced it with what was in my newly installed, default Suivant in my dev store (http://dev.trentstudios.com):

                        Code:
                                    <mvt:if expr="g.Customer_Temporary_Password">
                                        <mvt:assign name="l.settings:url" value="l.settings:urls:CPWD:secure" />
                                    <mvt:else>
                                        <mvt:assign name="l.settings:url" value="l.settings:urls:ACLN:secure" />
                                    </mvt:if>
                        and the below problem goes away. Does anyone know if I can leave it or if I should make any changes?
                        Thanks!
                        Cway

                        Originally posted by cway View Post
                        I just got done implementing 9.0004 template changes into a client's Suivant site. Upon logging-in (http://dev.theteatable.com/LOGN.html), the page (http://dev.theteatable.com/LOGN.html) says "We're sorry but it appears that the "LOGN,ACLN" page is not available at this time."

                        When I refresh the page (http://dev.theteatable.com/LOGN.html), it doesn't appear I've logged-in, but when I go to My Account (http://dev.theteatable.com/ACLN.html), I am logged-in.

                        Here's the form tag from the template changes:
                        Code:
                        <form id="logn" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
                        This is the form tag from my newly installed Suivant site:
                        Code:
                        <form method="post" action="&mvte:url;" id="js-logn-form" class="inline-labeling" autocomplete="off">
                        I've tried both in my client's site and both return a similar message.
                        Does anyone have any ideas what the problem is?

                        Thanks!
                        Cway
                        Last edited by cway; 09-17-15, 01:40 PM.
                        Trent Studios, LLC
                        Graphic Design, Website Design
                        TrentStudios.com
                        (970) 568-8652

                        Comment


                          #72
                          Re: Miva Merchant 9.0004 Template Changes

                          <mvt:rant>Would it be possible to NOT display this banner if the store is up to date?




                          It's really confusing to store owners </mvt:rant>
                          Last edited by lesliekirk; 09-18-15, 04:20 AM.
                          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


                            #73
                            Re: Miva Merchant 9.0004 Template Changes

                            Originally posted by Brennan View Post
                            @Stephen
                            Here is a reference: http://suivant-theme.mivamerchantdev.com/js/scripts.js. If you have not made any changes to the scripts.js file you should be able to replace you existing file with the one above.
                            I think the scripts.js file at that link is missing some of the code for the slick slider that sets the height. Been banging my head on this one for a few hours...

                            Code:
                            				function equalImageWraps() {
                            					var currentHeight = 0,
                            						rowDivs = new Array();
                            					
                            					carousel.find('.flag').each(function() {
                            						$(this).height('auto');
                            						rowDivs.push($(this));
                            						currentHeight = (currentHeight < $(this).height()) ? ($(this).height()) : (currentHeight);
                            						for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) {
                            							rowDivs[currentDiv].height(currentHeight);
                            						};
                            					});
                            				};
                            Highly caffeinated
                            http://www.coffeehouseexpress.com

                            Comment


                              #74
                              Re: Miva Merchant 9.0004 Template Changes

                              In comparing my dev store with a newly installed Suivant in it, with a client's Suivant, I found this site helps me find the differences between the two: https://www.diffchecker.com/
                              Trent Studios, LLC
                              Graphic Design, Website Design
                              TrentStudios.com
                              (970) 568-8652

                              Comment


                                #75
                                Re: product link on search page

                                The product link (not Quick View) doesn't work any more since implementing 9.0004 template changes.
                                See http://dev.theteatable.com/SRCH.html and search for 'bbb'.
                                It appears to be writing &amp; to the URL instead of &. e.g.http://dev.theteatable.com/mm5/merch...oduct_Code=BBB
                                Does anyone know what the fix is?
                                Thanks!
                                Cway
                                Trent Studios, LLC
                                Graphic Design, Website Design
                                TrentStudios.com
                                (970) 568-8652

                                Comment

                                Working...
                                X