Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {'!pdoPage' | snippet : [
  2. 'element' => 'msProducts',
  3. 'tpl' => '@FILE chunks/product.tpl',
  4. 'parents' => $_modx->resource.id,
  5. 'limit' => $limit,
  6. 'depth' => 4,
  7. 'includeTVs' => 'views',
  8. 'includeContent' => 1,
  9. 'processTVs' => 1,
  10. 'tvPrefix' => '',
  11. 'sortby' => $sortby,
  12. 'sortdir' => $direction,
  13.  
  14. ]}
  15.  
  16. <div class="pagination-box">
  17. <p class="info">Показаны товары с 1 по 12 из {$_modx->getPlaceholder('page.total')} (всего страниц: {$_modx->getPlaceholder('pageCount')})</p>
  18. <div class="pagination">
  19. {$_modx->getPlaceholder('page.nav')}
  20. </div>
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement