I've added my products to the home page by using the cross selling option. There are only two products and the client wants the order reversed so the second one shows up first. I've changed the order in the main settings and that works for the category page, but it doesn't change it on the home page.
Hi JustDucky You could try this parameter in the includes.php file... $GLOBALS['orsortby']=2; $GLOBALS['orsortby']=12; The setting "2" is to sort by the product id and the setting "12" by the product id in descending order, so hopefully one of these will help.