On using the products manager 2.26.8 on CMSMS 2.2.5, I am having problems with the pagecount.
I have confused myself with url slug.
I have not changed anything with the actual links themselves.
Code: Select all
<div class="centerPageLinks">
{if isset($pagecount) && $pagecount gt 1}
{$firstlink} {$prevlink} {$pagetext} {$curpage} {$oftext} {$pagecount} {$nextlink} {$lastlink}
{/if}
</div>
URL slug in preferences is left blank... whether that makes a difference or not I'm not sure...

Thank you for your time,
Jake