Login

// checks if the page is a store page if(substr_count($_SERVER['REQUEST_URI'], sp_extract_url(get_option('product_list_url')))) $is_paged = true; else $is_paged = false; ?>