Just wondering why the View By was left off the framework? Has anyone added it back?
Announcement
Collapse
No announcement yet.
View By
Collapse
X
-
View By
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
Tags: None
-
Re: View By
Originally posted by Brennan View PostWhat do you mean by "view by"? You referring to Category Sorting? That should be there.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
-
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
-
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
-
Re: View By
Originally posted by lesliekirk View PostAgain thank you Ron! Hopefully the Miva dev team is adding your tweaks to the framework.
Cheers!Ron Frigon
Jedi Webmaster Obi-Ron Kenobi
Comment
-
Re: View By
Originally posted by Rick Wilson View PostWe're always hiringLeslie 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
-
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
Comment