The Grid View thingy I figured it out already but I'm stuck with the first one.
What I'm trying to achieve is the same result as a link like this http://www.mysite.com/promotions?limit=24, but I want this behaviour by default for that category alone without the extra parameter in the link.
In /www/catalog/view/theme/{theme_name}/template/product/category.tpl i found this :
Code: Select all
<?php if ($limits['value'] == $limit) { ?>
Code: Select all
$limits['value'] = 24;
Code: Select all
$limit = 24;