In the classic template, the 'Featured Products' box (center) shows up below the 'New Products for <this month>' box.
I would like this to be reversed. That is, move 'Featured Products' box above the 'New Products for %s' one.
I managed to find the line in /includes/languages/english.php that is responsible for this box:
I thought that by simply changing the order of lines in that english.php file I would be able to accomplish what I want, but it seems that the trick to accomplishing this is something else.PHP Code:define('TABLE_HEADING_FEATURED_PRODUCTS','Featured Products');
How do I move 'Featured Products' box above the 'New Products for %s' one?
Thanks,
Daniel


:
