diegomilito
VP-CART Expert
  
Argentina
779 Posts |
Posted - February 23 2013 : 04:17:47
|
its easy one. create a ASP CLASSIC file you can call it citycontent.asp and having this code : <%option explicit%> <%response.buffer=true%> <%ShopOpenDatabase dbc%> <!--#include file="shop$db.asp"--> <% ShopPageHeader ShowContentBox 1,10 ShopPageTrailer ShopCloseDatabase dbc %>
you can note ShowContentBox 1,10 means category id 1 and max 10 records. just making a change required here for your own category content id and how many records to load.
Diego. |
 |
|