If I have products on a page that allows pagination, is there anyway to have verbiage i.e. that is in a Text or Page Field area that only shows up on the first or last page and NOT all the pages?
Thanks in advance.
Pagination Fields
[-- PAGE.PaginatedPageNum --] Current page number when multipages/pagination is used.
[-- PAGE.PaginatedPageNumMax --] Maximum number of pages when multipages/pagination is used.
[-- VAR.CurrentPage PAGE.PaginatedPageNum --]
[-- VAR.MaxPage PAGE.PaginatedPageNumMax --]
[-- IF VAR.CurrentPage EQ "1" --]
output your first page info
[-- ELSE_IF VAR.CurrentPage EQ VAR.MaxPage --]
output your last page info
[-- END_IF --]
[-- VAR.CurrentPage PAGE.PaginatedPageNum --]
[-- VAR.MaxPage PAGE.PaginatedPageNumMax --]
Users browsing this forum: No registered users and 64 guests