diff --git a/app/views/shop/products/_form.html.haml b/app/views/shop/products/_form.html.haml
index 193b2dd9b6..391ad83227 100644
--- a/app/views/shop/products/_form.html.haml
+++ b/app/views/shop/products/_form.html.haml
@@ -13,7 +13,7 @@
%div{bindonce: true}
%product.animate-repeat{"ng-controller" => "ProductNodeCtrl",
- "ng-repeat" => "product in Product.products | products:query | orderBy:ordering.order | limitTo: limit track by product.id"}
+ "ng-repeat" => "product in Product.products | products:query | orderBy:ordering.order"}
%div
= render partial: "shop/products/summary"
%div{"bo-if" => "hasVariants"}