[solved] How do I show Best Sellers & Top Rated on index page?
Board index / General Chat / Other Products / Ultimate Regnow Affiliate (Deprecated)
4 posts • Page 1 of 1
Would like to know how to show "Best Sellers" & "Top Rated" products on the index page. For some reason I'm stuck on this...
Thanks!
Thanks!
- kei1966
- Verified Customer
- Posts: 46
- Joined: Jun 25, 2010 12 am
- Location: bfe
- Reputation points: 0
Can you share how to do it?
- photoads
- Verified Customer
- Posts: 1
- Joined: Apr 21, 2010 5 pm
- Reputation points: 0
Sure! Tested on a fresh install. It will not show screenshots.
OPEN: index.php
FIND CODE: [line # 36 to 41 cut]
<div id="topdowns">
<h2>Top Downloads</h2>
<ul>
<? echo li_items('hits','',''); ?>
</ul>
</div>
REPLACE WITH CODE:
<!--TOP DOWNLOADS BEGIN-->
<div id="topdowns">
<h2>Top Downloads</h2>
<ul>
<? echo li_items('hits','10',''); ?>
</ul>
</div>
<!--TOP DOWNLOADS END-->
<!--TOP PICKS (best sellers) BEGIN-->
<div id="topdowns">
<h2>Top Picks</h2>
<ul>
<? echo li_items('status','7',''); ?>
</ul>
</div>
<!--TOP PICKS (best sellers) END-->
<!--POPULAR/TOP-RATED BEGIN-->
<div id="topdowns">
<h2>Popular</h2>
<ul>
<? echo li_items('rating','5',''); ?>
</ul>
</div>
<!--POPULAR/TOP-RATED END-->
...that should do it. if you have problems let me know.
OPEN: index.php
FIND CODE: [line # 36 to 41 cut]
<div id="topdowns">
<h2>Top Downloads</h2>
<ul>
<? echo li_items('hits','',''); ?>
</ul>
</div>
REPLACE WITH CODE:
<!--TOP DOWNLOADS BEGIN-->
<div id="topdowns">
<h2>Top Downloads</h2>
<ul>
<? echo li_items('hits','10',''); ?>
</ul>
</div>
<!--TOP DOWNLOADS END-->
<!--TOP PICKS (best sellers) BEGIN-->
<div id="topdowns">
<h2>Top Picks</h2>
<ul>
<? echo li_items('status','7',''); ?>
</ul>
</div>
<!--TOP PICKS (best sellers) END-->
<!--POPULAR/TOP-RATED BEGIN-->
<div id="topdowns">
<h2>Popular</h2>
<ul>
<? echo li_items('rating','5',''); ?>
</ul>
</div>
<!--POPULAR/TOP-RATED END-->
...that should do it. if you have problems let me know.
- kei1966
- Verified Customer
- Posts: 46
- Joined: Jun 25, 2010 12 am
- Location: bfe
- Reputation points: 0
4 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests