Products Manager - pagecount link not working...
Posted: Thu Mar 01, 2018 9:46 am
Hi,
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.
This is just taking it to domain.co.uk/Products/Summary/81, which is displaying the products that it has there anyway, i.e., just staying on page 1.
URL slug in preferences is left blank... whether that makes a difference or not I'm not sure...
I may just being stupid and missing something obvious...
Thank you for your time,
Jake
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