Page 13 of 48 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 476
  1. #121
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by Cookiepus View Post
    Thanks for taking the time and I totally get how this works.
    What i cant understand about above is:
    If the item numbers are all entered in one continuous cross sell as above, whats to stop items 22,23 showing up with items 12,13 etc

    wouldn't this just look like : 1,2,3,4,5,6,7,8 etc
    isn't there some sort of delimiter needed between each group of numbers.
    I hope there will be a bolt of lightning hitting my think head soon!
    Thank you
    You are missing how this works....
    The database tables are organised as pairs of ids
    A main ID and a crossell ID

    If you cross sell 12 with 13 one way you get one entry is the cross sell database
    Main: CrossSell:
    12.......13
    So whenever the product displayed is 12, then 13 shows as cross sell

    If you cross sell 12 with 13 multi ways you get two entries is the cross sell database
    Main: CrossSell:
    12.......13
    13.......12
    So whenever the product displayed is 12, then 13 shows as cross sell
    and whenever the product displayed is 13, then 12 shows as cross sell

    If you cross sell 12, 13 and 14 multi ways you get six entries is the cross sell database
    Main: CrossSell:
    12.......13
    12.......14
    13.......12
    13.......14
    14.......12
    14.......13
    So whenever any of these 3 products are displayed then the 2 others are shown as cross sells

    Now if If you cross sell 22 with 23 multi ways you get two entries is the cross sell database
    Main: CrossSell:
    22.......23
    23.......22

    These two entries have no relationship with 12, 13 or 14
    So none of these other cross sells will show with these.

  2. #122
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    ive followed your instructions best i could:

    i have range A i would like to cross sell whose IDs are:
    1061,1062,1067,1063,1066,1069,1068,1064,1065


    i have range B i would like to cross sell whose IDs are:
    983,984,985,986,987,988,989,990,991,992,993

    so i set up anew cross ell and entered
    1061,1062,1067,1063,1066,1069,1068,1064,1065,983,984,985,986,987,988,989,990,991 ,992,993

    As i expected, the 2 different ranges are now linked and mixed up in each others cross sell.

    "If you want you can keep entering your 80 product ranges of 6 items each here, all under the one cross sell"

    But how do i keep the 2 ranges from getting mixed up with each other, while still under the one cross sell?

  3. #123
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    my link

    http://www.ezlivingfurniture.ie/bedr...ogart-bedframe

    Thank You for being so patient!

  4. #124
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by Cookiepus View Post
    ive followed your instructions best i could:

    i have range A i would like to cross sell whose IDs are:
    1061,1062,1067,1063,1066,1069,1068,1064,1065


    i have range B i would like to cross sell whose IDs are:
    983,984,985,986,987,988,989,990,991,992,993

    so i set up anew cross ell and entered
    1061,1062,1067,1063,1066,1069,1068,1064,1065,983,984,985,986,987,988,989,990,991 ,992,993

    As i expected, the 2 different ranges are now linked and mixed up in each others cross sell.

    "If you want you can keep entering your 80 product ranges of 6 items each here, all under the one cross sell"

    But how do i keep the 2 ranges from getting mixed up with each other, while still under the one cross sell?
    If you want to cross sell these..
    983,984,985,986,987,988,989,990,991,992,993
    Then enter these as listed into the "New Cross Sells 1" and click insert

    If you then want to cross sell these..
    983,984,985,986,987,988,989,990,991,992,993
    Then enter these as listed into the "New Cross Sells 1" and click insert

    TWO separate operations!!!
    This way there will not be any overlap

    ----------------------
    Don't combine them like this1061,1062,1067,1063,1066,1069,1068,1064,1065,983,984,985,986,987,988,989,990 ,991,992,993
    As you will cross sell them all together this way

    If you have done this then you will have a lot of deleting to do to clear them out....

  5. #125
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    U R E K A

    That's the info ive been lookin for for 2 days!

    Nice one Gilby!

  6. #126
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    I am assuming you had a previous cross sell installed??
    Almost certainly some of the previous mods configuration values are still there.

    Search the configuration table for configuration_key = "MAX_DISPLAY_XSELL"
    And delete this entry.

    While you at it see if "MIN_DISPLAY_XSELL" is also there and delete it as well
    I deleted everything, and I got fresh installation. I don't know why only old products can be crossselled. Any new products added cannot be crossselled.

    All my model numbers are unique, so I don't have any problems with the model numbers.

    Please give me advice regarding this issue. Thanks so much for your help and support.

  7. #127
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by ttmb33 View Post
    I deleted everything, and I got fresh installation. I don't know why only old products can be crossselled. Any new products added cannot be crossselled.

    All my model numbers are unique, so I don't have any problems with the model numbers.

    Please give me advice regarding this issue. Thanks so much for your help and support.
    I assume by old products you mean products that were already in a previous cross sell that have copied over to this new cross sell?

    What errors do you get when you try to add new cross sells?

    Most likely you have NOT added the "admin" files correctly.
    You did rename the "admin" directory to whatever your "renamed admin" directory is?

    Check that have all been uploaded to their correct directories and that you don't have any bad uploads.

  8. #128

    Default Re: Multi Cross Sell mod [Support thread]

    Fatal error: Cannot redeclare install_multi_cross_sell() (previously declared in D:\xampp\htdocs\news\aaa\includes\functions\extra_functions\multi_xsell.php:218) in D:\xampp\htdocs\news\aaa\includes\functions\extra_functions\multi_xsell.php.bak on line 249

    how to fix them?

  9. #129
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by ebloger View Post
    Fatal error: Cannot redeclare install_multi_cross_sell() (previously declared in D:\xampp\htdocs\news\aaa\includes\functions\extra_functions\multi_xsell.php:218) in D:\xampp\htdocs\news\aaa\includes\functions\extra_functions\multi_xsell.php.bak on line 249

    how to fix them?
    Delete the duplicate copy of this file that you have put the .bak extension on
    D:\xampp\htdocs\news\aaa\includes\functions\extra_functions\multi_xsell.php.bak
    or take the .php out of the its filename

  10. #130

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    Delete the duplicate copy of this file that you have put the .bak extension on

    or take the .php out of the its filename


    Now, it is ok, thanks for your help..

 

 
Page 13 of 48 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 PM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  4. Multi cross sell mod
    By bonsey61 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Oct 2010, 08:12 PM
  5. support for Cart Upsell/Cross Sell Mod
    By wagnerguy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 May 2009, 01:18 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR