
Originally Posted by
numinix
We are building an admin configuration page specifically for templates. When that's done, things like this will become admin configurable. For now you'll have to edit the PHP file: includes/templates/tableau/templates/tpl_index_default.php. The function getProductsSlide() has an optional third parameter where you can enter the limit. By default the limit is 20.
Thanks. I edited the code to allow for 5 Best Sellers on homepage and it sped up the page loading considerably, on my machine anyway. For others, I used
Code:
getProductsSlide("top", $_SESSION["languages_id"], "5");
Got new v 1.0.2 from Numinix's site. Some things fixed include the split-page navigation for additional categories, etc. pages and my main product image is no longer distorted at reduced widths (although additional images now are, but don't consider a major deal. And they do enlarge properly.)
Continuing bugs:
- Template still broken on IE10 and below, at least on my maching.
- CSS/JS minification still does not work.
- Product Reviews: cannot add a review as the stars are missing to rate the product...an apparent requirement with ZC. (Besides, we'd want the stars.)
There may be more yet to be discovered, but above are the biggest bugs my my viewpoint.
Bookmarks