Announcement

Collapse
No announcement yet.

Need list of ALL miva items and elements...

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

    Need list of ALL miva items and elements...

    OK... There is a PARTIAL List of Items here...
    http://docs.mivamerchant.com/en-US/m...Used.htm#order


    BUT ... we need the COMPLETE list...

    for example... l.settings and 'custom-product-fields'... to mention a few missing at the link above....

    OR...

    is there a way to do this... in MIVA

    echo '<pre>';
    print_r( $MIVA_items);
    echo '</pre>';

    that generates the multi-dimensional array... showing everything...


    Thanks!
    Bill Warren
    www.progressivegardens.com

    #2
    Re: Need list of ALL miva items and elements...

    ... hmmm

    thought the answer to this would have been readily available....

    Let me ask this question

    What is the miva script syntax for capturing "custom product fields" ??

    Thanks,
    Bill
    www.progressivegardens.com

    Comment


      #3
      Re: Need list of ALL miva items and elements...

      A few things to help you.

      The API docs will give you most of the data you are looking for:

      http://www.mivamerchant.com/docs/api

      Also, in the miva admin there is a tool called token list which will display all the available variables for each module (item)

      http://www.mivamerchant.com/videos/w...the-token-list

      If you haven't already I would also recommend downloading the Miva Merchant Limited Source Kit. This has the source code for most of Miva Merchant and is a great resource to look up functions like how to access a custom field.

      http://www.mivamerchant.com/support/downloads
      Brennan Heyde
      VP Product
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment


        #4
        Re: Need list of ALL miva items and elements...

        Thanks... Brennan

        I'll take a look at these...

        Comment


          #5
          Re: Need list of ALL miva items and elements...

          That said...

          It's taken all day to get this 'answer'...

          and I'll terribly behind as a result...

          For now, what I need to know is this --- are product custom fields in the product item
          and the correct MivaScript syntax for accessing them...

          Thanks again,
          Bill

          Comment


            #6
            Re: Need list of ALL miva items and elements...

            Bill,

            There is no way to find all 'Items', but if you are looking for just the variables used there are several options:

            Token List (Built in miva merchant module, but you may have to activate it). It will show a lot of variables, but not run time such as customer specific variables.)

            Toolkit/Toolbelt have provisions to output all variables but requires that you manage the display of them manually (and its just a raw dump)

            Our Inspector module which shows ALL variables and formats the results in an easy to use / filterable jQuery litebox type display. It also lets only YOU (or whomever you want) see the results (controlled by an easy to use interface) and more.
            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