Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. namespace <My><Module>ModelIndexerCategoryProductAction;
  3.  
  4. /*
  5. * Need to override this because ranging is limiting the original indexer to 500 rows per category
  6. *
  7. */
  8.  
  9. class Full extends MagentoCatalogModelIndexerCategoryProductActionFull
  10. {
  11. protected function isRangingNeeded()
  12. {
  13. return false;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement