[Typo3-shop] tt_products and BROWSE_LINKS

Franz Holzinger franz at fholzinger.com
Sat Sep 17 22:40:12 CEST 2005


Hello Jogvan,

> I also use the link_prev and link_next markers and they disappear when 
> 'number for products' < 'limit'.
> 
> Code form list template:
> <!--###LINK_PREV###-->« <!--###LINK_PREV###-->  ###BROWSE_LINKS### 
> <!--###LINK_NEXT###-->  » <!--###LINK_NEXT###-->
> 
> 
> Display when 'number for products' > 'limit'
> « 1 2 3 4 »
> 
> Display when 'number of products' < 'limit'
> ###BROWSE_LINKS###
> 
usually the ###BROWSE_LINKS### marker should always be inside the 2
###LINK_BROWSE### markers.

Or add one line to the code:
				} else {
					$subpartArray['###LINK_BROWSE###']='';
$markerArray['###BROWSE_LINKS###']='';
				}

Franz



More information about the TYPO3-project-tt-products mailing list