Announcement

Collapse
No announcement yet.

Template Updates for MM10.04 needed

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

    Template Updates for MM10.04 needed

    I am trying to update a Levels site that DOES have the undo function. I think I have most of it figured out but the Remove function uses a form instead of a link.

    (This is just the snippet I am stuck on, it's not all of the changes I made):

    Code:
    <form method="post" action="&mvte:urls:BASK:rr;" class="nm" class="">
    <input type="hidden" name="Action" value="RGRP" />
    <input type="hidden" name="Restore_Name" value="&mvt:group:name;">
    <input type="hidden" name="Restore_Link" value="&mvte:group:restore:link;">
    <input type="hidden" name="Basket_Group" value="&mvte:group:group_id;" />
    <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;" />
    <button type="submit" class="button button-mini button-block bg-transparent remove-item"><strong
    class="hide medium-inline">&times;</strong> Remove</button>
    </form>
    Do I just change the input to
    Code:
    <input type="hidden" name="Restore_Params" value="&mvte:group:restore:params;">

    It would have been nice to have a template change for a few of the other active Ready Themes beside Shadows.
    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

    #2
    As directed by the email and links I attempted to replace that code in User Interface -> Templates -> Pages -> BASK -> Basket Contents on a Levels ReadyTheme store today as well.

    The result was a disaster on the BASK page at checkout so I undid the adjustment and contacted Support and they did not have any solutions at the moment.

    If the adjustment only works on Shadows - what about the rest of the Miva stores in the world that are not using Shadows - what is the solution (besides paying for an upgrade)?

    If Miva can't come up with a solution that will work for any/all ReadyThemes perhaps they can come up with the necessary snippets that need to be adjusted and after Miva tests those for compatibility publish some new instructions.
    Last edited by joseibarra; 06-03-22, 06:04 AM.

    Comment


      #3
      Hi Leslie,

      For a bone-stock Levels store, this updated basket contents should work. However, it does not contain any of the feature update since Miva 9.

      https://gist.github.com/influxweb/75...d8c3ce7b6eec0a
      Matt Zimmermann

      Miva Web Developer
      Alchemy Web Development
      https://www.alchemywebdev.com
      Site Development - Maintenance - Consultation

      Miva Certified Developer
      Miva Professional Developer

      https://www.dev4web.net | Twitter

      Comment


        #4
        Originally posted by Matt Zimmermann View Post
        Hi Leslie,

        For a bone-stock Levels store, this updated basket contents should work. However, it does not contain any of the feature update since Miva 9.

        https://gist.github.com/influxweb/75...d8c3ce7b6eec0a
        Thank you Matt, I should be able to "read along" and edit as needed.
        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


          #5
          Yup, I was able to make it work for me. Thanks again Matt Zimmermann !
          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

          Working...
          X