Quote:
The template has problem showing new product's thumbnail.
|
Jondoe, sometimes x-cart is sensitive with certain image formats, try uploading a PNG thumbnail instead.
Quote:
How do I define the number of products shown on each pagination for "featured products pager"?
|
skin/smart_template/custom/js/paginate/jquery.paginate.js
Look for...
Code:
perPage : 3, // Number of items per page
Also, in skin/smart_template/custom/common.tpl
Change...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.min.js"></script>
to...
Code:
<script type="text/javascript" src="{$AltSkinDir}/custom/js/paginate/jquery.paginate.js"></script>
And in skin/smart_template/custom/css/common.css
Change...
Code:
ul.feat_pager li { margin: 0; padding: 0; text-align: center; width: 33.33%; /* Pager Column Width */ }
4 columns = 25% etc.