Skip to content

Commit

Permalink
Merge pull request silvershop#652 from gheggie/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bummzack authored Apr 20, 2018
2 parents c8f969f bbffc4d commit b643063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Page/ProductCategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 14,9 @@ class ProductCategoryController extends PageController
public function Products($recursive = true)
{
$products = $this->ProductsShowable($recursive);

//sort the products
//$products = $this->getSorter()->sortList($products);
$products = $this->getSorter()->sortList($products);

//paginate the products, if necessary
$pagelength = ProductCategory::config()->page_length;
Expand Down

0 comments on commit b643063

Please sign in to comment.