Hi Zen Doods
Ive been struggling with the order of specials, featured & New Products on the index page.

I have 9 websites in my multisite and the default order for all of them is:
1. Featured Products
2. Special Products
3. New Products
4. Upcoming Products

Which is perfect for 8 of my sites. However, for one of my sites i would like to swap the specials & featured products around so that Specials is top. I have Copied the Code below into the sites _config file, but it doesnt seem to overide the default?

As Below:

define('SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS','3'); //Show New Products on Main Page
define('SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS','2'); //Show Featured Products on Main Page
define('SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS','1); //Show Special Products on Main Page
define('SHOW_PRODUCT_INFO_MAIN_UPCOMING','4'); //Show Upcoming Products on Main Page

Im wondering if it has something to do with the tpl_index_default.php file?

Any thoughts on how to get around this?