hmm looks like its showing only random products from the featured catalog.
Taken it from here by the looks: while (!$random_featured_product->EOF) {
Any clues as to where this array is generated and if it contains all the featured products and if so is it using a random function of PHP to show random ones?
I'm not a PHP programmer, so I'm still trying to learn all this.
Thanks


Reply With Quote
