Posted - 06/23/2018 : 05:30:26
Hi Andy,
I found the line that sets up the links to prev/next product pages in incproducts.php (around line 100)
original:
if(($catid!='0' || ($manufacturers && $manid!='')) && @$explicitid=='' && @$explicitmanid=='' && ! (@$seocategoryurls&&@$_SERVER['REDIRECT_URL']!='')) $pblink.=($manufacturers?'man=' . $_GET['man']:'cat=' . getcatid($catid,@$catname,$seoprodurlpattern)) . '&pg='; else $pblink.='pg=';
modified: (removed ! after explicitmanid=='' &&
if(($catid!='0' || ($manufacturers && $manid!='')) && @$explicitid=='' && @$explicitmanid=='' && (@$seocategoryurls&&@$_SERVER['REDIRECT_URL']!='')) $pblink.=($manufacturers?'man=' . $_GET['man']:'cat=' . getcatid($catid,@$catname,$seoprodurlpattern)) . '&pg='; else $pblink.='pg='; It now works correctly, not sure if it is a bug or something with my website.
Please ask Vince to check
cheers Ross
Ross Fraser ross@chain-me-up.com.au https://www.chain-me-up.com.au
|