Product List (PLST) aka All Products with Simple Search. Change domain and link style to your store. This example uses image machine so you need to be using PR8 or newer. This example has the hook to switch to mobile content if the viewing device is a mobile phone. If you are not using that feature, remove the 3rd line which is for the mobile_content item. Below the PLSTS example here is the example for the mobile_content tab of the PLSTS page if using mobile. Assign items html_profile, head, store, category, cssui_links, navbar, buttons, customerlink, affiliatelink, hdft, category_tree, toolkit, all_products_imagemachine, mobile_content (if you implemented the mobile system from miva). If you have implemented mobile_content, you'll need to make changes to the MBL_NAVBAR template to incorporate the selectors. You'll also need to comment out 4 lines in the layout.css file (see below for the small section of the layout.css affected). That is NOT the whole layout.css file so do not copy and paste. MAIN PLSTS TEMPLATE ************************************************************************************************ &mvt:store:name; All Products &mvte:global:pagename;
Keyword(s) Sort Per page Categories
  5 5 4.14-4.24 4.14-4.24 All All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z   all
No products matched your search criteria
1 product found &mvte:search_product_count; products found
Page &mvt:cxp_current_page; of &mvt:cxp_total_pages;
&mvt:pages:number; &mvt:pages:number;
&mvt:product:name;   (&mvt:product:customfield_values:customfields:views;)
(&mvt:global:rating:average;) &mvte:global:rating:count; rater raters
Code: &mvt:product:code;
Price: &mvt:product:formatted_price;
&mvt:product:inv_short;
Quantity in Basket: none Quantity in Basket: &mvt:product:quantity;

    MOBILE_CONTENT TAB FOR PLSTS TEMPLATE ******* Do not use if you have not implemented miva's mobile templates ******** &mvt:global:mobile_page_name; : &mvt:store:name; No products matched your search criteria
    MBL_NAVBAR TEMPLATE MODIFICATIONS *********************************************************************************

    LAYOUT.CSS MODIFICATIONS ************** Do not use if you have not implemented miva's mobile templates ************ Note the 4 commented out lines in the "search" section. The rest of the layout.css remains the same. /* ------------------------ SEARCH ------------------------ */ #search{ margin:0 auto; padding:1px 0; /* height:43px; */ /* background:#434343; */ /* text-align:center; */ } #search input[type=text]{ width:76%; border:solid 1px #333333; /* border:none; */ border-top:3px solid #FFF; border-bottom:3px solid #FFF; padding:4px 0 4px 0.50%; margin:0; color:#aaa; text-align:left; -webkit-border-radius:0px; height: 33px; font-size: 26px; box-shadow: inset 0px 0px 10px 0px #7d7d7d; -webkit-box-shadow: inset 0px 0px 10px 0px #7d7d7d; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } #search input[type=text]:focus{ outline: none; border-top: 3px solid #09F; border-bottom: 3px solid #09F; box-shadow: inset 0px 0px 10px 0px #434343; -webkit-box-shadow: inset 0px 0px 10px 0px #434343; } #search input.button{ text-shadow:none; padding:0; height:47px; line-height:41px; border:none; text-align:center; width:23%; font-size: 16px; border-top:3px solid #FFF; border-bottom:3px solid #FFF; color: #FFF; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#434343)); text-shadow: rgba(0, 0, 0, 0.496094) 1px 1px 1px; } #search input.button:active{ color: #FFF; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09F), to(#03F)); text-shadow: rgba(0, 0, 0, 0.496094) 1px 1px 1px; }