Pagination and sorting example code. Change the domain from YOURDOMAIN to your actual domain. Note that this example uses short links in the form http://www.yourdomain.com/ABC.html where ABC is the category or product code. This is the style which the Tool Kit function TKSL uses. It is fast and is the best url style for SEO purposes. If you are using a different short link style you will have to modify the url accordingly and make sure your .htaccess re-writes have &%{QUERY_STRING} or necessary command to pass the query string in them. I do not have the time to re-write them for you in the dozens of different styles people are using, so please don't ask. ********************************************* Category Page *******************************************************
Page &mvt:cxp_current_page; of &mvt:cxp_total_pages;
| &mvt:pages:number; | &mvt:pages:number; |
Total products in &mvt:category:name;: &mvt:cxp_product_total;
    Show per page


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 show all
Now you need to add three hidden inputs to the add to basket, next and previous forms in the template. This will pass the values of those variables as those buttons are clicked so that the "state" will be maintained. *********************************************** Product List Page *************************************************
Page &mvt:plst_current_page; of &mvt:plst_total_pages;
| &mvt:pages:number; | &mvt:pages:number; |
Total products in &mvt:store:name;: &mvt:plst_product_total;
    Show per page
Now you need to add two hidden inputs to the add to basket, next and previous forms in the template. This will pass the values of those variables as those buttons are clicked so that the "state" will be maintained.