Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <$'!pdoPage'|snippet:[
  2. 'parents'=>17,
  3. 'depth'=>1,
  4. 'limit'=>20,
  5. 'pageLimit'=>7,
  6. 'includeTVs'=>'image,price,'~$filter.tvs,
  7. 'sortby'=>$.post.sort?:'{ "menuindex":"ASC" }',
  8. 'tpl'=>'product.tpl',
  9. 'includeContent'=>1,
  10. 'tvPrefix'=>'tv_',
  11. 'where'=>$filter.where,
  12.  
  13. 'tplPage'=>'@INLINE <li><a href="<$$href$>" data-page="<$$pageNo$>"><$$pageNo$></a></li>',
  14. 'tplPageActive'=>'@INLINE <li class="active"><a href="<$$href$>" data-page="<$$pageNo$>"><$$pageNo$></a></li>',
  15. 'tplPageWrapper'=>'@INLINE <div class="pagination"><ul class="pagination">[[+prev]][[+pages]][[+next]]</ul></div>',
  16.  
  17. 'tplPagePrev'=>'@INLINE <li class="control"><a href="<$$href$>"><$"/assets/web/fa/solid/long-arrow-alt-left.svg"|svg$></a></li>',
  18. 'tplPageNext'=>'@INLINE <li class="control"><a href="<$$href$>"><$"/assets/web/fa/solid/long-arrow-alt-right.svg"|svg$></a></li>',
  19. 'tplPagePrevEmpty'=>'@INLINE',
  20. 'tplPageNextEmpty'=>'@INLINE',
  21.  
  22. 'innerJoin'=>[ [
  23. 'class'=>'CollectionSelection',
  24. 'alias'=>"cselection",
  25. 'on'=>$on
  26. ] ],
  27. ]$>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement