| @@ -834,9 +834,9 @@ | ||
| 834 | 834 | return $mapping; |
| 835 | 835 | }, $settings['productMappings']); |
| 836 | 836 | } |
| 837 | 837 | |
| 838 | - $productItems = Product::all()->map(function ($product) { | |
| 838 | + $productItems = Product::orderedByTitle()->get()->map(function ($product) { | |
| 839 | 839 | return [ |
| 840 | 840 | 'id' => $product->id, |
| 841 | 841 | 'title' => $product->title |
| 842 | 842 | ]; |