The specials box on the front of the store works correctly and the number of products is controlled by the setting in admin, just as it should work. If you go to the specials page though (click the little arrow in the title bar of the specials box), the number of products is still limited by the setting for specials in admin, meaning you probably only see 3 products per page, rather than the number you see on most product listing pages.
Very simple fix:
In specials.tpl.php, around line 15, change:
to:Code:$specials_split = new splitPageResults($specials_query_raw, MAX_DISPLAY_SPECIAL_PRODUCTS);
The page will now display the same number of products as a product listing page which seems more appropriate.Code:$specials_split = new splitPageResults($specials_query_raw, MAX_DISPLAY_SEARCH_RESULTS);
Dan




LinkBack URL
About LinkBacks










Bookmarks