Announcement

Collapse
No announcement yet.

Miva 9 & Tool Kit

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

    Miva 9 & Tool Kit

    I'll be starting a new Miva Merchant 9.00061 site and I'm wondering if there is any real reason I'll need to add Tool Kit?

    For a PC display (not mobile display) the site will be required to display all of a Parent's sub cats and their assign products on the Parent cat page as a Catalog Display.
    I've done this on my older Miva sites using Sebenza Category Template Manager and Toolkit.
    The site will have close to 35,000 active products.
    Example of an older site Catalog Display http://www.makcotransmissionparts.com/4L80E.html

    #2
    There are very few cases where we need to use the Toolkit for client builds these days. Here is a list of replacement functions using stock methods, which includes many of the functions needed for your particular use case: http://www.miva.com/videos/articles/...ement-examples Depending on your new store setup, you may also need image and uri lookup functions as well. Examples of these have been posted to the forums.

    Comment


      #3
      For some reason the Toolkit Function to display the Order Subtotal does not want to work for me on the Printable Invoice page

      Code:
      <mvt:item name="toolkit" param="subtotalorder|ordersubtotal" />
      <mvt:item name="toolkit" param="currencyformat|formatted_subtotal|ordersubtotal" />
      &mvte:global:formatted_subtotal;
      I have tripled checked to make sure the Toolkit Item has been assigned to the Page. I was thinking by now a native token such as &mvt:order:formatted_subtotal; would be available. I thought wrong.
      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


        #4
        Are you talking about the ORDER_INVOICE/Printable Invoice page? For order subtotal I have:

        Code:
        <mvt:item name="toolkit" param="order|ocount|l.all_settings:order:id" />
        &mvt:toolkit:ordersubtotalF;
        Not sure where I got this snippet from, but it works...
        Ron Frigon
        Jedi Webmaster Obi-Ron Kenobi

        Comment


          #5
          Originally posted by Ron Frigon View Post
          Are you talking about the ORDER_INVOICE/Printable Invoice page? For order subtotal I have:

          Code:
          <mvt:item name="toolkit" param="order|ocount|l.all_settings:order:id" />
          &mvt:toolkit:ordersubtotalF;
          Not sure where I got this snippet from, but it works...
          For some reason, it doesn't work for me. I double checked to make sure the Toolkit is assigned (I even tried unassigning and reassigning it, also checked to make sure the license was still installed too.)

          Sigh, this seems to be my week to find tokens that don't work right
          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


            #6
            For some reason, it doesn't work for me.
            What version of Toolkit do you have? Maybe you need an update...
            Ron Frigon
            Jedi Webmaster Obi-Ron Kenobi

            Comment


              #7
              Originally posted by Ron Frigon View Post

              What version of Toolkit do you have? Maybe you need an update...
              Ding, ding, ding!!! That was it. The version was so old it didn't have the link to check the version update. Many thanks!
              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