OkiDoki

Ive managed to fond the file:
tpl_specials_default.php (in the template file) when i delete the template version of the file it works DANDY-SUPER,

But for those who wish to keep the template version of this file, the for visual appearances etc..etc.. you will need to edit the following bit of code:

$specials_split = new splitPageResults($specials_query_raw, MAX_DISPLAY_SPECIAL_PRODUCTS);
Replace by:
$specials_split = new splitPageResults(cat_filter($specials_query_raw), MAX_DISPLAY_SPECIAL_PRODUCTS);


Quote Originally Posted by britneycook View Post
Hi Zenners..
Apologies if this is a repeat post.. this is such a HUGE topic..

Have been running the Multisite successfully for a while now, loving it.. I recently introduced a new product range however and have products separated between different sites.
So in short:
SITE 1 - sells products a,b,c,d
SITE 2 - Sells Products E,F,G,H
SITE 3 - Sells Products Z,X,C,V

No products from site 1 show on site 3. Works GREAT! HOWEVER, the specials for all the sites seem to be linked somehow and there doesnt seem to be a differentiation/separation in specials between each of the sites.

For instance when i click on the specials tab (at the bottom of the category tab), it shows me ALL the specials from ALL the site not just for SITE 1. Has anyone managed to come up with a solution for this.

Or does anyone know where i might find the file that controls these specials.. Im assuming it would simply need the addition of the config_sites function somewhere... but where?

Thanks in advance.
Brit