Loading ...

[solved] How do I show Best Sellers & Top Rated on index page?

Board index / General Chat / Other Products / Ultimate Regnow Affiliate (Deprecated)

Run your own software site...automatically!

Postby kei1966 on Aug 07, 2010 9 pm


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!
kei1966
Verified Customer
Verified Customer
 
Posts: 46
Joined: Jun 25, 2010 12 am
Location: bfe
Reputation points: 0

Postby kei1966 on Aug 16, 2010 3 am


got it ...good enough for now...
kei1966
Verified Customer
Verified Customer
 
Posts: 46
Joined: Jun 25, 2010 12 am
Location: bfe
Reputation points: 0

Postby photoads on Aug 17, 2010 6 pm


Can you share how to do it?
photoads
Verified Customer
Verified Customer
 
Posts: 1
Joined: Apr 21, 2010 5 pm
Reputation points: 0

Postby kei1966 on Aug 18, 2010 4 pm


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.
kei1966
Verified Customer
Verified Customer
 
Posts: 46
Joined: Jun 25, 2010 12 am
Location: bfe
Reputation points: 0


Who is online

Users browsing this forum: No registered users and 1 guest