Right now if you go to http://www.chipfast.com/z/ and refresh it the items randomly post.
How can I make them static? Thanks!
BTW Great program, once we get things running we will be donating!
Right now if you go to http://www.chipfast.com/z/ and refresh it the items randomly post.
How can I make them static? Thanks!
BTW Great program, once we get things running we will be donating!
You will have to edit the tpl_modules_whats_new.php file
Zen-Venom Get Bitten
Thanks, where is this located? and what do I need to edit?
Thanks, btw.
In fact that is not the file you need to edit. You need to edit includes>modules>new_products.php (Or preferably includes>modules>YOUR_TEMPLATE>new_products.php). Beneath the SQL query, there is a line that says:
That's what's randomizing everything. I also want to base the index display on product sort order, not random, but I can't figure out how to do it. Anyone got an idea?PHP Code:$new_products = $db->ExecuteRandomMulti($new_products_query, MAX_DISPLAY_NEW_PRODUCTS);
Thanks a lot! :)
If I figure out how to post the items in a non random order, I'll reply to this top to help ya.
Home page new items begins in the tpl_modules_whats_new.phpMaybe you are right, but it don't randomize teh "New Products for..." on the home page.
Zen-Venom Get Bitten