I am converting a site to use Section Pagination. The site uses fragments at the top of various sections to show introductory info. I would like to only show that fragment on the first page of the paginated product list. Moreover, I am putting the products in multiple columns and would like to have the fragment span the 4 columns.
It seems the "SectionPaginationCurrentPageIndex" variable could be queried in a BLOCKIF (== 1), but using the variable outside of the Standard Pagination Navigation Links layout, the value always shows "0".
It seems the "SectionPaginationCurrentPageIndex" variable could be queried in a BLOCKIF (== 1), but using the variable outside of the Standard Pagination Navigation Links layout, the value always shows "0".
Comment