Announcement

Collapse
No announcement yet.

Miva Merchant 9.0004 Template Changes

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

    #16
    Re: Miva Merchant 9.0004 Template Changes

    Originally posted by Rick Wilson View Post
    They were in final testing today, it should be early to middle of next week.
    Oh Rick???
    Sincerely,

    Stephen M. LaBar, Jr.
    (770) 441-9447
    The Martial Arts Store

    Please Visit Our Site At:
    http://www.themartialartsstore.com

    Comment


      #17
      Re: Miva Merchant 9.0004 Template Changes

      They're coming today

      We're planning on around 3 PM Pacific time.
      Thanks,

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

      Comment


        #18
        Re: Miva Merchant 9.0004 Template Changes

        All ReadyThemes (except retro) have been update to the 9.0004 page template changes. Retro should be released Monday.

        The latest themes can be downloaded here:

        http://apps.miva.com/themes
        Thanks,

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

        Comment


          #19
          Re: Miva Merchant 9.0004 Template Changes

          This is kind of good for sites in dev but what about the live sites? So I'm curious if you will have the code changes per page like you do for the very basic miva install. This is important please!

          Comment


            #20
            Re: Miva Merchant 9.0004 Template Changes

            The uploading and applying of any framework will overwrite the current coding. But because I seem to have a problem with using the coding from the updates page, I take the framework and install it in a dev site, then I can see the code in my own comfort zone. I do use the Updates page a reference to be aware of what has been changed. If it happens to be a page that didn't have any previous changes made to it but there are new changes, I'll just copy the entire page template from the dev version and paste it to the live site.

            But to answer you question - yeah you'll still need to make line by line changes for older sites.
            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


              #21
              Re: Miva Merchant 9.0004 Template Changes

              It would be nice if someone could post the wishlist templates for Suivant readytheme please! Also the page changes for PROD.

              Comment


                #22
                Re: Miva Merchant 9.0004 Template Changes

                Originally posted by fastees View Post
                It would be nice if someone could post the wishlist templates for Suivant readytheme please! Also the page changes for PROD.
                Do what I've started suggesting all my store owners with a ReadyTheme do, go grab a free developer account.

                http://www.miva.com/docs/development-account

                Then you can apply the latest version of the theme and get to code you need that is specific to your theme.

                Trying to quickly update a store that uses a theme other than what the Template Changes use can be a bit frustrating.

                Also watch out for a gotcha I discovered that some stores may encounter. If your BODY Tag is not in it's own tab, the updates to the BODY Tag do not get applied. It can leave you scratching your head wondering why your ReadyTheme doesn't look like the demo ReadyTheme.
                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


                  #23
                  Re: Miva Merchant 9.0004 Template Changes

                  I've added the code on the Product page for Wishlists but have something weird happening.

                  If I use this form tag :<form method="post" action="&mvt:global:sessionurl;Screen=BASK"> I can add the product to the bask but cannot add the product to a wishlist.

                  If I use the new form tag: <form method="post" action="&mvte:urls:BASK:auto;" name="add" id="js-purchase-product" class="inline-labeling"> I can add the product to a wishlist but I cannot add the product to the shopping cart.

                  Any ideas???
                  Sincerely,

                  Stephen M. LaBar, Jr.
                  (770) 441-9447
                  The Martial Arts Store

                  Please Visit Our Site At:
                  http://www.themartialartsstore.com

                  Comment


                    #24
                    Re: Miva Merchant 9.0004 Template Changes

                    This is the first time I am applying an update to a site with a Suivant theme. I've done considerable updates to some of the pages so I want to make sure I am doing this correctly. I'm finding some of the information here a little confusing.

                    Can you clarify: Will there by any place where the template changes for the Suivant theme are posted?

                    If not, I think I understand what to do.

                    Comment


                      #25
                      Re: Miva Merchant 9.0004 Template Changes

                      @Stephen

                      There was an update the the Add To Cart JavaScript.

                      in js/scripts.js add this code:

                      Code:
                      if (/\?/.test(formUrl)) {
                      	formUrl = formUrl + '&v=' + randomNo;
                      }
                      else {
                      	formUrl = formUrl + '?v=' + randomNo;
                      };
                      It should go inside the function addToCart () { right above this code:

                      Code:
                      // Add status data to form
                      form.data('formstatus', 'submitting');
                      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.
                      Brennan Heyde
                      VP Product
                      Miva, Inc.
                      [email protected]
                      https://www.miva.com

                      Comment


                        #26
                        Re: Miva Merchant 9.0004 Template Changes

                        Will there by any place where the template changes for the Suivant theme are posted
                        The template changes are located here:

                        Here are a list of changes which were made to the theme: https://github.com/mivaecommerce/rea...v1.3.0-Updates

                        It will be up to you to make these changes to your store.
                        Brennan Heyde
                        VP Product
                        Miva, Inc.
                        [email protected]
                        https://www.miva.com

                        Comment


                          #27
                          Re: Miva Merchant 9.0004 Template Changes

                          Originally posted by Brennan View Post
                          The template changes are located here:

                          Here are a list of changes which were made to the theme: https://github.com/mivaecommerce/rea...v1.3.0-Updates

                          It will be up to you to make these changes to your store.
                          Brennan,

                          I didn't see the changes for the Iron & Wool Theme online. Are they going to be posted as well?
                          Sincerely,

                          Stephen M. LaBar, Jr.
                          (770) 441-9447
                          The Martial Arts Store

                          Please Visit Our Site At:
                          http://www.themartialartsstore.com

                          Comment


                            #28
                            Re: Miva Merchant 9.0004 Template Changes

                            Originally posted by Brennan View Post
                            @Stephen

                            There was an update the the Add To Cart JavaScript.
                            Brennan,

                            I thought there might have been changes so after I installed the updated Theme in my dev store I copied the new js files to my live site after installing the code. The changes you gave me are there and the site still does not work properly.

                            Did I miss something somewhere else?
                            Sincerely,

                            Stephen M. LaBar, Jr.
                            (770) 441-9447
                            The Martial Arts Store

                            Please Visit Our Site At:
                            http://www.themartialartsstore.com

                            Comment


                              #29
                              Re: Miva Merchant 9.0004 Template Changes

                              We'll get it added to the list of changes, we just missed it.
                              Brennan Heyde
                              VP Product
                              Miva, Inc.
                              [email protected]
                              https://www.miva.com

                              Comment


                                #30
                                Re: Miva Merchant 9.0004 Template Changes

                                Originally posted by Brennan View Post
                                We'll get it added to the list of changes, we just missed it.
                                Brennan,

                                Thank you sir.
                                Sincerely,

                                Stephen M. LaBar, Jr.
                                (770) 441-9447
                                The Martial Arts Store

                                Please Visit Our Site At:
                                http://www.themartialartsstore.com

                                Comment

                                Working...
                                X