Announcement

Collapse
No announcement yet.

View By

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

    View By

    Just wondering why the View By was left off the framework? Has anyone added it back?
    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
    Re: View By

    What do you mean by "view by"? You referring to Category Sorting? That should be there.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: View By

      Originally posted by Brennan View Post
      What do you mean by "view by"? You referring to Category Sorting? That should be there.
      No - the one that enables you to display the number of products per page or display all.
      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
        Re: View By

        Hey Leslie,

        Is this what you're looking for?

        Code:
        <mvt:if expr="l.settings:category_listing:products_on_page_count GT 1">
          <div class="form-group pull-left">
            <form method="get" action="&mvte:global:sessionurl;">
              <input type="hidden" name="Screen" value="&mvte:global:Screen;" />
              <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
              <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
              <input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
              <input type="hidden" name="Search" value="&mvte:global:Search;" />
              <input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
              <select name="Per_Page" onchange="this.form.submit();" class="form-control">
                <mvt:if expr="g.Per_Page EQ 12">
                  <option value="12" selected="selected">12 Per Page</option>
                  <mvt:else>
                  <option value="12">12 Per Page</option>
                </mvt:if>
                <mvt:if expr="g.Per_Page EQ 24">
                  <option value="24" selected="selected">24 Per Page</option>
                  <mvt:else>
                  <option value="24">24 Per Page</option>
                </mvt:if>
                <mvt:if expr="g.Per_Page EQ 48">
                  <option value="48" selected="selected">48 Per Page</option>
                  <mvt:else>
                  <option value="48">48 Per Page</option>
                </mvt:if>
                <mvt:if expr="g.Per_Page EQ -1">
                  <option value="-1" selected="selected">View All</option>
                  <mvt:else>
                  <option value="-1">View All</option>
                </mvt:if>
              </select>
              <noscript>
              <input type="submit" value="go">
              </noscript>
            </form>
          </div>
        </mvt:if>
        Ron Frigon
        Jedi Webmaster Obi-Ron Kenobi

        Comment


          #5
          Re: View By

          Again thank you Ron! Hopefully the Miva dev team is adding your tweaks to the framework.
          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
            Re: View By

            Originally posted by lesliekirk View Post
            Again thank you Ron! Hopefully the Miva dev team is adding your tweaks to the framework.
            You're Welcome! I wonder if Miva is hiring? That would require applying... My Wife would love to move from the High Desert to the Beach! We have a lot of love for the Sierra though...

            Cheers!
            Ron Frigon
            Jedi Webmaster Obi-Ron Kenobi

            Comment


              #7
              Re: View By

              We're always hiring
              Thanks,

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

              Comment


                #8
                Re: View By

                Originally posted by Rick Wilson View Post
                We're always hiring
                And we already know they are a GREAT group people. Wish I could afford to give up the cheap livin' here. My husband & I LOVE San Diego!!!
                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


                  #9
                  Re: View By

                  Yeah the cost of living in San Diego can be a beast (but compared to Silicon Valley we're downright affordable
                  Thanks,

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

                  Comment


                    #10
                    Re: View By

                    You have to look at a number of factors when considering how expensive someplace is to live. For example, I recently saw a new method of determining the cost of living in certain cities (i think it was in Forbes). This listing showed that, for example, the top 5 expensive places to live where in the south headed up by Huntsfield Alabama. Sure, a house there is cheap...but so are the wages. SF was still 6th, Seattle was 18th, NY was 19th. SD was 21st.
                    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