Control Number Of Products

Don Von Alpha Dom
by Don Von Alpha Dom · 4 posts
12 years ago in New Products Panel
Posted 12 years ago · Author
Replace 999 with the number of products you want to show.


Code
<script type="text/javascript"> 
howmanyicons = 999;
devtable_body = document.getElementById('dev_panel_body').getElementsByTagName('td');
for(i=devtable_body.length-1;i>=0 && i>=howmanyicons; i--){
   devtable_body[i].style.display = "none";
}
</script>
Posted 4 years ago
where do we need to put these codes??
Posted 4 years ago
@Don Von Alpha Dom


that makes sense now. i have seen various bbcodes boxes while i was customising my homepage. thank you @Don Von Alpha Dom. that help

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT