Results 1 to 10 of 2247

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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

  2. #2
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by britneycook View Post
    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);

    great this helped a lot with 'special' products but now i have the same problem with 'featured' and 'new' and there is no similar file that i can find for them - similar to tpl_specials_default.php
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  3. #3
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    in the latest version (in the downloads section)
    PHP Code:
    $specials_split = new splitPageResults(cat_filter($specials_query_raw), MAX_DISPLAY_SPECIAL_PRODUCTS); 
    , is already in includes\modules\pages\specials\main_template_vars.php

    the other values you search are already in

    \includes\modules\pages\featured_products\header_php.php
    and
    \includes\modules\pages\products_new\header_php.php

  4. #4
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    in the latest version (in the downloads section)
    PHP Code:
    $specials_split = new splitPageResults(cat_filter($specials_query_raw), MAX_DISPLAY_SPECIAL_PRODUCTS); 
    , is already in includes\modules\pages\specials\main_template_vars.php

    the other values you search are already in

    \includes\modules\pages\featured_products\header_php.php
    and
    \includes\modules\pages\products_new\header_php.php
    thanks - that did it..

  5. #5
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by lidlchris View Post
    thanks - that did it..
    woops, i though it worked but after refreshing the screen a few times and random products ending up under "NEW" and "SPECIALS", it doesn't work.. there are products showing up under those columns that are spedifically filtered out using multi site 'Display the relations Categories/Sites'.. and there doesn't appear to be any template specific files under includes/modules/pages.. what am i missing..

    check out http://www.swordsofhonor.com - under NEW and SPECIALS.. women's footwear should NOT show up there as they have been filtered out and do not show up under the 'footwear' category.

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg