Thanks again Basara for the reply. I *think* I found the section storefront/model/catalog/product.php
As I suspected, the products are being sorted by date_available (line 773) so that's why the clones are going to the end of the page and the new entries to the top. Haven't figured out what the SQL is to change date_available to product_descriptions.name with all the joins going on, so if anybody knows, it'd be much appreciated. Thanks again!
As I suspected, the products are being sorted by date_available (line 773) so that's why the clones are going to the end of the page and the new entries to the top. Haven't figured out what the SQL is to change date_available to product_descriptions.name with all the joins going on, so if anybody knows, it'd be much appreciated. Thanks again!