View Single Post
  #4  
Old 07-16-2014, 10:58 AM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default Re: duplicate content on product pages with multiple pages

Here is what I actually had to use for it to work.

Code:
{if $current_category.description ne "" and $navigation_page < "2"} <div class="subcategory-descr">{$current_category.description|amp}</div> {/if}

if I left it as
Code:
{if $navigation_page eq "1"} {$current_category.description|amp} {/if}
My main categories with ONLY 1 page did not have the description. I guess that the "navigation_page for those is either 0 or nothing so they were not included.

Thanks Paul.
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote