Announcement

Collapse
No announcement yet.

Toolkit compatible with Miva 9

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

    Toolkit compatible with Miva 9

    Is the Emporium Plus Toolkit module fully compatible with Miva 9 beta 3? I'm having a few issues with the "simplesearch" function and custom fields, might just be me.
    Highly caffeinated
    http://www.coffeehouseexpress.com

    #2
    Re: Toolkit compatible with Miva 9

    Good question - did you also open a support ticket asking the same question?
    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: X | Facebook | Pinterest

    Comment


      #3
      Re: Toolkit compatible with Miva 9

      Leslie - I did not open a ticket. Since I am testing code that I am using on my live 5.5 site on my Miva 9 dev site, I want to make sure I have everything right on my end before I bug support. I think I have narrowed it down to a possible problem with the toolkit vacreate function (or my use of it) . I am trying to create and display an array from a custom category field containing comma delimited text.
      Highly caffeinated
      http://www.coffeehouseexpress.com

      Comment


        #4
        Re: Toolkit compatible with Miva 9

        Toolkit should be fully compatible with 9, but I've asked Brennan to chime in as well.
        Thanks,

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

        Comment


          #5
          Re: Toolkit compatible with Miva 9

          There should be no changes in Version 9 that would impact any toolkit functions. If something is not working, it may be a config issue.
          Brennan Heyde
          VP Product
          Miva, Inc.
          [email protected]
          https://www.miva.com

          Comment


            #6
            Re: Toolkit compatible with Miva 9

            Note, however, that some Toolkit functions can be handled natively. (And some can be handled this way in PR12/Empressa 5.20 configurations.) Now (as in moving to 9) would be a good time to replace them as the native code will be faster and more 'future' proof.

            The primary change should be using <mvt:assign> for creating variables in place of the toolkit method.
            Bruce Golub
            Phosphor Media - "Your Success is our Business"

            Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
            phosphormedia.com

            Comment


              #7
              Re: Toolkit compatible with Miva 9

              Originally posted by Bruce - PhosphorMedia View Post

              The primary change should be using <mvt:assign> for creating variables in place of the toolkit method.

              A conversion list sure would be handy
              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: X | Facebook | Pinterest

              Comment


                #8
                Re: Toolkit compatible with Miva 9

                well, if i used toolkit, i'd offer up what i know :) But yea, could be a cool project for someone at merchant...hint, hint.
                Bruce Golub
                Phosphor Media - "Your Success is our Business"

                Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                phosphormedia.com

                Comment


                  #9
                  Re: Toolkit compatible with Miva 9

                  I'll talk to Brennan about such a thing.
                  Thanks,

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

                  Comment


                    #10
                    Re: Toolkit compatible with Miva 9

                    I'll make sure we put together an example of how to do common toolkit functions using mvt:assign and built in engine functions for Version 9 launch.
                    Brennan Heyde
                    VP Product
                    Miva, Inc.
                    [email protected]
                    https://www.miva.com

                    Comment


                      #11
                      Re: Toolkit compatible with Miva 9

                      Is there any reason why this would not work in Miva 9 on the category page?

                      Code:
                      <mvt:item name="toolkit" param="vacreate|filter1|l.all_settings:category:customfield_values:customfields:catfilter1|," />
                      Highly caffeinated
                      http://www.coffeehouseexpress.com

                      Comment


                        #12
                        Re: Toolkit compatible with Miva 9

                        Brennan, I'd like to see that too.
                        Larry
                        Luce Kanun Web Design
                        www.facebook.com/wajake41
                        www.plus.google.com/116415026668025242914/posts?hl=en


                        Comment


                          #13
                          Re: Toolkit compatible with Miva 9

                          Originally posted by Jim Cockerham View Post
                          Is there any reason why this would not work in Miva 9 on the category page?

                          Code:
                          <mvt:item name="toolkit" param="vacreate|filter1|l.all_settings:category:customfield_values:customfields:catfilter1|," />
                          First, eval l.all_settings:category:customfield_values:customf ields:catfilter1 to see if toolkit is getting it.

                          <mvt:eval expr="l.settings:category:customfield_values:custo mfields:catfilter1" />

                          (note, use l.settings...not l.all_settings in eval)
                          Bruce Golub
                          Phosphor Media - "Your Success is our Business"

                          Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                          phosphormedia.com

                          Comment

                          Working...
                          X