How can I limit the number of products on the various boxes like "bestseller" box etc.
Thanks,
Avi.
<?php foreach($this->top_sellers as $top): ?><?php
$limit = 5;
foreach ($this->top_sellers as $key => $top):
if($key == $limit) {
break;
}
?>
Users browsing this forum: No registered users and 1 guest